public abstract class Association extends AbstractComputable implements HasRuleValues, HasEntityRegistry<org.dmg.pmml.association.AssociationRule>
MiningFunction.ASSOCIATION_RULES| Modifier | Constructor and Description |
|---|---|
protected |
Association(List<org.dmg.pmml.association.AssociationRule> associationRules,
BitSet antecedentFlags,
BitSet consequentFlags) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getAntecedentFlags() |
List<org.dmg.pmml.association.AssociationRule> |
getAssociationRules() |
BitSet |
getConsequentFlags() |
Object |
getResult() |
List<org.dmg.pmml.association.AssociationRule> |
getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm) |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetItems, getItemsetsgetEntityRegistrypublic Object getResult()
getResult in interface ComputableUnsupportedOperationException - Always.protected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class AbstractComputablepublic List<org.dmg.pmml.association.AssociationRule> getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
getRuleValues in interface HasRuleValuespublic List<org.dmg.pmml.association.AssociationRule> getAssociationRules()
public BitSet getAntecedentFlags()
public BitSet getConsequentFlags()
Copyright © 2018. All rights reserved.