|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.hugin.HAPI.Node
COM.hugin.HAPI.DiscreteNode
COM.hugin.HAPI.DiscreteChanceNode
COM.hugin.HAPI.NumberedDCNode
Numbered discrete chance node. Each state of an NumberedDCNode represents a number.
Constructor Summary | |
NumberedDCNode(DiscreteNode node)
Constructs a new NumberedDCNode object corresponding to the given DiscreteNode object node . |
|
NumberedDCNode(NetworkModel belongsTo)
Constructs a new NumberedDCNode. |
Method Summary | |
double |
getQuantile(double probability)
Returns the quantile corresponding to the specified probability argument of the inverse cumulative
distribution function. |
int |
getStateIndex(double value)
Returns the index of the state matching the specified value. |
double |
getStateValue(int s)
Returns the value associated with a particular state of this NumberedDCNode. |
void |
setStateValue(int s,
double v)
Sets the value associated with a particular state of this NumberedDCNode. |
Methods inherited from class COM.hugin.HAPI.DiscreteChanceNode |
computeSensitivityData, getCategory, getExperienceTable, getFadingTable, hasExperienceTable, hasFadingTable |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NumberedDCNode(NetworkModel belongsTo) throws ExceptionHugin
public NumberedDCNode(DiscreteNode node) throws ExceptionHugin
node
.
(node
must be a chance or a decision node.) The
new object will be identical to node
(that is,
same parents, same table, etc.) except for its type.
As a side-effect, the object node
dies (that
is, becomes "not-alive"). Moreover, all (output and temporal)
clones associated with node
also die.
Method Detail |
public double getStateValue(int s) throws ExceptionHugin
getStateValue
in interface NumericDiscreteNode
s
- the index of the state in question.
ExceptionHugin
public int getStateIndex(double value) throws ExceptionHugin
getStateIndex
in interface NumericDiscreteNode
value
- the state value of the state to be searched for
ExceptionHugin
public void setStateValue(int s, double v) throws ExceptionHugin
setStateValue
in interface NumericDiscreteNode
s
- the index of the state in question.v
- the new value for state s
.
ExceptionHugin
public double getQuantile(double probability) throws ExceptionHugin
probability
argument of the inverse cumulative
distribution function.
getQuantile
in interface NumericDiscreteNode
ExceptionHugin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |