Package | Description |
---|---|
weka.associations |
Modifier and Type | Class and Description |
---|---|
class |
BinaryItem
Class that encapsulates an item whose backing Attribute is
binary or unary.
|
class |
NominalItem
Class that encapsulates a nominal item.
|
class |
NumericItem
Class that encapsulates a numeric item.
|
Modifier and Type | Method and Description |
---|---|
Collection<Item> |
DefaultAssociationRule.getConsequence() |
abstract Collection<Item> |
AssociationRule.getConsequence()
Get the consequence of this rule.
|
Collection<Item> |
DefaultAssociationRule.getPremise() |
abstract Collection<Item> |
AssociationRule.getPremise()
Get the premise of this rule.
|
Modifier and Type | Method and Description |
---|---|
int |
Item.compareTo(Item comp)
Ensures that items will be sorted in descending order of frequency.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AssociationRule.containsItems(ArrayList<Item> items,
boolean useOr) |
static List<AssociationRule> |
FPGrowth.pruneRules(List<AssociationRule> rulesToPrune,
ArrayList<Item> itemsToConsider,
boolean useOr) |
Constructor and Description |
---|
DefaultAssociationRule(Collection<Item> premise,
Collection<Item> consequence,
DefaultAssociationRule.METRIC_TYPE metric,
int premiseSupport,
int consequenceSupport,
int totalSupport,
int totalTransactions)
Construct a new default association rule.
|
DefaultAssociationRule(Collection<Item> premise,
Collection<Item> consequence,
DefaultAssociationRule.METRIC_TYPE metric,
int premiseSupport,
int consequenceSupport,
int totalSupport,
int totalTransactions)
Construct a new default association rule.
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.