Method | Description | |
---|---|---|
CalculateCombinedConjunctive ( |
For the List of Arc Calculate the Conjunctive value (min)
|
|
CalculateCombinedDisjunctive ( |
For the List of Arc Calculate the Disjunctive value (max)
|
|
CalculateCombinedIndependent ( |
For the List of Arc Calculate the Combined Independent value
|
|
CalculateEffectiveArcLambda ( |
Calcualtes the Effective Arc Lambda
|
|
DebugProgress ( |
Debug Process, make sure values line up with LISP code
|
|
EvaluateArcExpression ( |
For a single Arc, this evalulate the expressions
|
|
LoadXml ( string vsFileName ) : void |
Loads the nodes from Xml
|
|
UpdateNode ( |
Updates a single node in the Belief Net
|
|
UpdateNodes ( ) : bool |
Updates the Nodes in the Belief Net
|
|
UpdateProbability ( |
Returnes Updates for the Probability
|
public CalculateCombinedConjunctive ( |
||
voBeliefNode | ||
voArcs | List of Arc | |
return | float |
public CalculateCombinedDisjunctive ( |
||
voBeliefNode | ||
voArcs | List of Arc | |
return | float |
public CalculateCombinedIndependent ( |
||
voBeliefNode | ||
voArcs | List of Arc | |
return | float |
public CalculateEffectiveArcLambda ( |
||
voBeliefNode | ||
voArc | Single Arc | |
return | float |
public DebugProgress ( |
||
voNode | Node we are updating | |
voArc | current arc | |
voArcNode | the arc node | |
vsProgress | string | message |
return | void |
public EvaluateArcExpression ( |
||
voBeliefNode | ||
voArcs | Arcs | |
return | float |
public UpdateNode ( |
||
voBeliefNode | Belief Node | |
return | bool |
public UpdateProbability ( |
||
voBeliefNode | The BeliefNode | |
voArc | Arc to Evaluate | |
return | float |