de.lmu.ifi.dbs.elki.result
Class HistogramResult<O>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
      extended by de.lmu.ifi.dbs.elki.result.BasicResult
          extended by de.lmu.ifi.dbs.elki.result.CollectionResult<O>
              extended by 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.


Constructor Summary
HistogramResult(String name, String shortname, Collection<O> col)
          Constructor
HistogramResult(String name, String shortname, Collection<O> col, Collection<String> header)
          Constructor
 
Method Summary
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.CollectionResult
addHeader, getHeader, iterator, size
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.BasicResult
getLongName, getShortName
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
addChildResult, getHierarchy, setHierarchy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result
getLongName, getShortName
 

Constructor Detail

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 - Collection
header - Header information

Release 0.4.0 (2011-09-20_1324)