public abstract class Association extends java.lang.Object implements Computable, HasRuleValues, HasEntityRegistry<org.dmg.pmml.association.AssociationRule>
MiningFunction.ASSOCIATION_RULES| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getAntecedentFlags() |
java.util.List<org.dmg.pmml.association.AssociationRule> |
getAssociationRules() |
java.util.BitSet |
getConsequentFlags() |
com.google.common.collect.BiMap<java.lang.String,org.dmg.pmml.association.AssociationRule> |
getEntityRegistry() |
java.lang.Object |
getResult() |
java.util.List<org.dmg.pmml.association.AssociationRule> |
getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAssociationRuleRegistry, getItems, getItemsetspublic java.lang.Object getResult()
getResult in interface Computablejava.lang.UnsupportedOperationException - Always.public java.util.List<org.dmg.pmml.association.AssociationRule> getRuleValues(org.dmg.pmml.OutputField.Algorithm algorithm)
getRuleValues in interface HasRuleValuespublic com.google.common.collect.BiMap<java.lang.String,org.dmg.pmml.association.AssociationRule> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.association.AssociationRule>Entity identifiers and Entity instances.public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<org.dmg.pmml.association.AssociationRule> getAssociationRules()
public java.util.BitSet getAntecedentFlags()
public java.util.BitSet getConsequentFlags()
Copyright © 2017. All Rights Reserved.