|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemSet | |
|---|---|
| weka.associations | |
| Uses of ItemSet in weka.associations |
|---|
| Subclasses of ItemSet in weka.associations | |
|---|---|
class |
AprioriItemSet
Class for storing a set of items. |
class |
LabeledItemSet
Class for storing a set of items together with a class label. |
| Methods in weka.associations that return ItemSet | |
|---|---|
ItemSet |
RuleItem.consequence()
Gets the consequence of a rule |
ItemSet |
RuleItem.premise()
Gets the premise of a rule |
| Methods in weka.associations with parameters of type ItemSet | |
|---|---|
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. |
void |
PriorEstimation.updateCounters(ItemSet itemSet)
updates the support count of an item set |
| Constructors in weka.associations with parameters of type ItemSet | |
|---|---|
CaRuleGeneration(ItemSet itemSet)
Constructor |
|
RuleGeneration(ItemSet itemSet)
Constructor |
|
RuleItem(ItemSet premise,
ItemSet consequence,
int genTime,
int ruleSupport,
double[] m_midPoints,
Hashtable m_priors)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||