Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.DoubleDoublePair

Packages that use DoubleDoublePair
de.lmu.ifi.dbs.elki.math Mathematical operations and utilities used throughout the framework. 
de.lmu.ifi.dbs.elki.math.statistics Statistical tests and methods. 
de.lmu.ifi.dbs.elki.utilities.pairs Pairs and triples utility classes. 
 

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

Subclasses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math
 class DoubleMinMax
          Class to find the minimum and maximum double values in data.
 

Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math.statistics
 

Constructor parameters in de.lmu.ifi.dbs.elki.math.statistics with type arguments of type DoubleDoublePair
LinearRegression(List<DoubleDoublePair> points)
           
 

Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.utilities.pairs
 

Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleDoublePair
 int DoubleDoublePair.compareSwappedTo(DoubleDoublePair other)
          Implementation of comparableSwapped interface, sorting by second then first.
 int DoubleDoublePair.compareTo(DoubleDoublePair other)
          Implementation of comparable interface, sorting by first then second.
 


Release 0.2 (2009-07-06_1820)