Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.math.MeanVariance

Packages that use MeanVariance
de.lmu.ifi.dbs.elki.math Mathematical operations and utilities used throughout the framework. 
 

Uses of MeanVariance in de.lmu.ifi.dbs.elki.math
 

Methods in de.lmu.ifi.dbs.elki.math that return MeanVariance
static MeanVariance[] MeanVariance.newArray(int dimensionality)
          Create and initialize a new array of MeanVariance
 

Methods in de.lmu.ifi.dbs.elki.math that return types with arguments of type MeanVariance
static Histogram<MeanVariance> Histogram.MeanVarianceHistogram(int bins, double min, double max)
          Convenience constructor for MeanVariance-based Histograms.
 

Methods in de.lmu.ifi.dbs.elki.math with parameters of type MeanVariance
 void MeanVariance.put(MeanVariance other)
          Join the data of another MeanVariance instance.
 

Constructors in de.lmu.ifi.dbs.elki.math with parameters of type MeanVariance
MeanVariance(MeanVariance other)
          Constructor from other instance
 


Release 0.2 (2009-07-06_1820)