@Beta public abstract class Association extends Object implements Computable, HasRuleValues
| Modifier | Constructor and Description |
|---|---|
protected |
Association(List<org.dmg.pmml.AssociationRule> associationRules,
BitSet antecedentFlags,
BitSet consequentFlags) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getAntecedentFlags() |
List<org.dmg.pmml.AssociationRule> |
getAssociationRules() |
BitSet |
getConsequentFlags() |
Object |
getResult() |
List<org.dmg.pmml.AssociationRule> |
getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociationRuleRegistry, getItemRegistry, getItemsetRegistrypublic Object getResult()
getResult in interface ComputableMissingResultException - Always.public List<org.dmg.pmml.AssociationRule> getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
getRuleValues in interface HasRuleValuespublic List<org.dmg.pmml.AssociationRule> getAssociationRules()
public BitSet getAntecedentFlags()
public BitSet getConsequentFlags()
Copyright © 2014. All Rights Reserved.