Package | Description |
---|---|
com.imsl.datamining |
Data mining and machine learning.
|
Modifier and Type | Method and Description |
---|---|
static AssociationRule[] |
Apriori.getAssociationRules(Itemsets itemsets,
double confidence,
double lift)
Returns strong association rules among the itemsets in
itemsets . |
Modifier and Type | Method and Description |
---|---|
static void |
AssociationRule.print(AssociationRule[] ar)
Print out the association rules in
ar . |
Copyright © 2020 Rogue Wave Software. All rights reserved.