|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cve.RuleCollection | +--cve.RuleCollectionFromEntropySplit
This is a rule collection that we make by adding factors. It is only a new class because I wanted it in another file ;^}
Inner classes inherited from class cve.RuleCollection |
RuleCollection.Itr |
Fields inherited from class cve.RuleCollection |
defaultInitialMaxSize, maxContextSize, maxNumRules, maxSize, maxTableSize, size, theRules |
Constructor Summary | |
(package private) |
RuleCollectionFromEntropySplit(DecisionNetwork bn,
double threshold)
construces a rule collection from a belief network. |
Method Summary | |
private void |
addFactorToCollection(Factor newFac)
|
Methods inherited from class cve.RuleCollection |
add, combineRemainingRules, disjoint, eliminate, eliminatePretend, factorSet, getMaxContextSize, getMaxNumRules, getMaxTableSize, getNumRules, getSize, iterator, observe, print, printBrief, removeVar, resetMaxTableSize, ruleCollectionSum, unionVariableArrays |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
RuleCollectionFromEntropySplit(DecisionNetwork bn, double threshold)
Method Detail |
private void addFactorToCollection(Factor newFac)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |