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

Packages that use DoubleMinMax
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
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.data Basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.math Mathematical operations and utilities used throughout the framework. 
de.lmu.ifi.dbs.elki.utilities.scaling Scaling functions: linear, logarithmic, gamma, clipping, ... 
de.lmu.ifi.dbs.elki.visualization.projections Visualization projections 
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return types with arguments of type DoubleMinMax
protected  Pair<WritableDataStore<Double>,DoubleMinMax> LOF.computeLOFs(DBIDs ids, DataStore<Double> lrds, KNNQuery<O,D> knnRefer)
          Computes the Local outlier factor (LOF) of the specified objects.
 

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(Relation<O> database, DistanceQuery<O,D> distFunc)
           
private  DoubleMinMax DistanceStatisticsWithClasses.sampleMinMax(Relation<O> database, DistanceQuery<O,D> distFunc)
           
 

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

Methods in de.lmu.ifi.dbs.elki.data that return DoubleMinMax
static
<V extends NumberVector<?,?>>
DoubleMinMax
VectorUtil.getRangeDouble(V vec)
          Return the range across all dimensions.
 

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

Fields in de.lmu.ifi.dbs.elki.math declared as DoubleMinMax
private  DoubleMinMax ConvexHull2D.minmaxX
          Min/Max in X
private  DoubleMinMax ConvexHull2D.minmaxY
          Min/Max in Y
 

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)
 

Uses of DoubleMinMax in de.lmu.ifi.dbs.elki.utilities.scaling
 

Constructors in de.lmu.ifi.dbs.elki.utilities.scaling with parameters of type DoubleMinMax
LinearScaling(DoubleMinMax minmax)
          Constructor from a double minmax.
 

Uses of DoubleMinMax in de.lmu.ifi.dbs.elki.visualization.projections
 

Methods in de.lmu.ifi.dbs.elki.visualization.projections that return types with arguments of type DoubleMinMax
 Pair<DoubleMinMax,DoubleMinMax> AffineProjection.estimateViewport()
           
 Pair<DoubleMinMax,DoubleMinMax> AffineProjection.estimateViewport()
           
 Pair<DoubleMinMax,DoubleMinMax> Simple2D.estimateViewport()
           
 Pair<DoubleMinMax,DoubleMinMax> Simple2D.estimateViewport()
           
 Pair<DoubleMinMax,DoubleMinMax> Projection2D.estimateViewport()
          Estimate the viewport requirements
 Pair<DoubleMinMax,DoubleMinMax> Projection2D.estimateViewport()
          Estimate the viewport requirements
 


Release 0.4.0 (2011-09-20_1324)