Uses of Class
de.lmu.ifi.dbs.elki.application.AbstractApplication

Packages that use AbstractApplication
de.lmu.ifi.dbs.elki.application Base classes for stand alone applications. 
de.lmu.ifi.dbs.elki.application.cache Utility applications for the persistence layer such as distance cache builders. 
de.lmu.ifi.dbs.elki.application.visualization Visualization applications in ELKI. 
 

Uses of AbstractApplication in de.lmu.ifi.dbs.elki.application
 

Subclasses of AbstractApplication in de.lmu.ifi.dbs.elki.application
 class ComputeSingleColorHistogram
          Application that computes the color histogram vector for a single image.
 class GeneratorXMLSpec
          Generate a data set based on a specified model (using an XML specification)
 class KDDCLIApplication
          Provides a KDDCLIApplication that can be used to perform any algorithm implementing Algorithm using any DatabaseConnection implementing DatabaseConnection.
 

Methods in de.lmu.ifi.dbs.elki.application that return AbstractApplication
protected abstract  AbstractApplication AbstractApplication.Parameterizer.makeInstance()
           
 

Uses of AbstractApplication in de.lmu.ifi.dbs.elki.application.cache
 

Subclasses of AbstractApplication in de.lmu.ifi.dbs.elki.application.cache
 class CacheDoubleDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>>
          Wrapper to convert a traditional text-serialized result into a on-disk matrix for random access.
 class CacheFloatDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>>
          Wrapper to convert a traditional text-serialized result into a on-disk matrix for random access.
 

Uses of AbstractApplication in de.lmu.ifi.dbs.elki.application.visualization
 

Subclasses of AbstractApplication in de.lmu.ifi.dbs.elki.application.visualization
 class KNNExplorer<O extends NumberVector<?,?>,D extends NumberDistance<D,?>>
          User application to explore the k Nearest Neighbors for a given data set and distance function.
 


Release 0.4.0 (2011-09-20_1324)