public class IntStaticHistogram extends AbstractStaticHistogram implements IntHistogram
Modifier and Type | Class and Description |
---|---|
class |
IntStaticHistogram.Iter
Iterator class.
|
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
data
Data store
|
base, binsize, max, offset, size
CACHE_SHIFT
Constructor and Description |
---|
IntStaticHistogram(int bins,
double min,
double max)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
get(double coord)
Get the value at a particular position.
|
void |
increment(double coord,
int val)
Increment the value of a bin.
|
IntStaticHistogram.Iter |
iter()
Get an iterator over all histogram bins.
|
getBinNr, getBinsize, getCoverMaximum, getCoverMinimum, getNumBins, growSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBinsize, getCoverMaximum, getCoverMinimum, getNumBins
public IntStaticHistogram(int bins, double min, double max)
bins
- Number of binsmin
- Cover minimummax
- Cover maximumpublic void increment(double coord, int val)
increment
in interface IntHistogram
coord
- Coordinateval
- Valuepublic int get(double coord)
coord
- Coordinatepublic IntStaticHistogram.Iter iter()
AbstractStaticHistogram
iter
in interface Histogram
iter
in interface IntHistogram
iter
in class AbstractStaticHistogram
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.