public class AprioriResult extends BasicResult implements TextWriteable
Modifier and Type | Field and Description |
---|---|
private List<Itemset> |
itemsets
The supports of all frequent itemsets.
|
private VectorFieldTypeInformation<BitVector> |
meta
Metadata of the data relation, for item labels.
|
Constructor and Description |
---|
AprioriResult(String name,
String shortname,
List<Itemset> itemsets,
VectorFieldTypeInformation<BitVector> meta)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<Itemset> |
getItemsets()
Returns the frequent item sets.
|
void |
writeToText(TextWriterStream out,
String label)
Write self to the given
TextWriterStream |
getLongName, getShortName
addChildResult, getHierarchy, setHierarchy
private VectorFieldTypeInformation<BitVector> meta
public List<Itemset> getItemsets()
public void writeToText(TextWriterStream out, String label)
TextWriteable
TextWriterStream
writeToText
in interface TextWriteable
out
- Output writerlabel
- LabelCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.