Package org.jpmml.evaluator.association
Class Association
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.association.Association
-
- All Implemented Interfaces:
Computable,HasEntityRegistry<org.dmg.pmml.association.AssociationRule>,HasRuleValues,ResultFeature
public abstract class Association extends AbstractComputable implements HasEntityRegistry<org.dmg.pmml.association.AssociationRule>, HasRuleValues
- See Also:
MiningFunction.ASSOCIATION_RULES
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitSetgetAntecedentFlags()List<org.dmg.pmml.association.AssociationRule>getAssociationRules()BitSetgetConsequentFlags()ObjectgetResult()List<org.dmg.pmml.association.AssociationRule>getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.HasEntityRegistry
getEntityRegistry
-
Methods inherited from interface org.jpmml.evaluator.HasRuleValues
getItems, getItemsets
-
-
-
-
Method Detail
-
getResult
public Object getResult()
- Specified by:
getResultin interfaceComputable- Throws:
UnsupportedOperationException- Always.
-
getRuleValues
public List<org.dmg.pmml.association.AssociationRule> getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
- Specified by:
getRuleValuesin interfaceHasRuleValues
-
getAssociationRules
public List<org.dmg.pmml.association.AssociationRule> getAssociationRules()
-
getAntecedentFlags
public BitSet getAntecedentFlags()
-
getConsequentFlags
public BitSet getConsequentFlags()
-
-