public interface Histogram
Modifier and Type | Interface and Description |
---|---|
static interface |
Histogram.Iter
Array iterator.
|
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_SHIFT
This parameter controls the cache size used for dynamic histograms before
setting the initial thresholds.
|
Modifier and Type | Method and Description |
---|---|
double |
getBinsize()
Get the size (width) of a bin.
|
double |
getCoverMaximum()
Get maximum (covered by bins, not data!)
|
double |
getCoverMinimum()
Get minimum (covered by bins, not data!)
|
int |
getNumBins()
Get the number of bins actually in use.
|
Histogram.Iter |
iter()
Get an iterator over all histogram bins.
|
static final int CACHE_SHIFT
int getNumBins()
double getBinsize()
double getCoverMinimum()
double getCoverMaximum()
Histogram.Iter iter()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.