public abstract class Association extends Object implements Computable, HasRuleValues, HasEntityRegistry<org.dmg.pmml.AssociationRule>
MiningFunctionType.ASSOCIATION_RULES| 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() |
com.google.common.collect.BiMap<String,org.dmg.pmml.AssociationRule> |
getEntityRegistry() |
Object |
getResult() |
List<org.dmg.pmml.AssociationRule> |
getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAssociationRuleRegistry, getItemRegistry, getItemsetRegistrypublic Object getResult()
getResult in interface ComputableUnsupportedOperationException - Always.public List<org.dmg.pmml.AssociationRule> getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
getRuleValues in interface HasRuleValuespublic com.google.common.collect.BiMap<String,org.dmg.pmml.AssociationRule> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.AssociationRule>Entity identifiers and Entity instances.public List<org.dmg.pmml.AssociationRule> getAssociationRules()
public BitSet getAntecedentFlags()
public BitSet getConsequentFlags()
Copyright © 2015. All Rights Reserved.