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

Packages that use Logging
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash Helper classes for the CASH algorithm. 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Axis-parallel subspace clustering algorithms The clustering algorithms in this package are instances of both, projected clustering algorithms or subspace clustering algorithms according to the classical but somewhat obsolete classification schema of clustering algorithms for axis-parallel subspaces. 
de.lmu.ifi.dbs.elki.algorithm.clustering.trivial Trivial clustering algorithms: all in one, no clusters, label clusterings These methods are mostly useful for providing a reference result in evaluation. 
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.algorithm.outlier.meta Meta outlier detection algorithms: external scores, score rescaling. 
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial Spatial outlier detection algorithms 
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood Spatial outlier neighborhood classes 
de.lmu.ifi.dbs.elki.algorithm.outlier.trivial Trivial outlier detection algorithms: no outliers, all outliers, label outliers. 
de.lmu.ifi.dbs.elki.algorithm.statistics Statistical analysis algorithms The algorithms in this package perform statistical analysis of the data (e.g. compute distributions, distance distributions etc.) 
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.internal Internal utilities for development. 
de.lmu.ifi.dbs.elki.application.jsmap JavaScript based map client - server architecture. 
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always use DBIDUtil
de.lmu.ifi.dbs.elki.datasource Data normalization (and reconstitution) of data sets. 
de.lmu.ifi.dbs.elki.datasource.filter Data filtering, in particular for normalization and projection. 
de.lmu.ifi.dbs.elki.datasource.parser Parsers for different file formats and data types. 
de.lmu.ifi.dbs.elki.distance.distancefunction.correlation Distance functions using correlations. 
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
de.lmu.ifi.dbs.elki.evaluation.histogram Functionality for the evaluation of algorithms using histograms. 
de.lmu.ifi.dbs.elki.evaluation.outlier Evaluate an outlier score using a misclassification based cost model. 
de.lmu.ifi.dbs.elki.evaluation.paircounting Evaluation of clustering results via pair counting. 
de.lmu.ifi.dbs.elki.evaluation.roc Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) 
de.lmu.ifi.dbs.elki.evaluation.similaritymatrix Render a distance matrix to visualize a clustering-distance-combination. 
de.lmu.ifi.dbs.elki.gui.minigui A very simple UI to build ELKI command lines. 
de.lmu.ifi.dbs.elki.gui.multistep Multi-step GUI for ELKI 
de.lmu.ifi.dbs.elki.gui.multistep.panels Panels for the multi-step GUI 
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.preprocessed Index structure based on preprocessors 
de.lmu.ifi.dbs.elki.index.preprocessed.knn Indexes providing KNN and rKNN data. 
de.lmu.ifi.dbs.elki.index.preprocessed.localpca Index using a preprocessed local PCA. 
de.lmu.ifi.dbs.elki.index.preprocessed.preference Indexes storing preference vectors. 
de.lmu.ifi.dbs.elki.index.preprocessed.snn Indexes providing nearest neighbor sets 
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj Index using a preprocessed local subspaces. 
de.lmu.ifi.dbs.elki.index.tree Tree-based index structures 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax MkMaxTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab MkTabTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree MTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.bulk Packages for bulk-loading R*-Trees. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
de.lmu.ifi.dbs.elki.logging Logging facility for controlling logging behavior of the complete framework. 
de.lmu.ifi.dbs.elki.logging.progress Progress status objects (for UI) 
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.linearalgebra.pca Principal Component Analysis (PCA) and Eigenvector processing. 
de.lmu.ifi.dbs.elki.math.spacefillingcurves Space filling curves. 
de.lmu.ifi.dbs.elki.persistent Persistent data management. 
de.lmu.ifi.dbs.elki.properties Property handling and main ELKI properties file. 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...) 
de.lmu.ifi.dbs.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... 
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization Configuration managers See the de.lmu.ifi.dbs.elki.utilities.optionhandling package for documentation! 
de.lmu.ifi.dbs.elki.utilities.scaling.outlier Scaling of Outlier scores, that require a statistical analysis of the occurring values 
de.lmu.ifi.dbs.elki.visualization Visualization package of ELKI. 
de.lmu.ifi.dbs.elki.visualization.gui Package to provide a visualization GUI. 
de.lmu.ifi.dbs.elki.visualization.gui.overview Classes for managing the overview plot. 
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.optics Visualizers that do work on OPTICS plots 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d Visualizers based on 2D projections. 
de.lmu.ifi.dbs.elki.workflow Work flow packages, e.g. following the usual KDD model, closely related to CRISP-DM 
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm declared as Logging
private static Logging KNNJoin.logger
          The logger for this class.
private static Logging NullAlgorithm.logger
          The logger for this class.
private static Logging APRIORI.logger
          The logger for this class.
private static Logging DummyAlgorithm.logger
          The logger for this class.
private static Logging KNNDistanceOrder.logger
          The logger for this class.
private static Logging MaterializeDistances.logger
          The logger for this class.
private static Logging DependencyDerivator.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm that return Logging
protected  Logging KNNJoin.getLogger()
           
protected  Logging NullAlgorithm.getLogger()
           
protected  Logging APRIORI.getLogger()
           
protected  Logging DummyAlgorithm.getLogger()
           
protected  Logging KNNDistanceOrder.getLogger()
           
protected abstract  Logging AbstractAlgorithm.getLogger()
          Get the (STATIC) logger for this class.
protected  Logging MaterializeDistances.getLogger()
           
protected  Logging DependencyDerivator.getLogger()
           
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering declared as Logging
private static Logging KMeans.logger
          The logger for this class.
private static Logging OPTICS.logger
          The logger for this class.
private static Logging SLINK.logger
          The logger for this class.
private static Logging SNNClustering.logger
          The logger for this class.
private static Logging OPTICSXi.logger
          The logger for this class.
private static Logging DeLiClu.logger
          The logger for this class.
private static Logging DBSCAN.logger
          The logger for this class.
private static Logging EM.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering that return Logging
protected  Logging KMeans.getLogger()
           
protected  Logging OPTICS.getLogger()
           
protected  Logging SLINK.getLogger()
           
protected  Logging SNNClustering.getLogger()
           
protected  Logging OPTICSXi.getLogger()
           
protected  Logging DeLiClu.getLogger()
           
protected  Logging DBSCAN.getLogger()
           
protected  Logging EM.getLogger()
           
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as Logging
private static Logging CASH.logger
          The logger for this class.
private static Logging HiCO.logger
          The logger for this class.
private static Logging COPAC.logger
          The logger for this class.
private static Logging ORCLUS.logger
          The logger for this class.
private static Logging FourC.logger
          The logger for this class.
private static Logging ERiC.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that return Logging
protected  Logging CASH.getLogger()
           
protected  Logging HiCO.getLogger()
           
protected  Logging COPAC.getLogger()
           
protected  Logging ORCLUS.getLogger()
           
protected  Logging FourC.getLogger()
           
protected  Logging ERiC.getLogger()
           
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash declared as Logging
private static Logging CASHIntervalSplit.logger
          The logger of the class.
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace declared as Logging
private static Logging DiSH.logger
          The logger for this class.
private static Logging SUBCLU.logger
          The logger for this class.
private static Logging HiSC.logger
          The logger for this class.
private static Logging CLIQUE.logger
          The logger for this class.
private static Logging PreDeCon.logger
          The logger for this class.
private static Logging PROCLUS.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace that return Logging
protected  Logging DiSH.getLogger()
           
protected  Logging SUBCLU.getLogger()
           
protected  Logging HiSC.getLogger()
           
protected  Logging CLIQUE.getLogger()
           
protected  Logging PreDeCon.getLogger()
           
protected  Logging PROCLUS.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.clustering.trivial
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.trivial declared as Logging
private static Logging TrivialAllNoise.logger
          The logger for this class.
private static Logging ByLabelClustering.logger
          The logger for this class.
private static Logging ByLabelHierarchicalClustering.logger
          The logger for this class.
private static Logging TrivialAllInOne.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.trivial that return Logging
protected  Logging TrivialAllNoise.getLogger()
           
protected  Logging ByLabelClustering.getLogger()
           
protected  Logging ByLabelHierarchicalClustering.getLogger()
           
protected  Logging TrivialAllInOne.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.outlier
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as Logging
private static Logging INFLO.logger
          The logger for this class.
private static Logging DBOutlierDetection.logger
          The logger for this class.
private static Logging LOCI.logger
          The logger for this class.
private static Logging GaussianUniformMixture.logger
          The logger for this class.
