Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math |
Mathematical operations and utilities used throughout the framework.
|
Modifier and Type | Method and Description |
---|---|
static MeanVarianceMinMax[] |
MeanVarianceMinMax.newArray(int dimensionality)
Create and initialize a new array of MeanVarianceMinMax
|
Constructor and Description |
---|
MeanVarianceMinMax(MeanVarianceMinMax other)
Constructor cloning existing statistics.
|