edu.ucla.belief.inference
Class S4DoubleExpression
Object
S4DoubleExpression
- All Implemented Interfaces:
- ArithmeticExpression, Serializable
public class S4DoubleExpression
- extends Object
- implements ArithmeticExpression
- See Also:
- Serialized Form
getValue
public double getValue()
- Specified by:
getValue
in interface ArithmeticExpression
getParameter
public double[] getParameter(int parameter)
- Specified by:
getParameter
in interface ArithmeticExpression
setParameter
public void setParameter(int parameter,
double[] params)
- Specified by:
setParameter
in interface ArithmeticExpression
getPartial
public double[] getPartial(int parameter)
- Specified by:
getPartial
in interface ArithmeticExpression
edgeCount
public int edgeCount()
- Specified by:
edgeCount
in interface ArithmeticExpression
nodeCount
public int nodeCount()
- Specified by:
nodeCount
in interface ArithmeticExpression
getPropagationTime
public double getPropagationTime()
- Specified by:
getPropagationTime
in interface ArithmeticExpression
getMemoryRequirements
public double getMemoryRequirements()
- Specified by:
getMemoryRequirements
in interface ArithmeticExpression
Copyright 2010 UCLA Automated Reasoning Group