private static Logging KNNOutlier.logger
          The logger for this class.
(package private) static Logging OnlineLOF.logger
          The logger for this class.
private static Logging LoOP.logger
          The logger for this class.
private static Logging ReferenceBasedOutlierDetection.logger
          The logger for this class.
private static Logging GaussianModel.logger
          The logger for this class.
private static Logging OPTICSOF.logger
          The logger for this class.
private static Logging ABOD.logger
          The logger for this class.
private static Logging LDOF.logger
          The logger for this class.
private static Logging KNNWeightOutlier.logger
          The logger for this class.
private static Logging AggarwalYuNaive.logger
          The logger for this class.
private static Logging EMOutlier.logger
          The logger for this class.
private static Logging LOF.logger
          The logger for this class.
protected static Logging AggarwalYuEvolutionary.logger
          The logger for this class.
private static Logging SOD.logger
          The logger for this class.
private static Logging DBOutlierScore.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return Logging
protected  Logging INFLO.getLogger()
           
protected  Logging DBOutlierDetection.getLogger()
           
protected  Logging LOCI.getLogger()
           
protected  Logging GaussianUniformMixture.getLogger()
           
protected  Logging KNNOutlier.getLogger()
           
protected  Logging OnlineLOF.getLogger()
           
protected  Logging LoOP.getLogger()
           
protected  Logging ReferenceBasedOutlierDetection.getLogger()
           
protected  Logging GaussianModel.getLogger()
           
protected  Logging OPTICSOF.getLogger()
           
protected  Logging ABOD.getLogger()
           
protected  Logging LDOF.getLogger()
           
protected  Logging KNNWeightOutlier.getLogger()
           
protected  Logging AggarwalYuNaive.getLogger()
           
protected  Logging EMOutlier.getLogger()
           
protected  Logging LOF.getLogger()
           
protected  Logging AggarwalYuEvolutionary.getLogger()
           
protected  Logging SOD.getLogger()
           
protected  Logging DBOutlierScore.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.outlier.meta
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier.meta declared as Logging
private static Logging RescaleMetaOutlierAlgorithm.logger
          The logger for this class.
private static Logging FeatureBagging.logger
          The logger for this class.
private static Logging ExternalDoubleOutlierScore.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.meta that return Logging
protected  Logging RescaleMetaOutlierAlgorithm.getLogger()
           
protected  Logging FeatureBagging.getLogger()
           
protected  Logging ExternalDoubleOutlierScore.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial declared as Logging
private static Logging CTLuGLSBackwardSearchAlgorithm.logger
          The logger for this class.
private static Logging TrimmedMeanApproach.logger
          The logger for this class.
private static Logging SLOM.logger
          The logger for this class.
private static Logging CTLuZTestOutlier.logger
          The logger for this class.
private static Logging CTLuRandomWalkEC.logger
          Logger
static Logging CTLuMeanMultipleAttributes.logger
          logger
static Logging CTLuMedianMultipleAttributes.logger
          logger
private static Logging SOF.logger
          The logger for this class.
private static Logging CTLuScatterplotOutlier.logger
          The logger for this class.
private static Logging CTLuMoranScatterplotOutlier.logger
          The logger for this class.
private static Logging CTLuMedianAlgorithm.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial that return Logging
protected  Logging CTLuGLSBackwardSearchAlgorithm.getLogger()
           
protected  Logging TrimmedMeanApproach.getLogger()
           
protected  Logging SLOM.getLogger()
           
protected  Logging CTLuZTestOutlier.getLogger()
           
protected  Logging CTLuRandomWalkEC.getLogger()
           
protected  Logging CTLuMeanMultipleAttributes.getLogger()
           
protected  Logging CTLuMedianMultipleAttributes.getLogger()
           
protected  Logging SOF.getLogger()
           
protected  Logging CTLuScatterplotOutlier.getLogger()
           
protected  Logging CTLuMoranScatterplotOutlier.getLogger()
           
protected  Logging CTLuMedianAlgorithm.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood declared as Logging
private static Logging PrecomputedKNearestNeighborNeighborhood.logger
          Logger
(package private) static Logging ExternalNeighborhood.logger
          Logger
(package private) static Logging ExtendedNeighborhood.logger
          The logger to use.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood that return Logging
