cve
Class RuleCollectionFromEntropySplit

java.lang.Object
  |
  +--cve.RuleCollection
        |
        +--cve.RuleCollectionFromEntropySplit

public class RuleCollectionFromEntropySplit
extends RuleCollection

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

RuleCollectionFromEntropySplit

RuleCollectionFromEntropySplit(DecisionNetwork bn,
                               double threshold)
construces a rule collection from a belief network.
Method Detail

addFactorToCollection

private void addFactorToCollection(Factor newFac)