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 Base classes for stand alone applications. 
de.lmu.ifi.dbs.elki.application.internal Internal utilities for development. 
de.lmu.ifi.dbs.elki.gui.minigui A very simple UI to build ELKI command lines. 
de.lmu.ifi.dbs.elki.gui.util Utility classes for GUIs (e.g. a class to display a logging panel) 
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.visualization.gui Package to provide a visualization GUI. 
de.lmu.ifi.dbs.elki.visualization.opticsplot Code for drawing OPTICS plots 
de.lmu.ifi.dbs.elki.visualization.savedialog Save dialog for SVG plots. 
de.lmu.ifi.dbs.elki.visualization.style Style management for ELKI visualizations. 
de.lmu.ifi.dbs.elki.visualization.visualizers Visualizers for various results 
 

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

Fields in de.lmu.ifi.dbs.elki.application declared as Logging
protected static Logging AbstractApplication.STATIC_LOGGER
          We need a static logger in this class.
 

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

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

Uses of Logging in de.lmu.ifi.dbs.elki.gui.minigui
 

Fields in de.lmu.ifi.dbs.elki.gui.minigui declared as Logging
protected  Logging MiniGUI.logger
          ELKI logger for the GUI
 

Uses of Logging in de.lmu.ifi.dbs.elki.gui.util
 

Fields in de.lmu.ifi.dbs.elki.gui.util declared as Logging
private static Logging ParametersModel.logger
          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
          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
          Out 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.visualization.gui
 

Fields in de.lmu.ifi.dbs.elki.visualization.gui declared as Logging
protected static Logging ResultVisualizer.logger
          Get a logger for this class.
protected static Logging ResultWindow.logger
          Get a logger for this class.
 

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

Fields in de.lmu.ifi.dbs.elki.visualization.opticsplot declared as Logging
protected  Logging OPTICSPlot.logger
          Logger
private  Logging OPTICSColorFromClustering.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
 

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

Fields in de.lmu.ifi.dbs.elki.visualization.style declared as Logging
protected static Logging PropertiesBasedStyleLibrary.logger
          Logger
 

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

Fields in de.lmu.ifi.dbs.elki.visualization.visualizers declared as Logging
protected static Logging VisualizersForResult.logger
          Get a logger for this class.
 


Release 0.3 (2010-03-31_1612)