Uses of Interface
de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSTypeAlgorithm

Packages that use OPTICSTypeAlgorithm
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Axis-parallel subspace clustering algorithms The clustering algorithms in this package are instances of both, projected clustering algorithms or subspace clustering algorithms according to the classical but somewhat obsolete classification schema of clustering algorithms for axis-parallel subspaces. 
 

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

Classes in de.lmu.ifi.dbs.elki.algorithm.clustering that implement OPTICSTypeAlgorithm
 class DeLiClu<NV extends NumberVector<NV,?>,D extends Distance<D>>
          DeLiClu provides the DeLiClu algorithm, a hierarchical algorithm to find density-connected sets in a database.
 class OPTICS<O,D extends Distance<D>>
          OPTICS provides the OPTICS algorithm.
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering declared as OPTICSTypeAlgorithm
(package private)  OPTICSTypeAlgorithm<N> OPTICSXi.optics
          The actual algorithm we use.
protected  OPTICSTypeAlgorithm<D> OPTICSXi.Parameterizer.optics
           
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type OPTICSTypeAlgorithm
OPTICSXi(OPTICSTypeAlgorithm<N> optics, double xi)
          Constructor.
 

Uses of OPTICSTypeAlgorithm in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Classes in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that implement OPTICSTypeAlgorithm
 class HiCO<V extends NumberVector<V,?>>
          Implementation of the HiCO algorithm, an algorithm for detecting hierarchies of correlation clusters.
 

Uses of OPTICSTypeAlgorithm in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
 

Classes in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace that implement OPTICSTypeAlgorithm
 class HiSC<V extends NumberVector<V,?>>
          Implementation of the HiSC algorithm, an algorithm for detecting hierarchies of subspace clusters.
 


Release 0.4.0 (2011-09-20_1324)