Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math |
Mathematical operations and utilities used throughout the framework.
|
Modifier and Type | Field and Description |
---|---|
private FlexiHistogram.Adapter<T,D> |
FlexiHistogram.downsampler
Adapter class, extended "maker".
|
Constructor and Description |
---|
FlexiHistogram(int bins,
FlexiHistogram.Adapter<T,D> adapter)
Create a new histogram for an unknown data range.
|