Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return types with arguments of type FCPair
private  PriorityQueue<FCPair<Double,Integer>> ABOD.calcDistsandNN(Database<V> data, KernelMatrix<V> kernelMatrix, int sampleSize, Integer aKey, HashMap<Integer,Double> dists)
           
private  PriorityQueue<FCPair<Double,Integer>> ABOD.calcDistsandRNDSample(Database<V> data, KernelMatrix<V> kernelMatrix, int sampleSize, Integer aKey, HashMap<Integer,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,Integer>> 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.3 (2010-03-31_1612)