Uses of Class
cc.mallet.grmm.inference.AbstractBeliefPropagation

Packages that use AbstractBeliefPropagation
cc.mallet.grmm.inference   
 

Uses of AbstractBeliefPropagation in cc.mallet.grmm.inference
 

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.
 

Methods in cc.mallet.grmm.inference that return AbstractBeliefPropagation
 AbstractBeliefPropagation AbstractBeliefPropagation.setMessager(AbstractBeliefPropagation.MessageStrategy messager)