| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.utilities.datastructures.histogram |
Classes for computing histograms
This package contains two families of histograms.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ObjHistogram.BucketFactory<T> |
ObjHistogram.supplier
Supplier for empty bins.
|
| Constructor and Description |
|---|
ObjHistogram(int bins,
double min,
double max,
ObjHistogram.BucketFactory<T> supplier)
Constructor.
|
Copyright © 2019 ELKI Development Team. License information.