|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mean | |
---|---|
de.lmu.ifi.dbs.elki.math | Mathematical operations and utilities used throughout the framework. |
Uses of Mean in de.lmu.ifi.dbs.elki.math |
---|
Subclasses of Mean in de.lmu.ifi.dbs.elki.math | |
---|---|
class |
MeanVariance
Do some simple statistics (mean, variance) using a numerically stable online algorithm. |
Methods in de.lmu.ifi.dbs.elki.math that return Mean | |
---|---|
static Mean[] |
Mean.newArray(int dimensionality)
Create and initialize a new array of MeanVariance |
Methods in de.lmu.ifi.dbs.elki.math with parameters of type Mean | |
---|---|
void |
MeanVariance.put(Mean other)
Join the data of another MeanVariance instance. |
void |
Mean.put(Mean other)
Join the data of another MeanVariance instance. |
Constructors in de.lmu.ifi.dbs.elki.math with parameters of type Mean | |
---|---|
Mean(Mean other)
Constructor from other instance |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |