| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering.correlation |
Correlation clustering algorithms
|
| de.lmu.ifi.dbs.elki.math.histograms |
Classes for computing histograms.
|
| Class and Description |
|---|
| FlexiHistogram
Histogram with flexible size, guaranteed to be in [bin, 2*bin[
|
| Class and Description |
|---|
| AggregatingHistogram
Class for the typical case of an aggregating (e.g. counting, averaging)
Histogram.
|
| AggregatingHistogram.Adapter
Adapter class for an AggregatingHistogram
|
| FlexiHistogram
Histogram with flexible size, guaranteed to be in [bin, 2*bin[
|
| FlexiHistogram.Adapter
Adapter interface to specify bin creation, data caching and combination.
|
| ReplacingHistogram
Class to manage a simple Histogram.
|
| ReplacingHistogram.Adapter
Interface to plug in a data type T.
|