|
|||||||||
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 data)
|
Method Summary | |
---|---|
double |
evaluate(int sno)
Evaluate this GradientGraphNode using current values of parameters and the sno'th sampled truth value for unobserved atoms |
double |
evaluateGrad(int param,
int sno)
|
Methods inherited from class RBNLearning.GradientGraphProbFormNode |
---|
constructGGPFN, dependsOn, name, name |
Methods inherited from class RBNLearning.GradientGraphNode |
---|
gradient, 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 data) throws RBNCompatibilityException
RBNCompatibilityException
Method Detail |
---|
public double evaluate(int sno)
GradientGraphNode
evaluate
in class GradientGraphNode
public double evaluateGrad(int param, int sno)
evaluateGrad
in class GradientGraphNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |