Class | Description |
---|---|
DoubleFactor |
Double factor, combining probability and utility distributions
|
NaiveInference |
Algorithm for naive probabilistic inference, based on computing the full joint
distribution, and then summing everything.
|
VariableElimination |
Implementation of the Variable Elimination algorithm.
|