| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering.correlation | 
 Correlation clustering algorithms 
 | 
| de.lmu.ifi.dbs.elki.utilities.datastructures.histogram | 
 Classes for computing histograms
 
 This package contains two families of histograms. 
 | 
| Class and Description | 
|---|
| DoubleDynamicHistogram
 A flexible histogram storing double, that can dynamically adapt the number of
 bins to the data fed into the histogram. 
 | 
| Class and Description | 
|---|
| AbstractStaticHistogram
 Abstract base class for histograms. 
 | 
| AbstractStaticHistogram.Iter
 Iterator class to iterate over all bins. 
 | 
| DoubleHistogram
 Histogram class storing double values. 
 | 
| DoubleHistogram.Iter
 Iterator class. 
 | 
| Histogram
 Abstract API for histograms. 
 | 
| Histogram.Iter
 Array iterator. 
 | 
| ObjHistogram
 Histogram class storing double values. 
 | 
| ObjHistogram.BucketFactory
 Function to make new buckets. 
 | 
| ObjHistogram.Iter
 Iterator class. 
 | 
Copyright © 2019 ELKI Development Team. License information.