Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.datastructures.histogram |
Classes for computing histograms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjDynamicHistogram<T>
A dynamic histogram can dynamically adapt the number of bins to the data fed
into the histogram.
|
class |
AbstractObjStaticHistogram<T>
Histogram class storing double values.
|
class |
DoubleArrayStaticHistogram
Histogram containing an array of doubles (i.e.
|
class |
DoubleDynamicHistogram
A flexible histogram storing double, that can dynamically adapt the number of
bins to the data fed into the histogram.
|
class |
DoubleStaticHistogram
Histogram class storing double values.
|
class |
FloatDynamicHistogram
A flexible histogram storing float, that can dynamically adapt the number of
bins to the data fed into the histogram.
|
class |
FloatStaticHistogram
Histogram class storing float values.
|
class |
IntArrayStaticHistogram
Histogram containing an array of ints (i.e.
|
class |
IntDynamicHistogram
A flexible histogram storing int, that can dynamically adapt the number of
bins to the data fed into the histogram.
|
class |
IntStaticHistogram
Histogram class storing int values.
|
class |
LongArrayStaticHistogram
Histogram containing an array of longs (i.e.
|
class |
LongDynamicHistogram
A flexible histogram storing long, that can dynamically adapt the number of
bins to the data fed into the histogram.
|
class |
LongStaticHistogram
Histogram class storing long values.
|
class |
MeanVarianceStaticHistogram
Histogram class storing MeanVaraince object.
|
class |
ShortDynamicHistogram
A flexible histogram storing short, that can dynamically adapt the number of
bins to the data fed into the histogram.
|
class |
ShortStaticHistogram
Histogram class storing short values.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.