Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.logging.Logging

Packages that use Logging
de.lmu.ifi.dbs.elki.application.internal Internal utilities for development. 
de.lmu.ifi.dbs.elki.index.tree.spatial Tree-based index structures for spatial indexing. 
de.lmu.ifi.dbs.elki.logging Logging facility for controlling logging behavior of the complete framework. 
de.lmu.ifi.dbs.elki.math.linearalgebra Linear Algebra package provides classes and computational methods for operations on matrices. 
de.lmu.ifi.dbs.elki.math.spacefillingcurves Space filling curves. 
de.lmu.ifi.dbs.elki.properties Property handling and main ELKI properties file. 
de.lmu.ifi.dbs.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...) 
de.lmu.ifi.dbs.elki.utilities.heap Variants of heap structures. 
de.lmu.ifi.dbs.elki.utilities.optionhandling Parameter handling and option descriptions. 
de.lmu.ifi.dbs.elki.visualization.savedialog Save dialog for SVG plots. 
 

Uses of Logging in de.lmu.ifi.dbs.elki.application.internal
 

Fields in de.lmu.ifi.dbs.elki.application.internal declared as Logging
private  Logging CheckELKIProperties.logger
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.tree.spatial
 

Fields in de.lmu.ifi.dbs.elki.index.tree.spatial declared as Logging
private static Logging BulkSplit.logger
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.logging
 

Fields in de.lmu.ifi.dbs.elki.logging declared as Logging
protected  Logging AbstractLoggable.logger
          The logger of the class.
 

Fields in de.lmu.ifi.dbs.elki.logging with type parameters of type Logging
private static HashMap<String,Logging> Logging.loggers
          HashMap to keep track of loggers.
 

Methods in de.lmu.ifi.dbs.elki.logging that return Logging
static Logging Logging.getLogger(Class<?> c)
          Retrieve logging utility for a particular class.
static Logging Logging.getLogger(String name)
          Retrieve logging utility for a particular class.
 

Uses of Logging in de.lmu.ifi.dbs.elki.math.linearalgebra
 

Fields in de.lmu.ifi.dbs.elki.math.linearalgebra declared as Logging
private static Logging LinearEquationSystem.logger
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.math.spacefillingcurves
 

Fields in de.lmu.ifi.dbs.elki.math.spacefillingcurves declared as Logging
private static Logging ZCurve.logger
          The logger of this class.
 

Uses of Logging in de.lmu.ifi.dbs.elki.properties
 

Fields in de.lmu.ifi.dbs.elki.properties declared as Logging
private static Logging IterateKnownImplementations.logger
          Logger
private static Logging Properties.logger
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.result.textwriter
 

Fields in de.lmu.ifi.dbs.elki.result.textwriter declared as Logging
private static Logging TextWriter.logger
          Logger
private static Logging MultipleFilesOutput.logger
          Logger for debugging.
 

Uses of Logging in de.lmu.ifi.dbs.elki.utilities.heap
 

Fields in de.lmu.ifi.dbs.elki.utilities.heap declared as Logging
private static Logging PersistentHeap.logger
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling declared as Logging
protected static Logging ClassParameter.logger
          Logger
 

Uses of Logging in de.lmu.ifi.dbs.elki.visualization.savedialog
 

Fields in de.lmu.ifi.dbs.elki.visualization.savedialog declared as Logging
private static Logging SVGSaveDialog.logger
          Static logger reference
 


Release 0.2.1 (2009-07-13_1605)