Package | Description |
---|---|
weka.associations |
Modifier and Type | Method and Description |
---|---|
Collection<FPGrowth.BinaryItem> |
FPGrowth.AssociationRule.getConsequence()
Get the consequence of this rule.
|
Collection<FPGrowth.BinaryItem> |
FPGrowth.AssociationRule.getPremise()
Get the premise of this rule.
|
Modifier and Type | Method and Description |
---|---|
int |
FPGrowth.BinaryItem.compareTo(FPGrowth.BinaryItem comp)
Ensures that items will be sorted in descending order of frequency.
|
Constructor and Description |
---|
AssociationRule(Collection<FPGrowth.BinaryItem> premise,
Collection<FPGrowth.BinaryItem> consequence,
FPGrowth.AssociationRule.METRIC_TYPE metric,
int premiseSupport,
int consequenceSupport,
int totalSupport,
int totalTransactions)
Construct a new association rule.
|
AssociationRule(Collection<FPGrowth.BinaryItem> premise,
Collection<FPGrowth.BinaryItem> consequence,
FPGrowth.AssociationRule.METRIC_TYPE metric,
int premiseSupport,
int consequenceSupport,
int totalSupport,
int totalTransactions)
Construct a new association rule.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.