edu.ucla.belief.inference
Class RCWrapper

Object
  extended by JointWrapper
      extended by PartialDerivativeWrapper
          extended by RCWrapper

public class RCWrapper
extends PartialDerivativeWrapper


Constructor Summary
RCWrapper(RCInfo info)
           
RCWrapper(RCInfo info, QuantitativeDependencyHandler handler)
           
 
Method Summary
 double getCompilationTime()
           
 double getMemoryRequirements()
           
 RCInfo getRCInfo()
           
 RCWrapper handledClone(QuantitativeDependencyHandler handler)
           
 RCEngine rcEngine()
           
 
Methods inherited from class PartialDerivativeWrapper
tablePartial, varPartial
 
Methods inherited from class JointWrapper
addEvidence, familyJoint, getClusterStats, getConverter, getJointEngine, getPropagationTime, getSeparatorStats, prEvidence, removeEvidence, setCPT, varJoint
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCWrapper

public RCWrapper(RCInfo info)

RCWrapper

public RCWrapper(RCInfo info,
                 QuantitativeDependencyHandler handler)
Since:
20040614
Method Detail

handledClone

public RCWrapper handledClone(QuantitativeDependencyHandler handler)
Since:
20040614

rcEngine

public RCEngine rcEngine()

getRCInfo

public RCInfo getRCInfo()
Since:
20040614

getCompilationTime

public double getCompilationTime()
Overrides:
getCompilationTime in class JointWrapper

getMemoryRequirements

public double getMemoryRequirements()
Overrides:
getMemoryRequirements in class JointWrapper


Copyright 2010 UCLA Automated Reasoning Group