edu.ucla.belief.approx
Class ApproxReport

Object
  extended by ApproxReport

public class ApproxReport
extends Object


Constructor Summary
ApproxReport(List parentList, List childList, boolean conv, int loops, double origProbE, CPTShell[] origCPTShells, ApproxCut condCut, Stack cutStack, Map conditionalMap)
           
 
Method Summary
 boolean converges()
           
 List getChildList()
           
 Table getConditional(FiniteVariable var)
           
 double getCondKLBound()
           
 double getCondKLTotal()
           
 double getCondProbE()
           
 CPTShell getCPTShell(FiniteVariable child)
           
 double getFixedKLBound()
           
 double getFixedKLTotal()
           
 double[] getFixedPoint(FiniteVariable parent)
           
 double getFixedProbE()
           
 int getLoops()
           
 double getOrigProbE()
           
 List getParentList()
           
 void printStack()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApproxReport

public ApproxReport(List parentList,
                    List childList,
                    boolean conv,
                    int loops,
                    double origProbE,
                    CPTShell[] origCPTShells,
                    ApproxCut condCut,
                    Stack cutStack,
                    Map conditionalMap)
Method Detail

getCPTShell

public CPTShell getCPTShell(FiniteVariable child)

getParentList

public List getParentList()

getChildList

public List getChildList()

getFixedPoint

public double[] getFixedPoint(FiniteVariable parent)

converges

public boolean converges()

getLoops

public int getLoops()

getOrigProbE

public double getOrigProbE()

getCondProbE

public double getCondProbE()

getCondKLTotal

public double getCondKLTotal()

getCondKLBound

public double getCondKLBound()

getFixedProbE

public double getFixedProbE()

getFixedKLTotal

public double getFixedKLTotal()

getFixedKLBound

public double getFixedKLBound()

getConditional

public Table getConditional(FiniteVariable var)

printStack

public void printStack()


Copyright 2010 UCLA Automated Reasoning Group