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

Packages that use FCPair
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.utilities.pairs Pairs and triples utility classes. 
 

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

Subclasses of FCPair in de.lmu.ifi.dbs.elki.algorithm.outlier
private static class AggarwalYuEvolutionary.Individuum
          Individuum for the evolutionary search.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return types with arguments of type FCPair
private  PriorityQueue<FCPair<Double,DBID>> ABOD.calcDistsandNN(Relation<V> data, KernelMatrix kernelMatrix, int sampleSize, DBID aKey, HashMap<DBID,Double> dists)
           
private  PriorityQueue<FCPair<Double,DBID>> ABOD.calcDistsandRNDSample(Relation<V> data, KernelMatrix kernelMatrix, int sampleSize, DBID aKey, HashMap<DBID,Double> dists)
           
 

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

Method parameters in de.lmu.ifi.dbs.elki.algorithm.statistics with type arguments of type FCPair
private  void DistanceStatisticsWithClasses.shrinkHeap(TreeSet<FCPair<Double,DBID>> hotset, int k)
           
 

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

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

Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type FCPair
 int FCPair.compareTo(FCPair<FIRST,SECOND> other)
          Generic derived compare function.
 


Release 0.4.0 (2011-09-20_1324)