protected abstract  Logging AbstractPrecomputedNeighborhood.getLogger()
          The logger to use for error reporting.
protected  Logging PrecomputedKNearestNeighborNeighborhood.getLogger()
           
protected  Logging ExternalNeighborhood.getLogger()
           
protected  Logging ExtendedNeighborhood.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.outlier.trivial
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier.trivial declared as Logging
private static Logging TrivialNoOutlier.logger
          Our logger.
private static Logging ByLabelOutlier.logger
          Our logger.
private static Logging TrivialAllOutlier.logger
          Our logger.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.trivial that return Logging
protected  Logging TrivialNoOutlier.getLogger()
           
protected  Logging ByLabelOutlier.getLogger()
           
protected  Logging TrivialAllOutlier.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.algorithm.statistics
 

Fields in de.lmu.ifi.dbs.elki.algorithm.statistics declared as Logging
private static Logging RankingQualityHistogram.logger
          The logger for this class.
private static Logging DistanceStatisticsWithClasses.logger
          The logger for this class.
private static Logging EvaluateRankingQuality.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.statistics that return Logging
protected  Logging RankingQualityHistogram.getLogger()
           
protected  Logging DistanceStatisticsWithClasses.getLogger()
           
protected  Logging EvaluateRankingQuality.getLogger()
           
 

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

Fields in de.lmu.ifi.dbs.elki.application declared as Logging
private static Logging GeneratorXMLSpec.logger
          The logger for this class.
protected static Logging AbstractApplication.STATIC_LOGGER
          We need a static logger in this class, for code used in "main" methods.
 

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

Fields in de.lmu.ifi.dbs.elki.application.cache declared as Logging
private static Logging CacheFloatDistanceInOnDiskMatrix.logger
          The logger for this class.
private static Logging CacheDoubleDistanceInOnDiskMatrix.logger
          The logger for 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 CheckParameterizables.logger
          The logger for this class.
private static Logging CheckELKIProperties.logger
          The logger for this class.
(package private) static Logging DocumentParameters.logger
           
 

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

Fields in de.lmu.ifi.dbs.elki.application.jsmap declared as Logging
protected static Logging JSONWebServer.logger
          Our logger
 

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

Fields in de.lmu.ifi.dbs.elki.database declared as Logging
private static Logging StaticArrayDatabase.logger
          Our logger
private static Logging HashmapDatabase.logger
          Our logger
private static Logging ProxyDatabase.logger
          Logger class.
 

Methods in de.lmu.ifi.dbs.elki.database that return Logging
protected abstract  Logging AbstractDatabase.getLogger()
           
protected  Logging StaticArrayDatabase.getLogger()
           
protected  Logging HashmapDatabase.getLogger()
           
protected  Logging ProxyDatabase.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.database.ids.integer
 

Fields in de.lmu.ifi.dbs.elki.database.ids.integer declared as Logging
private static Logging ReusingDBIDFactory.logger
          Logging for error messages.
 

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

Fields in de.lmu.ifi.dbs.elki.datasource declared as Logging
private static Logging ExternalIDJoinDatabaseConnection.logger
          Logger
private static Logging EmptyDatabaseConnection.logger
          Static logger
private static Logging LabelJoinDatabaseConnection.logger
          Logger
private static Logging InputStreamDatabaseConnection.logger
          The logger for this class.
private static Logging GeneratorXMLDatabaseConnection.logger
          Logger
private static Logging RandomDoubleVectorDatabaseConnection.logger
           
 

Methods in de.lmu.ifi.dbs.elki.datasource that return Logging
protected  Logging ExternalIDJoinDatabaseConnection.getLogger()
           
protected  Logging EmptyDatabaseConnection.getLogger()
           
protected  Logging LabelJoinDatabaseConnection.getLogger()
           
protected  Logging InputStreamDatabaseConnection.getLogger()
           
protected abstract  Logging AbstractDatabaseConnection.getLogger()
          Get the logger for this database connection.
protected  Logging RandomDoubleVectorDatabaseConnection.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.datasource.filter
 

Fields in de.lmu.ifi.dbs.elki.datasource.filter declared as Logging
private static Logging FilterNoMissingValuesFilter.logger
          Class logger
private static Logging ShuffleObjectsFilter.logger
          Class logger
private static Logging SortByLabelFilter.logger
          Class logger
