Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.DistanceBasedAlgorithm

Packages that use DistanceBasedAlgorithm
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
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.) 
 

Uses of DistanceBasedAlgorithm in de.lmu.ifi.dbs.elki.algorithm
 

Subclasses of DistanceBasedAlgorithm in de.lmu.ifi.dbs.elki.algorithm
 class DependencyDerivator<V extends RealVector<V,?>,D extends Distance<D>>
          Dependency derivator computes quantitatively linear dependencies among attributes of a given dataset based on a linear correlation PCA.
 class KNNDistanceOrder<O extends DatabaseObject,D extends Distance<D>>
          Provides an order of the kNN-distances for all objects within the database.
 class KNNJoin<V extends NumberVector<V,?>,D extends Distance<D>,N extends SpatialNode<N,E>,E extends SpatialEntry>
          Joins in a given spatial database to each object its k-nearest neighbors.
 class MaterializeDistances<V extends RealVector<V,?>,D extends NumberDistance<D,N>,N extends Number>
           Algorithm to materialize all the distances in a data set.
 

Uses of DistanceBasedAlgorithm in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Subclasses of DistanceBasedAlgorithm in de.lmu.ifi.dbs.elki.algorithm.clustering
 class DBSCAN<O extends DatabaseObject,D extends Distance<D>>
          DBSCAN provides the DBSCAN algorithm, an algorithm to find density-connected sets in a database.
 class DeLiClu<O extends NumberVector<O,?>,D extends Distance<D>>
          DeLiClu provides the DeLiClu algorithm, a hierarchical algorithm to find density-connected sets in a database.
 class KMeans<D extends Distance<D>,V extends RealVector<V,?>>
          Provides the k-means algorithm.
 class OPTICS<O extends DatabaseObject,D extends Distance<D>>
          OPTICS provides the OPTICS algorithm.
 class SLINK<O extends DatabaseObject,D extends Distance<D>>
          Efficient implementation of the Single-Link Algorithm SLINK of R.
 

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

Subclasses of DistanceBasedAlgorithm in de.lmu.ifi.dbs.elki.algorithm.outlier
 class ABOD<V extends RealVector<V,?>>
          Angle-Based Outlier Detection Outlier detection using variance analysis on angles, especially for high dimensional data sets.
 class LOCI<O extends DatabaseObject,D extends NumberDistance<D,?>>
          Fast Outlier Detection Using the "Local Correlation Integral".
 class LOF<O extends DatabaseObject,D extends NumberDistance<D,?>>
          Algorithm to compute density-based local outlier factors in a database based on a specified parameter LOF.K_ID (-lof.k).
 

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

Subclasses of DistanceBasedAlgorithm in de.lmu.ifi.dbs.elki.algorithm.statistics
 class DistanceStatisticsWithClasses<V extends RealVector<V,?>,D extends NumberDistance<D,?>>
          Algorithm to gather statistics over the distance distribution in the data set.
 class EvaluateRankingQuality<V extends RealVector<V,?>,D extends NumberDistance<D,?>>
          Evaluate a distance function with respect to kNN queries.
 class RankingQualityHistogram<V extends RealVector<V,?>,D extends NumberDistance<D,?>>
          Evaluate a distance function with respect to kNN queries.
 


Release 0.2 (2009-07-06_1820)