public class HistogramResult extends CollectionResult<double[]>
Constructor and Description |
---|
HistogramResult(java.lang.String name,
java.lang.String shortname,
java.util.Collection<double[]> col)
Constructor
|
HistogramResult(java.lang.String name,
java.lang.String shortname,
java.util.Collection<double[]> col,
java.util.Collection<java.lang.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(java.lang.String name, java.lang.String shortname, java.util.Collection<double[]> col)
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Collectionpublic HistogramResult(java.lang.String name, java.lang.String shortname, java.util.Collection<double[]> col, java.util.Collection<java.lang.String> header)
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Collectionheader
- Header informationCopyright © 2019 ELKI Development Team. License information.