Subclasses of AbstractBeliefPropagation in cc.mallet.grmm.inference |
class |
LoopyBP
The loopy belief propagation algorithm for approximate inference in
general graphical models. |
class |
ResidualBP
A dynamic BP schedule where
The loopy belief propagation algorithm for approximate inference in
general graphical models. |
class |
TreeBP
Implements the tree-based schedule of belief propagation for exact inference
in trees. |
class |
TRP
Implementation of Wainwright's TRP schedule for loopy BP
in general graphical models. |