| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.math |
Mathematical operations and utilities used throughout the framework.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregatingHistogram.Adapter<T,D>
Adapter class for an AggregatingHistogram
|
static class |
FlexiHistogram.Adapter<T,D>
Adapter interface to specify bin creation, data caching and combination.
|
| Modifier and Type | Field and Description |
|---|---|
private ReplacingHistogram.Adapter<T> |
ReplacingHistogram.maker
Constructor for new elements
|
| Constructor and Description |
|---|
ReplacingHistogram(int bins,
double min,
double max,
ReplacingHistogram.Adapter<T> maker)
Histogram constructor
|