|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleItem | |
|---|---|
| weka.associations | |
| Uses of RuleItem in weka.associations |
|---|
| Methods in weka.associations that return RuleItem | |
|---|---|
RuleItem |
PriorEstimation.addCons(int[] itemArray)
generates a class association rule out of a given premise. |
RuleItem |
RuleItem.generateRuleItem(ItemSet premise,
ItemSet consequence,
Instances instances,
int genTime,
int minRuleCount,
double[] m_midPoints,
Hashtable m_priors)
Constructs a new RuleItem if the support of the given rule is above the support threshold. |
RuleItem |
PriorEstimation.splitItemSet(int premiseLength,
int[] itemArray)
splits an item set into premise and consequence and constructs therefore an association rule. |
| Methods in weka.associations with parameters of type RuleItem | |
|---|---|
static boolean |
RuleGeneration.aSubsumesB(RuleItem a,
RuleItem b)
Methods that decides whether or not rule a subsumes rule b. |
static boolean |
CaRuleGeneration.aSubsumesB(RuleItem a,
RuleItem b)
Methods that decides whether or not rule a subsumes rule b. |
boolean |
RuleGeneration.removeRedundant(RuleItem toInsert)
Method that removes redundant rules out of the list of the best rules. |
| Constructors in weka.associations with parameters of type RuleItem | |
|---|---|
RuleItem(RuleItem toCopy)
Constructor that generates a RuleItem out of a given one |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||