Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use CPair
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.utilities.pairs Pairs and triples utility classes. 
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier with type parameters of type CPair
static AssociationID<List<CPair<Double,Integer>>> LOCI.LOCI_CRITICALDIST
          The LOCI critical distances of an object.
 

Uses of CPair in de.lmu.ifi.dbs.elki.database
 

Subclasses of CPair in de.lmu.ifi.dbs.elki.database
 class DistanceResultPair<D extends Distance<D>>
          Class that consists of a pair (distance, object ID) commonly returned for kNN and range queries.
 

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

Methods in de.lmu.ifi.dbs.elki.utilities.pairs that return CPair
static
<F extends Comparable<F>,S extends Comparable<S>>
CPair<F,S>[]
CPair.newArray(int size)
          Array constructor for generics
 

Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type CPair
 int CPair.CompareSwapped.compare(CPair<FIRST,SECOND> o1, CPair<FIRST,SECOND> o2)
          Compare by second component, using the ComparableSwapped interface.
 int CPair.CompareSwapped.compare(CPair<FIRST,SECOND> o1, CPair<FIRST,SECOND> o2)
          Compare by second component, using the ComparableSwapped interface.
 int CPair.compareSwappedTo(CPair<FIRST,SECOND> other)
          Generic derived compare function, with swapped components.
 int CPair.compareTo(CPair<FIRST,SECOND> other)
          Generic derived compare function.
 


Release 0.2 (2009-07-06_1820)