Package | Description |
---|---|
gov.sandia.cognition.graph.inference |
Modifier and Type | Class and Description |
---|---|
class |
SumProductBeliefPropagation<LabelType>
This class implements the sum-product belief propagation algorithm for
arbitrary energy functions.
|
class |
SumProductDirectedPropagation<LabelType>
This class implements a Bayes Net -- but only allowing for pairwise influence
along edges.
|
class |
SumProductInferencingAlgorithm<LabelType>
Base class for Sum-Product inferencing algorithms on graphs/energy functions
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<LabelType,java.lang.Double> |
CostSpeedupEnergyFunction.getBeliefs(NodeNameType node,
EnergyFunctionSolver<LabelType> bp) |
java.util.Map<LabelType,java.lang.Double> |
EdgeMergingEnergyFunction.getBeliefs(NodeNameType node,
EnergyFunctionSolver<LabelType> bp) |
java.util.Map<LabelType,java.lang.Double> |
GraphWrappingEnergyFunction.getBeliefs(NodeNameType node,
EnergyFunctionSolver<LabelType> bp) |
java.util.Map<LabelType,java.lang.Double> |
NodeNameAwareEnergyFunction.getBeliefs(NodeNameType node,
EnergyFunctionSolver<LabelType> bp)
Get the probabilities for each label for the input node as produced by
the input belief propagation run.
|