edu.ucla.belief.inference
Class SynchronizedInferenceEngine.SynchronizedPartialDerivativeEngine

Object
  extended by SynchronizedInferenceEngine
      extended by SynchronizedInferenceEngine.SynchronizedPartialDerivativeEngine
All Implemented Interfaces:
EvidenceChangeListener, InferenceEngine, PartialDerivativeEngine
Enclosing class:
SynchronizedInferenceEngine

public static class SynchronizedInferenceEngine.SynchronizedPartialDerivativeEngine
extends SynchronizedInferenceEngine
implements PartialDerivativeEngine, InferenceEngine, EvidenceChangeListener


Nested Class Summary
 
Nested classes/interfaces inherited from class SynchronizedInferenceEngine
SynchronizedInferenceEngine.SynchronizedPartialDerivativeEngine
 
Method Summary
 Table familyPartial(FiniteVariable var)
          Returns the partial derivatives of the probability function with respect to the family table of var.
 Table partial(FiniteVariable var)
          Returns the partial derivatives of the probability function with respect to the variable var.
 
Methods inherited from class SynchronizedInferenceEngine
canonical, compilationStatus, conditional, conditionals, decorate, describeConditionals, die, equals, evidenceChanged, familyConditional, familyJoint, getControlPanel, getDynamator, getQuantitativeDependencyHandler, getValid, handledClone, hashCode, isExhaustive, isQuantitativeDependencyHandled, joint, max, notoriousEdges, printInfoCompilation, printInfoPropagation, printTables, probability, probabilityDisplayOperatorUnicode, probabilitySupported, random, setControlPanel, setCPT, setDynamator, setQuantitativeDependencyHandler, setValid, toString, variables, warning
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface InferenceEngine
canonical, compilationStatus, conditional, conditionals, describeConditionals, die, familyConditional, familyJoint, getControlPanel, getDynamator, getQuantitativeDependencyHandler, getValid, handledClone, isExhaustive, isQuantitativeDependencyHandled, joint, max, notoriousEdges, printInfoCompilation, printInfoPropagation, printTables, probability, probabilityDisplayOperatorUnicode, probabilitySupported, random, setControlPanel, setCPT, setDynamator, setQuantitativeDependencyHandler, setValid, variables
 
Methods inherited from interface EvidenceChangeListener
evidenceChanged, warning
 

Method Detail

partial

public Table partial(FiniteVariable var)
Description copied from interface: PartialDerivativeEngine
Returns the partial derivatives of the probability function with respect to the variable var.

Specified by:
partial in interface PartialDerivativeEngine

familyPartial

public Table familyPartial(FiniteVariable var)
Description copied from interface: PartialDerivativeEngine
Returns the partial derivatives of the probability function with respect to the family table of var.

Specified by:
familyPartial in interface PartialDerivativeEngine


Copyright 2010 UCLA Automated Reasoning Group