private static Logging FilterByLabelFilter.logger
          Class logger
static Logging AttributeWiseVarianceNormalization.logger
          Class logger.
 

Uses of Logging in de.lmu.ifi.dbs.elki.datasource.parser
 

Fields in de.lmu.ifi.dbs.elki.datasource.parser declared as Logging
private static Logging TermFrequencyParser.logger
          Class logger
private static Logging SparseBitVectorLabelParser.logger
          Class logger
private static Logging ParameterizationFunctionLabelParser.logger
          Class logger
private static Logging BitVectorLabelParser.logger
          Class logger
private static Logging SimplePolygonParser.logger
          Class logger
private static Logging SparseFloatVectorLabelParser.logger
          Class logger
private static Logging NumberDistanceParser.logger
          The logger for this class.
private static Logging FloatVectorLabelParser.logger
          Class logger
private static Logging DoubleVectorLabelParser.logger
          Class logger
private static Logging ArffParser.logger
          Logger
private static Logging DoubleVectorLabelTransposingParser.logger
          Class logger
 

Methods in de.lmu.ifi.dbs.elki.datasource.parser that return Logging
protected  Logging TermFrequencyParser.getLogger()
           
protected  Logging SparseBitVectorLabelParser.getLogger()
           
protected  Logging ParameterizationFunctionLabelParser.getLogger()
           
protected  Logging BitVectorLabelParser.getLogger()
           
protected  Logging SimplePolygonParser.getLogger()
           
protected  Logging SparseFloatVectorLabelParser.getLogger()
           
protected  Logging NumberDistanceParser.getLogger()
           
protected  Logging FloatVectorLabelParser.getLogger()
           
protected  Logging DoubleVectorLabelParser.getLogger()
           
protected abstract  Logging AbstractParser.getLogger()
          Get the logger for this class.
protected  Logging DoubleVectorLabelTransposingParser.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
 

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation declared as Logging
(package private) static Logging PCABasedCorrelationDistanceFunction.logger
          Logger for debug.
(package private) static Logging ERiCDistanceFunction.logger
          Logger for debug.
 

Uses of Logging in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
 

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace declared as Logging
(package private) static Logging DiSHDistanceFunction.logger
          Logger for debug.
(package private) static Logging HiSCDistanceFunction.logger
          Logger for debug.
 

Uses of Logging in de.lmu.ifi.dbs.elki.evaluation.histogram
 

Fields in de.lmu.ifi.dbs.elki.evaluation.histogram declared as Logging
protected static Logging ComputeOutlierHistogram.logger
          Logger for debugging.
 

Uses of Logging in de.lmu.ifi.dbs.elki.evaluation.outlier
 

Fields in de.lmu.ifi.dbs.elki.evaluation.outlier declared as Logging
protected static Logging JudgeOutlierScores.logger
          Logger for debug output.
 

Uses of Logging in de.lmu.ifi.dbs.elki.evaluation.paircounting
 

Fields in de.lmu.ifi.dbs.elki.evaluation.paircounting declared as Logging
protected static Logging EvaluatePairCountingFMeasure.logger
          Logger for debug output.
 

Uses of Logging in de.lmu.ifi.dbs.elki.evaluation.roc
 

Fields in de.lmu.ifi.dbs.elki.evaluation.roc declared as Logging
(package private) static Logging ComputeROCCurve.logger
          The logger.
 

Uses of Logging in de.lmu.ifi.dbs.elki.evaluation.similaritymatrix
 

Fields in de.lmu.ifi.dbs.elki.evaluation.similaritymatrix declared as Logging
(package private) static Logging ComputeSimilarityMatrixImage.logger
          The 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 static Logging MiniGUI.logger
          ELKI logger for the GUI
 

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

Fields in de.lmu.ifi.dbs.elki.gui.multistep declared as Logging
protected static Logging MultiStepGUI.logger
          ELKI logger for the GUI
 

Uses of Logging in de.lmu.ifi.dbs.elki.gui.multistep.panels
 

Fields in de.lmu.ifi.dbs.elki.gui.multistep.panels declared as Logging
protected static Logging SavedSettingsTabPanel.logger
          Logger
protected static Logging ParameterTabPanel.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.preprocessed
 

Methods in de.lmu.ifi.dbs.elki.index.preprocessed that return Logging
protected abstract  Logging AbstractPreprocessorIndex.getLogger()
          Get the classes static logger.
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.preprocessed.knn
 

