il2.inf.map
Class ShenoyShaferAlgorithm

Object
  extended by ShenoyShaferAlgorithm

public class ShenoyShaferAlgorithm
extends Object


Constructor Summary
ShenoyShaferAlgorithm(IndexedJoinTree ijt, Table[] leaves)
           
 
Method Summary
 void computeDownMessage(int t)
           
 void computeUpMessage(int t)
           
 double[] getPartial(int i)
           
 double probability()
           
 void setLeaf(int i, Table t)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShenoyShaferAlgorithm

public ShenoyShaferAlgorithm(IndexedJoinTree ijt,
                             Table[] leaves)
Method Detail

setLeaf

public void setLeaf(int i,
                    Table t)

getPartial

public double[] getPartial(int i)

probability

public double probability()

computeDownMessage

public void computeDownMessage(int t)

computeUpMessage

public void computeUpMessage(int t)


Copyright 2010 UCLA Automated Reasoning Group