|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FPGrowth.AssociationRule.METRIC_TYPE | |
|---|---|
| weka.associations | |
| Uses of FPGrowth.AssociationRule.METRIC_TYPE in weka.associations |
|---|
| Methods in weka.associations that return FPGrowth.AssociationRule.METRIC_TYPE | |
|---|---|
FPGrowth.AssociationRule.METRIC_TYPE |
FPGrowth.AssociationRule.getMetricType()
Get the metric type of this rule (e.g. |
static FPGrowth.AssociationRule.METRIC_TYPE |
FPGrowth.AssociationRule.METRIC_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FPGrowth.AssociationRule.METRIC_TYPE[] |
FPGrowth.AssociationRule.METRIC_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in weka.associations with parameters of type FPGrowth.AssociationRule.METRIC_TYPE | |
|---|---|
static List<FPGrowth.AssociationRule> |
FPGrowth.AssociationRule.generateRulesBruteForce(weka.associations.FPGrowth.FrequentItemSets largeItemSets,
FPGrowth.AssociationRule.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. |
| Constructors in weka.associations with parameters of type FPGrowth.AssociationRule.METRIC_TYPE | |
|---|---|
FPGrowth.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||