Package | Description |
---|---|
gov.sandia.cognition.graph.inference |
Class and Description |
---|
EnergyFunction
This interface defines the methods necessary for an object to be passed into
an iterative message-passing data inferencing solver (such as belief
propagation).
|
EnergyFunctionSolver
Interface for any belief propagation implementation.
|
GraphWrappingEnergyFunction.PotentialHandler
This interface defines the problem-specific methods this class requires
as input
|
NodeNameAwareEnergyFunction
Helpful interface that adds per-node labeling and getting results from energy
functions using the graph's node label type.
|
SumProductInferencingAlgorithm
Base class for Sum-Product inferencing algorithms on graphs/energy functions
|