| Package | Description |
|---|---|
| weka.associations |
| Modifier and Type | Class and Description |
|---|---|
class |
AprioriItemSet
Class for storing a set of items.
|
class |
LabeledItemSet
Class for storing a set of items together with a class label.
|
| Modifier and Type | Method and Description |
|---|---|
ItemSet |
RuleItem.consequence()
Gets the consequence of a rule
|
ItemSet |
RuleItem.premise()
Gets the premise of a rule
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
CaRuleGeneration(ItemSet itemSet)
Constructor
|
RuleGeneration(ItemSet itemSet)
Constructor
|
RuleItem(ItemSet premise,
ItemSet consequence,
int genTime,
int ruleSupport,
double[] m_midPoints,
Hashtable m_priors)
Constructor
|
Copyright © 2021 University of Waikato, Hamilton, NZ. All rights reserved.