| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.math |
Mathematical operations and utilities used throughout the framework.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FlexiHistogram.Adapter<T,D>
Adapter interface to specify bin creation, data caching and combination.
|
| Modifier and Type | Field and Description |
|---|---|
private AggregatingHistogram.Adapter<T,D> |
AggregatingHistogram.putter
The class we are using for putting data.
|
| Constructor and Description |
|---|
AggregatingHistogram(int bins,
double min,
double max,
AggregatingHistogram.Adapter<T,D> adapter)
Constructor with Adapter.
|