T
- data typepublic interface ObjHistogram<T> extends Histogram
Modifier and Type | Interface and Description |
---|---|
static interface |
ObjHistogram.Iter<T>
Histogram iterator.
|
CACHE_SHIFT
Modifier and Type | Method and Description |
---|---|
ObjHistogram.Iter<T> |
iter()
Get a histogram iterator.
|
void |
putData(double coord,
T data)
Aggregate new data into the histogram.
|
getBinsize, getCoverMaximum, getCoverMinimum, getNumBins
ObjHistogram.Iter<T> iter()
void putData(double coord, T data)
coord
- Coordinatedata
- DataCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.