abstract class CollapsedProbQueryGibbs extends ProbQueryGibbs with CollapsedProbabilisticGibbs
CollapsedProbQueryGibbs only uses graph information and the list of targets to collapse some variables. extend with HeuristicCollapser or RecurringCollapser to implement other features described in Gogate et. al.
- Alphabetic
- By Inheritance
- CollapsedProbQueryGibbs
- CollapsedProbabilisticGibbs
- ProbQueryGibbs
- UnweightedSampler
- StreamableProbQueryAlgorithm
- ProbQueryAlgorithm
- ProbQuerySampler
- BaseProbQuerySampler
- BaseProbQueryAlgorithm
- ProbabilisticGibbs
- Gibbs
- FactoredAlgorithm
- BaseUnweightedSampler
- Sampler
- Algorithm
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CollapsedProbQueryGibbs(universe: Universe, targets: Element[_]*)(dependentUniverses: List[(Universe, List[NamedEvidence[_]])], dependentAlgorithm: (Universe, List[NamedEvidence[_]]) ⇒ () ⇒ Double, burnIn: Int, interval: Int, blockToSampler: BlockSamplerCreator, alphaIn: Int = 10, gammaIn: Int = 1000, upperBounds: Boolean = false)
Type Members
-
class
NotATargetException
[T] extends AlgorithmException
- Definition Classes
- BaseProbQueryAlgorithm
-
class
StarSampleException
extends AlgorithmException
- Definition Classes
- ProbabilisticGibbs
-
type
LastUpdate[T] = (T, Int)
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
type
Sample = Map[Element[_], Any]
A sample is a map from elements to their values.
A sample is a map from elements to their values.
- Definition Classes
- BaseUnweightedSampler
-
type
TimesSeen[T] = Map[T, Int]
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
Abstract Value Members
-
abstract
def
createBlocks(): List[Block]
Method to create a blocking scheme given information about the model and factors.
Method to create a blocking scheme given information about the model and factors.
- Definition Classes
- Gibbs
-
abstract
def
doDistribution[T](target: Element[T]): Stream[(Double, T)]
- Attributes
- protected
- Definition Classes
- BaseProbQueryAlgorithm
-
abstract
def
doExpectation[T](target: Element[T], function: (T) ⇒ Double): Double
- Attributes
- protected
- Definition Classes
- BaseProbQueryAlgorithm
-
abstract
def
doKill(): Unit
- Attributes
- protected[com.cra.figaro.algorithm]
- Definition Classes
- Algorithm
-
abstract
def
doProbability[T](target: Element[T], predicate: (T) ⇒ Boolean): Double
- Attributes
- protected
- Definition Classes
- BaseProbQueryAlgorithm
-
abstract
def
doResume(): Unit
- Attributes
- protected[com.cra.figaro.algorithm]
- Definition Classes
- Algorithm
-
abstract
def
doStart(): Unit
- Attributes
- protected[com.cra.figaro.algorithm]
- Definition Classes
- Algorithm
-
abstract
def
doStop(): Unit
- Attributes
- protected[com.cra.figaro.algorithm]
- Definition Classes
- Algorithm
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
active: Boolean
- Attributes
- protected
- Definition Classes
- Algorithm
-
def
addFactor[T](factor: Factor[T], map: Map[Variable[_], MultiSet[Factor[T]]]): Unit
add a factor to the list
add a factor to the list
- Definition Classes
- CollapsedProbabilisticGibbs
-
var
allLastUpdates: Map[Element[_], LastUpdate[_]]
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
var
allTimesSeen: Map[Element[_], TimesSeen[_]]
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
val
alpha: Int
Only variables with alpha or fewer neighbors in the primal graph are candidates for collapsing.
Only variables with alpha or fewer neighbors in the primal graph are candidates for collapsing.
- Definition Classes
- CollapsedProbabilisticGibbs
-
val
alphaChoose2: Double
We use ( alpha C 2 ) often, may as well store it.
We use ( alpha C 2 ) often, may as well store it.
- Definition Classes
- CollapsedProbabilisticGibbs
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
blockSamplerCreate: BlockSamplerCreator
- Definition Classes
- CollapsedProbabilisticGibbs
-
val
blockSamplers: List[BlockSampler]
- Attributes
- protected
- Definition Classes
- ProbabilisticGibbs
-
val
blockToSampler: BlockSamplerCreator
- Definition Classes
- CollapsedProbQueryGibbs → ProbQueryGibbs
-
val
burnIn: Int
- Definition Classes
- CollapsedProbQueryGibbs → ProbQueryGibbs → Gibbs
-
def
chainMapper(chain: Chain[_, _]): Set[Variable[_]]
- Definition Classes
- ProbQueryGibbs
-
def
check[T](target: Element[T]): Unit
- Attributes
- protected
- Definition Classes
- BaseProbQueryAlgorithm
-
def
cleanUp(): Unit
Called when the algorithm is killed.
Called when the algorithm is killed. By default, does nothing. Can be overridden.
- Definition Classes
- Algorithm
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
collapseVariables(): Unit
Perform the collapsing step.
Perform the collapsing step.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
computeDistribution[T](target: Element[T]): Stream[(Double, T)]
Return an estimate of the expectation of the function under the marginal probability distribution of the target.
Return an estimate of the expectation of the function under the marginal probability distribution of the target.
- Definition Classes
- BaseProbQuerySampler → BaseProbQueryAlgorithm
-
def
computeExpectation[T](target: Element[T], function: (T) ⇒ Double): Double
Return an estimate of the expectation of the function under the marginal probability distribution of the target.
Return an estimate of the expectation of the function under the marginal probability distribution of the target.
- Definition Classes
- BaseProbQuerySampler → BaseProbQueryAlgorithm
-
def
computeProbability[T](target: Element[T], predicate: (T) ⇒ Boolean): Double
Return an estimate of the probability of the predicate under the marginal probability distribution of the target.
Return an estimate of the probability of the predicate under the marginal probability distribution of the target.
- Definition Classes
- BaseProbQueryAlgorithm
-
def
computeProjection[T](target: Element[T]): List[(T, Double)]
- Attributes
- protected[com.cra.figaro.algorithm]
- Definition Classes
- UnweightedSampler → BaseProbQueryAlgorithm
-
def
correctBlocks(originalBlocks: List[Block]): List[Block]
We want to alter the original blocks so that we filter out any variables which have been eliminated.
We want to alter the original blocks so that we filter out any variables which have been eliminated. If the original blocks overlapped a lot, then there'll be a lot of redundancy in the filtered blocks, so we take a further step of eliminating any block xs which is fully contained in another block ys.
- Definition Classes
- CollapsedProbabilisticGibbs
-
val
currentSamples: Map[Variable[_], Int]
The most recent set of samples, used for sampling variables conditioned on the values of other variables.
The most recent set of samples, used for sampling variables conditioned on the values of other variables.
- Definition Classes
- Gibbs
-
val
dependentAlgorithm: (Universe, List[NamedEvidence[_]]) ⇒ () ⇒ Double
- Definition Classes
- CollapsedProbQueryGibbs → ProbQueryGibbs → FactoredAlgorithm
-
val
dependentUniverses: List[(Universe, List[NamedEvidence[_]])]
- Definition Classes
- CollapsedProbQueryGibbs → ProbQueryGibbs → FactoredAlgorithm
-
def
distribution[T](target: Element[T]): Stream[(Double, T)]
Return an estimate of the marginal probability distribution over the target that lists each element with its probability.
Return an estimate of the marginal probability distribution over the target that lists each element with its probability. The result is a lazy stream. It is up to the algorithm how the stream is ordered. Throws NotATargetException if called on a target that is not in the list of targets of the algorithm. Throws AlgorithmInactiveException if the algorithm is inactive.
- Definition Classes
- BaseProbQueryAlgorithm
-
def
doProjection[T](target: Element[T]): List[(T, Double)]
- Attributes
- protected
- Definition Classes
- BaseProbQueryAlgorithm
-
def
doSample(): Unit
- Attributes
- protected
- Definition Classes
- ProbabilisticGibbs → BaseUnweightedSampler → Sampler
-
def
eliminate(variable: Variable[_], factors: MultiSet[Factor[Double]], map: Map[Variable[_], MultiSet[Factor[Double]]]): Unit
Eliminate a variable.
Eliminate a variable. This follows the same approach as in VariableElimination.scala. }
- Definition Classes
- CollapsedProbabilisticGibbs
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
expectation[T](target: Element[T])(function: (T) ⇒ Double, c: Any = DummyImplicit): Double
Return an estimate of the expectation of the function under the marginal probability distribution of the target.
Return an estimate of the expectation of the function under the marginal probability distribution of the target. Throws NotATargetException if called on a target that is not in the list of targets of the algorithm. Throws AlgorithmInactiveException if the algorithm is inactive.
- Definition Classes
- BaseProbQueryAlgorithm
-
def
expectation[T](target: Element[T], function: (T) ⇒ Double): Double
Return an estimate of the expectation of the function under the marginal probability distribution of the target.
Return an estimate of the expectation of the function under the marginal probability distribution of the target. Throws NotATargetException if called on a target that is not in the list of targets of the algorithm. Throws AlgorithmInactiveException if the algorithm is inactive.
- Definition Classes
- BaseProbQueryAlgorithm
-
val
factors: List[Factor[Double]]
List of all factors.
List of all factors.
- Definition Classes
- Gibbs
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
gamma: Int
- Definition Classes
- CollapsedProbabilisticGibbs
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getFactors(neededElements: List[Element[_]], targetElements: List[Element[_]], upperBounds: Boolean = false): List[Factor[Double]]
All implementations of factored algorithms must specify a way to get the factors from the given universe and dependent universes.
All implementations of factored algorithms must specify a way to get the factors from the given universe and dependent universes.
- Definition Classes
- ProbabilisticGibbs → FactoredAlgorithm
-
def
getNeededElements(starterElements: List[Element[_]], depth: Int, parameterized: Boolean = false): (List[Element[_]], Boolean)
Get the elements that are needed by the query target variables and the evidence variables.
Get the elements that are needed by the query target variables and the evidence variables. Also compute the values of those variables to the given depth. Only get factors for elements that are actually used by the target variables. This is more efficient. Also, it avoids problems when values of unused elements have not been computed.
In addition to getting all the needed elements, it determines if any of the conditioned, constrained, or dependent universe parent elements has * in its range. If any of these elements has * in its range, the lower and upper bounds of factors will be different, so we need to compute both. If they don't, we don't need to compute bounds.
- Definition Classes
- FactoredAlgorithm
-
def
getSampleCount: Int
Number of samples taken
Number of samples taken
- Definition Classes
- BaseUnweightedSampler
-
def
getTotalWeight: Double
Total weight of samples taken, in log space
Total weight of samples taken, in log space
- Definition Classes
- UnweightedSampler → BaseProbQuerySampler
-
val
globalGraph: VEGraph
globalGraph lets us traverse the primal graph.
globalGraph lets us traverse the primal graph.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
graphHeuristicFunction[T](var1: Variable[T]): Double
The heuristic of a node is how many edges would be added to the primal graph by removing that variable.
The heuristic of a node is how many edges would be added to the primal graph by removing that variable. Because we make a clique over the variable's neighbors. Since we only eliminate variables with alpha or fewer neighbors, this is capped at (alpha C 2). So we return the number of edges as a percentage of (alpha C 2).
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
graphTerm[T](var1: Variable[T]): Double
Returns how many edges would be added to the primal graph by removing var1.
Returns how many edges would be added to the primal graph by removing var1. Note: this is number of edges added, NOT net edges added and removed. Source paper is somewhat ambiguous on whether this should be added or net.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
initUpdates(): Unit
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
def
initialize(): Unit
Called when the algorithm is started before running any steps.
Called when the algorithm is started before running any steps. By default, does nothing. Can be overridden.
- Definition Classes
- CollapsedProbQueryGibbs → ProbQueryGibbs → Algorithm
-
val
interval: Int
- Definition Classes
- CollapsedProbQueryGibbs → ProbQueryGibbs → Gibbs
-
def
isActive: Boolean
- Definition Classes
- Algorithm
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
kill(): Unit
Kill the algorithm so that it is inactive.
Kill the algorithm so that it is inactive. It will no longer be able to provide answers.Throws AlgorithmInactiveException if the algorithm is not active.
- Definition Classes
- Algorithm
-
def
makeResultFactor(factorsAfterElimination: MultiSet[Factor[Double]]): Factor[Double]
Combine all the remaining factors into one 'result factor', as in VE.
Combine all the remaining factors into one 'result factor', as in VE.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
marginalize(resultFactor: Factor[Double]): List[Factor[Double]]
Marginalize all factors to their component variables.
Marginalize all factors to their component variables.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
marginalizeToTarget(factor: Factor[Double], target: Variable[_]): Factor[Double]
Marginalize a factor to a particular variable.
Marginalize a factor to a particular variable.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
mean(target: Element[Double]): Double
Return the mean of the probability density function for the given continuous element.
Return the mean of the probability density function for the given continuous element.
- Definition Classes
- BaseProbQueryAlgorithm
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newLastUpdate[T](target: Element[T]): LastUpdate[T]
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
def
newTimesSeen[T](target: Element[T]): TimesSeen[T]
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
originalBlocks: List[Block]
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
posteriorElement[T](target: Element[T], universe: Universe = Universe.universe): Element[T]
Return an element representing the posterior probability distribution of the given element.
Return an element representing the posterior probability distribution of the given element.
- Definition Classes
- ProbQueryAlgorithm
-
def
probability[T](target: Element[T], value: T): Double
Return an estimate of the probability that the target produces the value.
Return an estimate of the probability that the target produces the value. Throws NotATargetException if called on a target that is not in the list of targets of the algorithm. Throws AlgorithmInactiveException if the algorithm is inactive.
- Definition Classes
- BaseProbQueryAlgorithm
-
def
probability[T](target: Element[T])(predicate: (T) ⇒ Boolean, c: Any = DummyImplicit): Double
Return an estimate of the probability of the predicate under the marginal probability distribution of the target.
Return an estimate of the probability of the predicate under the marginal probability distribution of the target. Throws NotATargetException if called on a target that is not in the list of targets of the algorithm. Throws AlgorithmInactiveException if the algorithm is inactive.
- Definition Classes
- BaseProbQueryAlgorithm
-
def
probability[T](target: Element[T], predicate: (T) ⇒ Boolean): Double
Return an estimate of the probability of the predicate under the marginal probability distribution of the target.
Return an estimate of the probability of the predicate under the marginal probability distribution of the target. Throws NotATargetException if called on a target that is not in the list of targets of the algorithm. Throws AlgorithmInactiveException if the algorithm is inactive.
- Definition Classes
- BaseProbQueryAlgorithm
-
lazy val
queryTargets: List[Element[_]]
- Definition Classes
- BaseUnweightedSampler
-
def
removeFactor[T](factor: Factor[T], map: Map[Variable[_], MultiSet[Factor[T]]]): Unit
remove a factor from the list
remove a factor from the list
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
resetCounts(): Unit
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler → Sampler
-
def
resume(): Unit
Resume the computation of the algorithm, if it has been stopped.
Resume the computation of the algorithm, if it has been stopped. Throws AlgorithmInactiveException if the algorithm is not active.
- Definition Classes
- Algorithm
-
def
sample(): (Boolean, Sample)
Produce a single sample.
Produce a single sample.
- Definition Classes
- ProbabilisticGibbs → BaseUnweightedSampler
-
def
sampleAllBlocks(): Unit
- Definition Classes
- ProbabilisticGibbs
-
var
sampleCount: Int
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
def
sampleFromPosterior[T](element: Element[T]): Stream[T]
Sample an value from the posterior of this element
Sample an value from the posterior of this element
- Definition Classes
- UnweightedSampler → StreamableProbQueryAlgorithm
-
val
semiring: LogSumProductSemiring
Semiring for use in factors.
Semiring for use in factors.
- Definition Classes
- ProbabilisticGibbs → Gibbs → FactoredAlgorithm
-
def
sortByHeuristic(varList: List[Variable[_]], HeuristicMap: Map[Variable[_], Double]): List[Variable[_]]
Sort variables by the target heuristic, if they have fewer than alpha neighbors and are not targets.
Sort variables by the target heuristic, if they have fewer than alpha neighbors and are not targets.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
start(): Unit
Start the algorithm and make it active.
Start the algorithm and make it active. After it returns, the algorithm must be ready to provide answers. Throws AlgorithmActiveException if the algorithm is already active.
- Definition Classes
- Algorithm
-
def
stop(): Unit
Stop the algorithm from computing.
Stop the algorithm from computing. The algorithm is still ready to provide answers after it returns. Throws AlgorithmInactiveException if the algorithm is not active.
- Definition Classes
- Algorithm
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
targetElements: List[Element[_]]
- Definition Classes
- ProbQueryGibbs → Gibbs
-
val
targetVariables: List[Variable[_]]
List of variables corresponding to target elements.
List of variables corresponding to target elements. Creating these is memoized, so we don't need to worry about duplicates.
- Definition Classes
- CollapsedProbabilisticGibbs
-
val
targs: Seq[Element[_]]
Store which elements are our target variables so that subclasses can make use of them.
Store which elements are our target variables so that subclasses can make use of them.
- Definition Classes
- CollapsedProbabilisticGibbs
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
universe: Universe
- Definition Classes
- CollapsedProbQueryGibbs → ProbQueryGibbs → ProbQueryAlgorithm → ProbQuerySampler → Gibbs → FactoredAlgorithm → BaseUnweightedSampler
-
def
update(): Unit
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler → Sampler
-
def
updateTimesSeenForTarget[T](elem: Element[T], newValue: T): Unit
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
def
updateTimesSeenWithValue[T](value: T, timesSeen: TimesSeen[T], seen: Int): Unit
- Attributes
- protected
- Definition Classes
- BaseUnweightedSampler
-
val
upperB: Boolean
Store which elements are our target variables so that subclasses can make use of them.
Store which elements are our target variables so that subclasses can make use of them.
- Definition Classes
- CollapsedProbabilisticGibbs
-
val
variables: Set[Variable[_]]
Variables to sample at each time step.
Variables to sample at each time step.
- Definition Classes
- Gibbs
-
def
variance(target: Element[Double]): Double
Return the variance of the probability density function for the given continuous element.
Return the variance of the probability density function for the given continuous element.
- Definition Classes
- BaseProbQueryAlgorithm
-
val
varsInOrder: List[Variable[_]]
We need a list of variables in order so we can access them by index.
We need a list of variables in order so we can access them by index.
- Definition Classes
- CollapsedProbabilisticGibbs
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )