il2.inf.map
Class MapJoinTree

Object
  extended by MapJoinTree

public class MapJoinTree
extends Object

Author:
jdpark

Constructor Summary
MapJoinTree(EliminationOrders.JT jt, int initialRoot, Collection cpts, IntSet mapvars)
          Creates a new instance of MapJoinTree
 
Method Summary
 Domain domain()
           
 double[] getIntoMessage(int var)
           
 double[] getLikelihood(int var)
           
 double getValue()
           
 void setLikelihood(int var, double[] lik)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJoinTree

public MapJoinTree(EliminationOrders.JT jt,
                   int initialRoot,
                   Collection cpts,
                   IntSet mapvars)
Creates a new instance of MapJoinTree

Method Detail

domain

public Domain domain()

getValue

public double getValue()

getIntoMessage

public double[] getIntoMessage(int var)

setLikelihood

public void setLikelihood(int var,
                          double[] lik)

getLikelihood

public double[] getLikelihood(int var)


Copyright 2010 UCLA Automated Reasoning Group