public class FrequentItemsetsResult 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 |
---|
FrequentItemsetsResult(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 FrequentItemsetsResult(String name, String shortname, List<Itemset> itemsets, VectorFieldTypeInformation<BitVector> meta)
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)itemsets
- Frequent itemsetsmeta
- Metadatapublic List<Itemset> getItemsets()
public void writeToText(TextWriterStream out, String label)
TextWriteable
TextWriterStream
writeToText
in interface TextWriteable
out
- Output writerlabel
- LabelCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.