|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--ve.DecisionNetwork
|
+--ve.DecisionNetworkFromCIspaceFormat
|
+--ve.BeliefNetwork
A BeliefNetwork contains a tuple of Variables (each with a domain)
and a set of conditional probability tables, here represented as a
FactorCPT.
| Fields inherited from class ve.DecisionNetwork |
maxDomainSize, maxFactorSize, numProbFactors, numVariables, probFactors, stringToVar, variables |
| Constructor Summary | |
BeliefNetwork(java.lang.String s,
int maxVariables)
constructs a belief network from the extended CIspace representation. |
|
BeliefNetwork(Variable[] vars,
int numVars)
constructs a belief network for the corresponding variables |
|
| Methods inherited from class ve.DecisionNetworkFromCIspaceFormat |
sorted, stringToFamily, stringToParents, stringToStringArray |
| Methods inherited from class ve.DecisionNetwork |
getNumProbFactors, getNumVariables, getProbFactors, getSize, getStringToVar, getVariables, mysort, print, printBrief |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public BeliefNetwork(java.lang.String s,
int maxVariables)
s - string representation of the belief networkmaxVariables - the maximum number of variables allowed
public BeliefNetwork(Variable[] vars,
int numVars)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||