Fields in de.lmu.ifi.dbs.elki.index.preprocessed.knn declared as Logging
private static Logging PartitionApproximationMaterializeKNNPreprocessor.logger
          Logger to use
private static Logging MetricalIndexApproximationMaterializeKNNPreprocessor.logger
          Logger to use
private static Logging MaterializeKNNPreprocessor.logger
          Logger to use.
private static Logging MaterializeKNNAndRKNNPreprocessor.logger
          Logger to use.
private static Logging SpatialApproximationMaterializeKNNPreprocessor.logger
          Logger to use
 

Methods in de.lmu.ifi.dbs.elki.index.preprocessed.knn that return Logging
protected  Logging PartitionApproximationMaterializeKNNPreprocessor.getLogger()
           
protected  Logging MetricalIndexApproximationMaterializeKNNPreprocessor.getLogger()
           
protected  Logging MaterializeKNNPreprocessor.getLogger()
           
protected  Logging MaterializeKNNAndRKNNPreprocessor.getLogger()
           
protected  Logging SpatialApproximationMaterializeKNNPreprocessor.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.preprocessed.localpca
 

Fields in de.lmu.ifi.dbs.elki.index.preprocessed.localpca declared as Logging
private static Logging KNNQueryFilteredPCAIndex.logger
          Logger.
private static Logging RangeQueryFilteredPCAIndex.logger
          Logger.
 

Methods in de.lmu.ifi.dbs.elki.index.preprocessed.localpca that return Logging
 Logging KNNQueryFilteredPCAIndex.getLogger()
           
 Logging RangeQueryFilteredPCAIndex.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.preprocessed.preference
 

Fields in de.lmu.ifi.dbs.elki.index.preprocessed.preference declared as Logging
protected static Logging DiSHPreferenceVectorIndex.logger
          Logger to use
protected static Logging HiSCPreferenceVectorIndex.logger
          Logger to use
 

Methods in de.lmu.ifi.dbs.elki.index.preprocessed.preference that return Logging
protected  Logging DiSHPreferenceVectorIndex.getLogger()
           
protected  Logging HiSCPreferenceVectorIndex.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.preprocessed.snn
 

Fields in de.lmu.ifi.dbs.elki.index.preprocessed.snn declared as Logging
private static Logging SharedNearestNeighborPreprocessor.logger
          Get a logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.index.preprocessed.snn that return Logging
protected  Logging SharedNearestNeighborPreprocessor.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
 

Fields in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj declared as Logging
private static Logging PreDeConSubspaceIndex.logger
          The logger for this class.
private static Logging FourCSubspaceIndex.logger
          Our logger
 

Methods in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj that return Logging
protected  Logging PreDeConSubspaceIndex.getLogger()
           
protected  Logging FourCSubspaceIndex.getLogger()
           
 

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

Methods in de.lmu.ifi.dbs.elki.index.tree that return Logging
protected abstract  Logging IndexTree.getLogger()
          Get the (STATIC) logger for this class.
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
 

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp declared as Logging
private static Logging MkAppTree.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp that return Logging
protected  Logging MkAppTree.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop
 

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop declared as Logging
private static Logging MkCoPTree.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop that return Logging
protected  Logging MkCoPTree.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax
 

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax declared as Logging
private static Logging MkMaxTree.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax that return Logging
protected  Logging MkMaxTree.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab
 

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab declared as Logging
private static Logging MkTabTree.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab that return Logging
protected  Logging MkTabTree.getLogger()
           
 

Uses of Logging in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree
 

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree declared as Logging
private static Logging MTree.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree that return Logging
protected  Logging MTree.getLogger()
           
 

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

Fields in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.bulk declared as Logging
private static Logging ZCurveBulkSplit.logger
          Logger.
private static Logging MaxExtensionBulkSplit.logger
          Logger.
 

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

Fields in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu declared as Logging
private static Logging DeLiCluTreeIndex.logger
          The appropriate logger for this index.
private static Logging DeLiCluTree.logger
          The logger for this class.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that return Logging
protected  Logging DeLiCluTreeIndex.getLogger()
           
protected  Logging DeLiCluTree.getLogger()
           
 

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

Fields in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar declared as Logging
private static Logging RStarTree.logger
          The logger for this class.
