Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.Progress

Packages that use Progress
de.lmu.ifi.dbs.elki.algorithm.clustering Package collects clustering algorithms. 
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.logging Logging facility for controlling logging behaviour of the complete framework. 
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type Progress
protected  void DBSCAN.expandCluster(Database<O> database, Integer startObjectID, Progress progress)
          DBSCAN-function expandCluster.
protected  void SNNClustering.expandCluster(Database<O> database, Integer startObjectID, Progress progress)
          DBSCAN-function expandCluster adapted to SNN criterion.
protected  void ProjectedDBSCAN.expandCluster(Database<V> database, Integer startObjectID, Progress progress)
          ExpandCluster function of DBSCAN.
protected  void OPTICS.expandClusterOrder(Database<O> database, Integer objectID, Progress progress)
          OPTICS-function expandClusterOrder.
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type Progress
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 Progress in de.lmu.ifi.dbs.elki.logging
 

Methods in de.lmu.ifi.dbs.elki.logging with parameters of type Progress
 void Loggable.progress(Progress pgr)
          Log a PROGRESS message.
 void AbstractLoggable.progress(Progress pgr)
          Log a PROGRESS message.
 void AbstractLoggable.progress(Progress pgr, int numClusters)
          Log a PROGRESS message.
 

Uses of Progress in de.lmu.ifi.dbs.elki.utilities
 

Methods in de.lmu.ifi.dbs.elki.utilities with parameters of type Progress
static String Util.status(Progress progress)
          Provides a status report line with leading carriage return.
static String Util.status(Progress progress, int clusters)
          Provides a status report line with leading carriage return.
 


Release 0.1 (2008-07-10_1838)