Package | Description |
---|---|
com.pervasive.datarush.analytics.arm |
Provides common classes for Association Rule Mining (ARM).
|
Modifier and Type | Method and Description |
---|---|
List<AssociationRule> |
RulesGenerator.getGeneratedRules()
Return the list of rules generated.
|
List<AssociationRule> |
PMMLAssociationModel.getRules()
Return the list of association rules contained in the model.
|
Modifier and Type | Method and Description |
---|---|
void |
PMMLAssociationModel.addAssociationRule(AssociationRule rule)
Add an association rule to the model.
|
Copyright © 2020 Actian Corporation. All rights reserved.