private static Logging RStarTreeIndex.logger
          The appropriate logger for this index.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar that return Logging
protected  Logging RStarTree.getLogger()
           
protected  Logging RStarTreeIndex.getLogger()
           
 

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

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.logging.progress
 

Methods in de.lmu.ifi.dbs.elki.logging.progress with parameters of type Logging
 void StepProgress.beginStep(int step, String stepTitle, Logging logger)
          Do a new step and log it
 void FiniteProgress.ensureCompleted(Logging logger)
          Ensure that the progress was completed, to make progress bars disappear
 void AbstractProgress.incrementProcessed(Logging logger)
          Increment the processed counter.
 void IndefiniteProgress.setCompleted(Logging logger)
          Set the completion flag and log it
 void StepProgress.setCompleted(Logging logger)
          Mark the progress as completed and log it.
 void AbstractProgress.setProcessed(int processed, Logging logger)
          Sets the number of items already processed at a time being.
 

Constructors in de.lmu.ifi.dbs.elki.logging.progress with parameters of type Logging
FiniteProgress(String task, int total, Logging logger)
          Constructor with auto-reporting to logging.
IndefiniteProgress(String task, Logging logger)
          Constructor with logging.
 

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.linearalgebra.pca
 

Fields in de.lmu.ifi.dbs.elki.math.linearalgebra.pca declared as Logging
private static Logging FirstNEigenPairFilter.logger
          The logger for this class.
private static Logging LimitEigenPairFilter.logger
          The logger for this class.
private static Logging NormalizingEigenPairFilter.logger
          The logger for this class.
private static Logging PercentageEigenPairFilter.logger
          The logger for this class.
 

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.persistent
 

Fields in de.lmu.ifi.dbs.elki.persistent declared as Logging
private static Logging PersistentPageFile.logger
          Our logger
private static Logging LRUCache.logger
          Our logger
 

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
 

Fields in de.lmu.ifi.dbs.elki.result declared as Logging
private static Logging ResultHierarchy.logger
          Logger
private static Logging ResultWriter.logger
          The logger for this class.
static Logging KMLOutputHandler.logger
          Logger class to use.
 

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 MultipleFilesOutput.logger
          Logger for debugging.
 

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

Fields in de.lmu.ifi.dbs.elki.utilities declared as Logging
private static Logging ClassGenericsUtil.logger
          Static logger to use.
 

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

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization declared as Logging
private static Logging AbstractParameterization.logger
          The logger of the class.
 

Uses of Logging in de.lmu.ifi.dbs.elki.utilities.scaling.outlier
 

Fields in de.lmu.ifi.dbs.elki.utilities.scaling.outlier declared as Logging
private static Logging MixtureModelOutlierScalingFunction.logger
          The logger for this class.
private static Logging SigmoidOutlierScalingFunction.logger
          The logger for this class.
 

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

Fields in de.lmu.ifi.dbs.elki.visualization declared as Logging
protected static Logging VisualizerParameterizer.logger
          Get a logger for this class.
private static Logging VisualizerContext.logger
          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.
(package private) static Logging SelectionTableWindow.logger
          The logger
protected static Logging ResultWindow.logger
          Get a logger for this class.
 

Uses of Logging in de.lmu.ifi.dbs.elki.visualization.gui.overview
 

Fields in de.lmu.ifi.dbs.elki.visualization.gui.overview declared as Logging
private static Logging OverviewPlot.logger
          Our logging class
private static Logging RectangleArranger.logger
          Logging 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 static Logging OPTICSPlot.logger
          Logger
private static 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.optics
 

Fields in de.lmu.ifi.dbs.elki.visualization.visualizers.optics declared as Logging
private static Logging OPTICSPlotSelectionVisualization.logger
          The logger for this class.
private static Logging OPTICSClusterVisualization.logger
          The logger for this class.
 

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

Fields in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d declared as Logging
private static Logging ToolBox2DVisualization.logger
          The logger for this class.
protected static Logging SelectionToolCubeVisualization.logger
          The logger for this class.
 

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

Fields in de.lmu.ifi.dbs.elki.workflow declared as Logging
private static Logging AlgorithmStep.logger
          Logger
private static Logging LoggingStep.logger
          Logger
 


Release 0.4.0 (2011-09-20_1324)