Uses of Enum Class
weka.associations.DefaultAssociationRule.METRIC_TYPE
-
Uses of DefaultAssociationRule.METRIC_TYPE in weka.associations
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DefaultAssociationRule.METRIC_TYPE[]
DefaultAssociationRule.METRIC_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionDefaultAssociationRule
(Collection<Item> premise, Collection<Item> consequence, DefaultAssociationRule.METRIC_TYPE metric, int premiseSupport, int consequenceSupport, int totalSupport, int totalTransactions) Construct a new default association rule.