| Interface | Description |
|---|---|
| BackwardStepInference |
The BACKWARD operator
|
| ForwardBackwardInference |
Artificial Intelligence A Modern Approach (3rd Edition): page 576.
Generic interface for calling different implementations of the forward-backward algorithm for smoothing: computing posterior probabilities of a sequence of states given a sequence of observations. |
| ForwardStepInference |
* The FORWARD operator is defined by Equation (15.5).
|