|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--cve.ContextualBeliefNetwork
|
+--cve.ContextualBeliefNetworkRandom2
| Inner Class Summary | |
private class |
ContextualBeliefNetworkRandom2.VarTable
|
| Fields inherited from class cve.ContextualBeliefNetwork |
maxContextSize, maxDomainSize, maxFactorSize, numVariables, rules, stringToVar, variables |
| Constructor Summary | |
ContextualBeliefNetworkRandom2(int numVars,
int numSplits,
double probInFactor,
double probShared)
Constructs a random contexual belied network. |
|
| Methods inherited from class cve.ContextualBeliefNetwork |
add, getNumSplitVars, getNumVariables, getRules, getStringToVar, getVariables, print, printBrief |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ContextualBeliefNetworkRandom2(int numVars,
int numSplits,
double probInFactor,
double probShared)
numVars - the number of variables in the CBNnumSplits - the numberof extra rules = the number of splitsprobInFactor - the probability that each remaining factor
is in the resulting factor.probShared - the probability that a variable is in both
sides of a slpit, given it is in either.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||