Package elki.result
Class HistogramResult
- java.lang.Object
-
- elki.result.CollectionResult<double[]>
-
- elki.result.HistogramResult
-
- All Implemented Interfaces:
IterableResult<double[]>
,java.lang.Iterable<double[]>
public class HistogramResult extends CollectionResult<double[]>
Histogram result.- Since:
- 0.3
- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description HistogramResult(java.util.Collection<double[]> col)
ConstructorHistogramResult(java.util.Collection<double[]> col, java.util.Collection<java.lang.String> header)
Constructor
-
Method Summary
-
Methods inherited from class elki.result.CollectionResult
addHeader, getHeader, iterator, size
-
-
-
-
Constructor Detail
-
HistogramResult
public HistogramResult(java.util.Collection<double[]> col)
Constructor- Parameters:
col
- Collection
-
HistogramResult
public HistogramResult(java.util.Collection<double[]> col, java.util.Collection<java.lang.String> header)
Constructor- Parameters:
col
- Collectionheader
- Header information
-
-