public interface IntHistogram extends Histogram
Modifier and Type | Interface and Description |
---|---|
static interface |
IntHistogram.Iter
Iterator interface.
|
CACHE_SHIFT
Modifier and Type | Method and Description |
---|---|
void |
increment(double coord,
int value)
Increment the histogram at a given position.
|
IntHistogram.Iter |
iter()
Get an iterator over all histogram bins.
|
getBinsize, getCoverMaximum, getCoverMinimum, getNumBins
void increment(double coord, int value)
coord
- Coordinatevalue
- Value to increment byIntHistogram.Iter iter()
Histogram
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.