O
- Object class (e.g. DoubleVector
)public class HistogramResult<O> extends CollectionResult<O>
Constructor and Description |
---|
HistogramResult(String name,
String shortname,
Collection<O> col)
Constructor
|
HistogramResult(String name,
String shortname,
Collection<O> col,
Collection<String> header)
Constructor
|
addHeader, getHeader, iterator, size
getLongName, getShortName
addChildResult, getHierarchy, setHierarchy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongName, getShortName
public HistogramResult(String name, String shortname, Collection<O> col)
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Collectionpublic HistogramResult(String name, String shortname, Collection<O> col, Collection<String> header)
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Collectionheader
- Header informationCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.