edu.ucla.belief.inference
Class ZCWrapper

Object
  extended by JointWrapper
      extended by PartialDerivativeWrapper
          extended by ZCWrapper

public class ZCWrapper
extends PartialDerivativeWrapper


Constructor Summary
ZCWrapper(BeliefNetwork bn)
           
ZCWrapper(BeliefNetwork bn, Collection queryVariables, Map evidence)
           
ZCWrapper(BeliefNetwork bn, EliminationOrders.JT jt)
           
ZCWrapper(BeliefNetwork bn, EliminationOrders.JT jt, QuantitativeDependencyHandler handler)
           
ZCWrapper(BeliefNetwork bn, List eliminationOrder)
           
 
Method Summary
 ZCWrapper handledClone(QuantitativeDependencyHandler handler)
           
 
Methods inherited from class PartialDerivativeWrapper
tablePartial, varPartial
 
Methods inherited from class JointWrapper
addEvidence, familyJoint, getClusterStats, getCompilationTime, getConverter, getJointEngine, getMemoryRequirements, getPropagationTime, getSeparatorStats, prEvidence, removeEvidence, setCPT, varJoint
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZCWrapper

public ZCWrapper(BeliefNetwork bn)

ZCWrapper

public ZCWrapper(BeliefNetwork bn,
                 Collection queryVariables,
                 Map evidence)

ZCWrapper

public ZCWrapper(BeliefNetwork bn,
                 List eliminationOrder)

ZCWrapper

public ZCWrapper(BeliefNetwork bn,
                 EliminationOrders.JT jt)
Since:
012904

ZCWrapper

public ZCWrapper(BeliefNetwork bn,
                 EliminationOrders.JT jt,
                 QuantitativeDependencyHandler handler)
Since:
061404
Method Detail

handledClone

public ZCWrapper handledClone(QuantitativeDependencyHandler handler)
Since:
061404


Copyright 2010 UCLA Automated Reasoning Group