NORSYS SOFTWARE © 2012 | NETICA API | C   VERSION   5.04  |
double CalcNodeValue_bn ( | node_bn* node ) |
Returns the real-valued finding entered for node if one has been entered, or the real value calculated from its neighbors if that can be done deterministically (e.g., by equation or function table), or else UNDEF_DBL.
If node is not a continuous node, and doesn't have a levels list defined (see SetNodeLevels_bn), then an error is generated (then use CalcNodeState_bn instead).
Version:
See also:
CalcNodeState_bn | For discrete nodes | |
GetNodeValueEntered_bn | Doesn't do deterministic propagation |