edu.ucla.belief
Interface PartialDerivativeEngine

All Known Implementing Classes:
JoinTreeInferenceEngineImpl, PartialDerivativeWrapperEngine, RandomInferenceEngine, RCEngine, SSEngine, SynchronizedInferenceEngine.SynchronizedPartialDerivativeEngine, ZCEngine

public interface PartialDerivativeEngine

Since:
011503
Author:
Keith Cascio

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.
 

Method Detail

partial

Table partial(FiniteVariable var)
Returns the partial derivatives of the probability function with respect to the variable var.


familyPartial

Table familyPartial(FiniteVariable var)
Returns the partial derivatives of the probability function with respect to the family table of var.



Copyright 2010 UCLA Automated Reasoning Group