de.lmu.ifi.dbs.elki.result
Class HistogramResult<O>
java.lang.Object
de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
de.lmu.ifi.dbs.elki.result.BasicResult
de.lmu.ifi.dbs.elki.result.CollectionResult<O>
de.lmu.ifi.dbs.elki.result.HistogramResult<O>
- Type Parameters:
O - Object class (e.g. DoubleVector)
- All Implemented Interfaces:
- HierarchicalResult, IterableResult<O>, Result, Iterable<O>
public class HistogramResult<O>
- extends CollectionResult<O>
Histogram result.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistogramResult
public HistogramResult(String name,
String shortname,
Collection<O> col)
- Constructor
- Parameters:
name - The long name (for pretty printing)shortname - the short name (for filenames etc.)col - Collection
HistogramResult
public HistogramResult(String name,
String shortname,
Collection<O> col,
Collection<String> header)
- Constructor
- Parameters:
name - The long name (for pretty printing)shortname - the short name (for filenames etc.)col - Collectionheader - Header information