Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use DoubleMinMax
de.lmu.ifi.dbs.elki.algorithm.statistics Statistical analysis algorithms The algorithms in this package perform statistical analysis of the data (e.g. compute distributions, distance distributions etc.) 
de.lmu.ifi.dbs.elki.math Mathematical operations and utilities used throughout the framework. 
 

Uses of DoubleMinMax in de.lmu.ifi.dbs.elki.algorithm.statistics
 

Methods in de.lmu.ifi.dbs.elki.algorithm.statistics that return DoubleMinMax
private  DoubleMinMax DistanceStatisticsWithClasses.exactMinMax(Database<V> database, DistanceFunction<V,D> distFunc)
           
private  DoubleMinMax DistanceStatisticsWithClasses.sampleMinMax(Database<V> database, DistanceFunction<V,D> distFunc)
           
 

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

Methods in de.lmu.ifi.dbs.elki.math that return DoubleMinMax
static DoubleMinMax[] DoubleMinMax.newArray(int size)
          Generate a new array of initialized DoubleMinMax objects (with default constructor)
 


Release 0.2.1 (2009-07-13_1605)