|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRBNLearning.GradientGraphNode
RBNLearning.GradientGraphProbFormNode
RBNLearning.GradientGraphCombFuncNode
public class GradientGraphCombFuncNode
Field Summary |
---|
Fields inherited from class RBNLearning.GradientGraphProbFormNode |
---|
dependsOnParam |
Constructor Summary | |
---|---|
GradientGraphCombFuncNode(GradientGraph gg,
ProbForm pf,
java.util.Hashtable allnodes,
RelStruc A,
Instantiation I,
int inputcaseno,
int observcaseno)
|
Method Summary | |
---|---|
double |
evaluate()
Evaluate this GradientGraphNode using current values of parameters and the current instantiation for unobserved atoms. |
void |
evaluateBounds()
|
double |
evaluateGrad(int param)
|
Methods inherited from class RBNLearning.GradientGraphProbFormNode |
---|
constructGGPFN, dependsOn, lowerBound, name, resetBounds, upperBound |
Methods inherited from class RBNLearning.GradientGraphNode |
---|
addToChildren, addToParents, ancestors, childrenSize, compareTo, equals, gradient, parents, reEvaluateUpstream, resetGradient, resetValue, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GradientGraphCombFuncNode(GradientGraph gg, ProbForm pf, java.util.Hashtable allnodes, RelStruc A, Instantiation I, int inputcaseno, int observcaseno) throws RBNCompatibilityException
RBNCompatibilityException
Method Detail |
---|
public double evaluate()
GradientGraphNode
evaluate
in class GradientGraphNode
public void evaluateBounds()
evaluateBounds
in class GradientGraphNode
public double evaluateGrad(int param)
evaluateGrad
in class GradientGraphNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |