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