public class AssociationRuleResult extends BasicResult implements TextWriteable
| Modifier and Type | Field and Description |
|---|---|
private VectorFieldTypeInformation<BitVector> |
meta
Metadata of the data relation, for item labels.
|
private java.util.List<AssociationRule> |
rules
Association rules together with the interestingness measure.
|
| Constructor and Description |
|---|
AssociationRuleResult(java.lang.String name,
java.lang.String shortname,
java.util.List<AssociationRule> rules,
VectorFieldTypeInformation<BitVector> meta)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
VectorFieldTypeInformation<BitVector> |
getMeta()
Returns Metadata of the data relation, for item labels.
|
java.util.List<AssociationRule> |
getRules()
Returns the rules.
|
void |
writeToText(TextWriterStream out,
java.lang.String label)
Write self to the given
TextWriterStream |
getLongName, getShortNameaddChildResult, getHierarchy, setHierarchyprivate java.util.List<AssociationRule> rules
private VectorFieldTypeInformation<BitVector> meta
public AssociationRuleResult(java.lang.String name,
java.lang.String shortname,
java.util.List<AssociationRule> rules,
VectorFieldTypeInformation<BitVector> meta)
name - shortname - public java.util.List<AssociationRule> getRules()
public VectorFieldTypeInformation<BitVector> getMeta()
public void writeToText(TextWriterStream out, java.lang.String label)
TextWriteableTextWriterStreamwriteToText in interface TextWriteableout - Output writerlabel - LabelCopyright © 2019 ELKI Development Team. License information.