public interface AssociationRulesProducer
Modifier and Type | Method and Description |
---|---|
boolean |
canProduceRules()
Returns true if this AssociationRulesProducer can actually
produce rules.
|
AssociationRules |
getAssociationRules()
Gets the list of mined association rules.
|
java.lang.String[] |
getRuleMetricNames()
Gets a list of the names of the metrics output for
each rule.
|
AssociationRules getAssociationRules()
java.lang.String[] getRuleMetricNames()
boolean canProduceRules()