Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.datastructures.histogram |
Classes for computing histograms
This package contains two families of 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 |
AbstractStaticHistogram
Abstract base class for histograms.
|
class |
DoubleDynamicHistogram
A flexible histogram storing double, that can dynamically adapt the number of
bins to the data fed into the histogram.
|
class |
DoubleHistogram
Histogram class storing double values.
|
class |
ObjHistogram<T>
Histogram class storing double values.
|
Copyright © 2019 ELKI Development Team. License information.