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

Packages that use JunctionTree
cc.mallet.grmm.inference   
 

Uses of JunctionTree in cc.mallet.grmm.inference
 

Fields in cc.mallet.grmm.inference declared as JunctionTree
protected  JunctionTree JunctionTreeInferencer.jtCurrent
           
 

Methods in cc.mallet.grmm.inference that return JunctionTree
 JunctionTree JunctionTreeInferencer.buildJunctionTree(FactorGraph mdl)
          Constructs a junction tree from a given factor graph.
 JunctionTree JunctionTreeInferencer.lookupJunctionTree()
          Returns the JunctionTree computed from the last call to JunctionTreeInferencer.computeMarginals(cc.mallet.grmm.types.FactorGraph).
 

Methods in cc.mallet.grmm.inference with parameters of type JunctionTree
 void JunctionTreeInferencer.computeMarginals(JunctionTree jt)
           
 void BruteForceInferencer.computeMarginals(JunctionTree jt)
           
 Factor BruteForceInferencer.joint(JunctionTree jt)