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, sizegetLongName, getShortNameaddChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNamepublic 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.