Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

java.lang.Object
  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:
IterableResult<O>, Result, Iterable<O>

public class HistogramResult<O extends DatabaseObject>
extends CollectionResult<O>

Histogram result.

Author:
Erich Schubert

Constructor Summary
HistogramResult(Collection<O> col)
          Constructor
HistogramResult(Collection<O> col, Collection<String> header)
          Constructor
 
Method Summary
 String getName()
          Get a user-understandable name for this result.
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.CollectionResult
addHeader, getHeader, iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramResult

public HistogramResult(Collection<O> col)
Constructor

Parameters:
col - Collection

HistogramResult

public HistogramResult(Collection<O> col,
                       Collection<String> header)
Constructor

Parameters:
col - Collection
header - Header information
Method Detail

getName

public String getName()
Description copied from interface: Result
Get a user-understandable name for this result. Defaults may be returned such as "list" for a list result.

Specified by:
getName in interface Result
Overrides:
getName in class CollectionResult<O extends DatabaseObject>
Returns:
result name

Release 0.3 (2010-03-31_1612)