de.lmu.ifi.dbs.elki.result
Class HistogramResult<O extends DatabaseObject>
java.lang.Object
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:
- IterableResult<O>, Result, Iterable<O>
public class HistogramResult<O extends DatabaseObject>
- extends CollectionResult<O>
Histogram result.
- Author:
- Erich Schubert
|
Method Summary |
String |
getName()
Get a user-understandable name for this result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistogramResult
public HistogramResult(Collection<O> col)
- Constructor
- Parameters:
col - Collection
HistogramResult
public HistogramResult(Collection<O> col,
Collection<String> header)
- Constructor
- Parameters:
col - Collectionheader - Header information
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