Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.result.clustering.SubspaceClusterMap

Packages that use SubspaceClusterMap
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that return SubspaceClusterMap
private  SubspaceClusterMap CASH.doRun(Database<ParameterizationFunction> database, Progress progress)
          Runs the CASH algorithm on the specified database, this method is recursively called until only noise is left.
 

Uses of SubspaceClusterMap in de.lmu.ifi.dbs.elki.algorithm.result.clustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.result.clustering declared as SubspaceClusterMap
private  SubspaceClusterMap CASHResult.clusterMap
          The mapping between subspace dimensions and clusters.
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.result.clustering with parameters of type SubspaceClusterMap
CASHResult(Database<ParameterizationFunction> db, SubspaceClusterMap clusterMap, int dimensionality)
          todo
 


Release 0.1 (2008-07-10_1838)