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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAssociation(java.util.List<org.dmg.pmml.association.AssociationRule> associationRules, java.util.BitSet antecedentFlags, java.util.BitSet consequentFlags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.BitSetgetAntecedentFlags()java.util.List<org.dmg.pmml.association.AssociationRule>getAssociationRules()java.util.BitSetgetConsequentFlags()java.lang.ObjectgetResult()java.util.List<org.dmg.pmml.association.AssociationRule>getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)protected org.jpmml.model.ToStringHelpertoStringHelper()-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 java.lang.Object getResult()
- Specified by:
getResultin interfaceComputable- Throws:
java.lang.UnsupportedOperationException- Always.
-
toStringHelper
protected org.jpmml.model.ToStringHelper toStringHelper()
- Overrides:
toStringHelperin classAbstractComputable
-
getRuleValues
public java.util.List<org.dmg.pmml.association.AssociationRule> getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
- Specified by:
getRuleValuesin interfaceHasRuleValues
-
getAssociationRules
public java.util.List<org.dmg.pmml.association.AssociationRule> getAssociationRules()
-
getAntecedentFlags
public java.util.BitSet getAntecedentFlags()
-
getConsequentFlags
public java.util.BitSet getConsequentFlags()
-
-