| Package | Description |
|---|---|
| weka.associations |
| Modifier and Type | Method and Description |
|---|---|
static DefaultAssociationRule.METRIC_TYPE |
DefaultAssociationRule.METRIC_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAssociationRule.METRIC_TYPE[] |
DefaultAssociationRule.METRIC_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AssociationRule> |
FPGrowth.generateRulesBruteForce(weka.associations.FPGrowth.FrequentItemSets largeItemSets,
DefaultAssociationRule.METRIC_TYPE metricToUse,
double metricThreshold,
int upperBoundMinSuppAsInstances,
int lowerBoundMinSuppAsInstances,
int totalTransactions)
Generate all association rules, from the supplied frequet item sets, that
meet a given minimum metric threshold.
|
| 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.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.