| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm | Algorithms suitable as a task for the  KDDTaskmain routine. | 
| de.lmu.ifi.dbs.elki.algorithm.benchmark | Benchmarking pseudo algorithms. | 
| de.lmu.ifi.dbs.elki.algorithm.clustering | Clustering algorithms. | 
| de.lmu.ifi.dbs.elki.algorithm.clustering.correlation | Correlation clustering algorithms | 
| de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash | Helper classes for the  CASHalgorithm. | 
| de.lmu.ifi.dbs.elki.algorithm.clustering.gdbscan | Generalized DBSCAN. | 
| de.lmu.ifi.dbs.elki.algorithm.clustering.kmeans | K-means clustering and variations. | 
| 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.subspace | Subspace outlier detection methods. | 
| 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.geo | Application for exploring geo data. | 
| de.lmu.ifi.dbs.elki.application.greedyensemble | Greedy ensembles for outlier detection. | 
| 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.bundle | Object bundles - exchange container for multi-represented objects. | 
| de.lmu.ifi.dbs.elki.datasource.filter | Data filtering, in particular for normalization and projection. | 
| de.lmu.ifi.dbs.elki.datasource.filter.normalization | Data normalization. | 
| de.lmu.ifi.dbs.elki.datasource.filter.transform | Data space transformations. | 
| de.lmu.ifi.dbs.elki.datasource.parser | Parsers for different file formats and data types. | 
| de.lmu.ifi.dbs.elki.distance.distancefunction.external | Distance functions using external data sources. | 
| de.lmu.ifi.dbs.elki.distance.distancefunction.subspace | Distance functions based on subspaces. | 
| de.lmu.ifi.dbs.elki.evaluation | Functionality for the evaluation of algorithms. | 
| de.lmu.ifi.dbs.elki.evaluation.clustering | Evaluation of clustering results. | 
| de.lmu.ifi.dbs.elki.evaluation.clustering.pairsegments | Pair-segment analysis of multiple clusterings. | 
| de.lmu.ifi.dbs.elki.evaluation.outlier | Evaluate an outlier score using a misclassification based cost model. | 
| de.lmu.ifi.dbs.elki.evaluation.similaritymatrix | Render a distance matrix to visualize a clustering-distance-combination. | 
| de.lmu.ifi.dbs.elki.gui | Graphical User Interfaces for ELKI | 
| 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 | |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop | |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax | |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab | |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree | |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar | |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.strategies.bulk | Packages for bulk-loading R*-Trees. | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.strategies.split | Splitting strategies for R-Trees | 
| de.lmu.ifi.dbs.elki.index.vafile | Vector Approximation File | 
| 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.geometry | Algorithms from computational geometry. | 
| 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.persistent | Persistent data management. | 
| 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.optionhandlingpackage 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.batikutil | Commonly used functionality useful for Apache Batik. | 
| 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.pairsegments | Visualizers for inspecting cluster differences using pair counting segments. | 
| de.lmu.ifi.dbs.elki.visualization.visualizers.parallel.selection | Visualizers for object selection based on parallel projections. | 
| de.lmu.ifi.dbs.elki.visualization.visualizers.scatterplot | Visualizers based on scatterplots. | 
| de.lmu.ifi.dbs.elki.visualization.visualizers.scatterplot.selection | Visualizers for object selection 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 | 
| tutorial.clustering | Classes from the tutorial on implementing a custom k-means variation. | 
| tutorial.outlier | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | KNNJoin. LOGThe logger for this class. | 
| private static Logging | NullAlgorithm. LOGThe logger for this class. | 
| private static Logging | APRIORI. LOGThe logger for this class. | 
| private static Logging | DummyAlgorithm. LOGThe logger for this class. | 
| private static Logging | KNNDistanceOrder. LOGThe logger for this class. | 
| private static Logging | MaterializeDistances. LOGThe logger for this class. | 
| private static Logging | DependencyDerivator. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | RangeQueryBenchmarkAlgorithm. LOGThe logger for this class. | 
| private static Logging | KNNBenchmarkAlgorithm. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | RangeQueryBenchmarkAlgorithm. getLogger() | 
| protected Logging | KNNBenchmarkAlgorithm. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | OPTICS. LOGThe logger for this class. | 
| private static Logging | SLINK. LOGThe logger for this class. | 
| private static Logging | NaiveMeanShiftClustering. LOGClass logger. | 
| private static Logging | SNNClustering. LOGThe logger for this class. | 
| private static Logging | OPTICSXi. LOGThe logger for this class. | 
| private static Logging | DeLiClu. LOGThe logger for this class. | 
| private static Logging | DBSCAN. LOGThe logger for this class. | 
| private static Logging | EM. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | OPTICS. getLogger() | 
| protected Logging | SLINK. getLogger() | 
| protected Logging | NaiveMeanShiftClustering. getLogger() | 
| protected Logging | SNNClustering. getLogger() | 
| protected Logging | OPTICSXi. getLogger() | 
| protected Logging | DeLiClu. getLogger() | 
| protected Logging | DBSCAN. getLogger() | 
| protected Logging | EM. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | CASH. LOGThe logger for this class. | 
| private static Logging | HiCO. LOGThe logger for this class. | 
| private static Logging | LMCLUS. LOGThe logger for this class. | 
| private static Logging | COPAC. LOGThe logger for this class. | 
| private static Logging | ORCLUS. LOGThe logger for this class. | 
| private static Logging | FourC. LOGThe logger for this class. | 
| private static Logging | ERiC. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | CASH. getLogger() | 
| protected Logging | HiCO. getLogger() | 
| protected Logging | LMCLUS. getLogger() | 
| protected Logging | COPAC. getLogger() | 
| protected Logging | ORCLUS. getLogger() | 
| protected Logging | FourC. getLogger() | 
| protected Logging | ERiC. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | CASHIntervalSplit. LOGThe logger of the class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | GeneralizedDBSCAN. LOGGet a logger for this algorithm | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | GeneralizedDBSCAN. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | KMeansLloyd. LOGThe logger for this class. | 
| private static Logging | KMedoidsEM. LOGThe logger for this class. | 
| private static Logging | KMeansMacQueen. LOGThe logger for this class. | 
| private static Logging | KMediansLloyd. LOGThe logger for this class. | 
| private static Logging | KMedoidsPAM. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | KMeansLloyd. getLogger() | 
| protected Logging | KMedoidsEM. getLogger() | 
| protected Logging | KMeansMacQueen. getLogger() | 
| protected Logging | KMediansLloyd. getLogger() | 
| protected Logging | KMedoidsPAM. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | DiSH. LOGThe logger for this class. | 
| private static Logging | SUBCLU. LOGThe logger for this class. | 
| private static Logging | HiSC. LOGThe logger for this class. | 
| private static Logging | CLIQUE. LOGThe logger for this class. | 
| private static Logging | PreDeCon. LOGThe logger for this class. | 
| private static Logging | PROCLUS. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | DiSH. getLogger() | 
| protected Logging | SUBCLU. getLogger() | 
| protected Logging | HiSC. getLogger() | 
| protected Logging | CLIQUE. getLogger() | 
| protected Logging | PreDeCon. getLogger() | 
| protected Logging | PROCLUS. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | TrivialAllNoise. LOGThe logger for this class. | 
| private static Logging | ByLabelClustering. LOGThe logger for this class. | 
| private static Logging | ByModelClustering. LOGThe logger for this class. | 
| private static Logging | ByLabelHierarchicalClustering. LOGThe logger for this class. | 
| private static Logging | TrivialAllInOne. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | TrivialAllNoise. getLogger() | 
| protected Logging | ByLabelClustering. getLogger() | 
| protected Logging | ByModelClustering. getLogger() | 
| protected Logging | ByLabelHierarchicalClustering. getLogger() | 
| protected Logging | TrivialAllInOne. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | INFLO. LOGThe logger for this class. | 
| private static Logging | DBOutlierDetection. LOGThe logger for this class. | 
| private static Logging | LOCI. LOGThe logger for this class. | 
| private static Logging | GaussianUniformMixture. LOGThe logger for this class. | 
| private static Logging | SimpleKernelDensityLOF. LOGThe logger for this class. | 
| private static Logging | KNNOutlier. LOGThe logger for this class. | 
| private static Logging | HilOut. LOGThe logger for this class. | 
| private static Logging | OnlineLOF. LOGThe logger for this class. | 
| private static Logging | LoOP. LOGThe logger for this class. | 
| private static Logging | LDF. LOGThe logger for this class. | 
| private static Logging | SimpleCOP. LOGThe logger for this class. | 
| private static Logging | ReferenceBasedOutlierDetection. LOGThe logger for this class. | 
| private static Logging | GaussianModel. LOGThe logger for this class. | 
| private static Logging | OPTICSOF. LOGThe logger for this class. | 
| private static Logging | COP. LOGThe logger for this class. | 
| private static Logging | ABOD. LOGThe logger for this class. | 
| private static Logging | LDOF. LOGThe logger for this class. | 
| private static Logging | KNNWeightOutlier. LOGThe logger for this class. | 
| private static Logging | AggarwalYuNaive. LOGThe logger for this class. | 
| private static Logging | EMOutlier. LOGThe logger for this class. | 
| private static Logging | LOF. LOGThe logger for this class. | 
| private static Logging | AggarwalYuEvolutionary. LOGThe logger for this class. | 
| private static Logging | ALOCI. LOGThe logger for this class. | 
| private static Logging | SimpleLOF. LOGThe logger for this class. | 
| private static Logging | DBOutlierScore. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | INFLO. getLogger() | 
| protected Logging | DBOutlierDetection. getLogger() | 
| protected Logging | LOCI. getLogger() | 
| protected Logging | GaussianUniformMixture. getLogger() | 
| protected Logging | SimpleKernelDensityLOF. getLogger() | 
| protected Logging | KNNOutlier. getLogger() | 
| protected Logging | HilOut. getLogger() | 
| protected Logging | OnlineLOF. getLogger() | 
| protected Logging | LoOP. getLogger() | 
| protected Logging | LDF. getLogger() | 
| protected Logging | SimpleCOP. getLogger() | 
| protected Logging | ReferenceBasedOutlierDetection. getLogger() | 
| protected Logging | GaussianModel. getLogger() | 
| protected Logging | OPTICSOF. getLogger() | 
| protected Logging | COP. 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 | ALOCI. getLogger() | 
| protected Logging | SimpleLOF. getLogger() | 
| protected Logging | DBOutlierScore. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | RescaleMetaOutlierAlgorithm. LOGThe logger for this class. | 
| private static Logging | FeatureBagging. LOGThe logger for this class. | 
| private static Logging | HiCS. LOGThe Logger for this class. | 
| private static Logging | ExternalDoubleOutlierScore. LOGThe logger for this class. | 
| private static Logging | SimpleOutlierEnsemble. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | RescaleMetaOutlierAlgorithm. getLogger() | 
| protected Logging | FeatureBagging. getLogger() | 
| protected Logging | HiCS. getLogger() | 
| protected Logging | ExternalDoubleOutlierScore. getLogger() | 
| protected Logging | SimpleOutlierEnsemble. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | CTLuGLSBackwardSearchAlgorithm. LOGThe logger for this class. | 
| private static Logging | TrimmedMeanApproach. LOGThe logger for this class. | 
| private static Logging | SLOM. LOGThe logger for this class. | 
| private static Logging | CTLuZTestOutlier. LOGThe logger for this class. | 
| private static Logging | CTLuRandomWalkEC. LOGLogger. | 
| private static Logging | CTLuMeanMultipleAttributes. LOGlogger | 
| private static Logging | CTLuMedianMultipleAttributes. LOGlogger | 
| private static Logging | SOF. LOGThe logger for this class. | 
| private static Logging | CTLuScatterplotOutlier. LOGThe logger for this class. | 
| private static Logging | CTLuMoranScatterplotOutlier. LOGThe logger for this class. | 
| private static Logging | CTLuMedianAlgorithm. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | PrecomputedKNearestNeighborNeighborhood. LOGLogger | 
| private static Logging | ExternalNeighborhood. LOGLogger | 
| private static Logging | ExtendedNeighborhood. LOGThe logger to use. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Logging | AbstractPrecomputedNeighborhood. getLogger()The logger to use for error reporting. | 
| protected Logging | PrecomputedKNearestNeighborNeighborhood. getLogger() | 
| protected Logging | ExternalNeighborhood. getLogger() | 
| protected Logging | ExtendedNeighborhood. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | OutRankS1. LOGThe logger for this class. | 
| private static Logging | OUTRES. LOGThe logger for this class. | 
| private static Logging | SOD. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | OutRankS1. getLogger() | 
| protected Logging | OUTRES. getLogger() | 
| protected Logging | SOD. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | TrivialNoOutlier. LOGOur logger. | 
| private static Logging | ByLabelOutlier. LOGOur logger. | 
| private static Logging | TrivialGeneratedOutlier. LOGClass logger | 
| private static Logging | TrivialAllOutlier. LOGOur logger. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | TrivialNoOutlier. getLogger() | 
| protected Logging | ByLabelOutlier. getLogger() | 
| protected Logging | TrivialGeneratedOutlier. getLogger() | 
| protected Logging | TrivialAllOutlier. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | RankingQualityHistogram. LOGThe logger for this class. | 
| private static Logging | AveragePrecisionAtK. LOGThe logger for this class. | 
| private static Logging | DistanceStatisticsWithClasses. LOGThe logger for this class. | 
| private static Logging | EvaluateRankingQuality. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | RankingQualityHistogram. getLogger() | 
| protected Logging | AveragePrecisionAtK. getLogger() | 
| protected Logging | DistanceStatisticsWithClasses. getLogger() | 
| protected Logging | EvaluateRankingQuality. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | GeneratorXMLSpec. LOGThe logger for this class. | 
| private static Logging | AbstractApplication. LOGWe need a static logger in this class, for code used in "main" methods. | 
| private static Logging | ConvertToBundleApplication. LOGLogging class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | CacheFloatDistanceInOnDiskMatrix. LOGThe logger for this class. | 
| private static Logging | CacheDoubleDistanceInOnDiskMatrix. LOGThe logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | VisualizeGeodesicDistances. LOGGet a logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | GreedyEnsembleExperiment. LOGGet static logger. | 
| private static Logging | VisualizePairwiseGainMatrix. LOGGet static logger. | 
| private static Logging | ComputeKNNOutlierScores. LOGOur logger class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | CheckParameterizables. LOGThe logger for this class. | 
| private static Logging | DocumentReferences. LOGLogger | 
| private static Logging | CheckELKIServices. LOGThe logger for this class. | 
| private static Logging | DocumentParameters. LOG | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | JSONWebServer. LOGOur logger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | StaticArrayDatabase. LOGOur logger | 
| private static Logging | HashmapDatabase. LOGOur logger | 
| private static Logging | ProxyDatabase. LOGLogger class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Logging | AbstractDatabase. getLogger() | 
| protected Logging | StaticArrayDatabase. getLogger() | 
| protected Logging | HashmapDatabase. getLogger() | 
| protected Logging | ProxyDatabase. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ReusingDBIDFactory. LOGLogging for error messages. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ExternalIDJoinDatabaseConnection. LOGLogger | 
| private static Logging | ConcatenateFilesDatabaseConnection. LOGClass logger. | 
| private static Logging | BundleDatabaseConnection. LOGClass logger. | 
| private static Logging | EmptyDatabaseConnection. LOGStatic logger | 
| private static Logging | LabelJoinDatabaseConnection. LOGLogger | 
| private static Logging | PresortedBlindJoinDatabaseConnection. LOGLogger | 
| private static Logging | InputStreamDatabaseConnection. LOGThe logger for this class. | 
| private static Logging | GeneratorXMLDatabaseConnection. LOGLogger | 
| private static Logging | RandomDoubleVectorDatabaseConnection. LOGClass logger. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | ExternalIDJoinDatabaseConnection. getLogger() | 
| protected Logging | ConcatenateFilesDatabaseConnection. getLogger() | 
| protected Logging | BundleDatabaseConnection. getLogger() | 
| protected Logging | EmptyDatabaseConnection. getLogger() | 
| protected Logging | LabelJoinDatabaseConnection. getLogger() | 
| protected Logging | PresortedBlindJoinDatabaseConnection. getLogger() | 
| protected Logging | InputStreamDatabaseConnection. getLogger() | 
| protected abstract Logging | AbstractDatabaseConnection. getLogger()Get the logger for this database connection. | 
| protected Logging | RandomDoubleVectorDatabaseConnection. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | BundleWriter. LOGClass logger for the bundle writer. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ByLabelFilter. LOGClass logger | 
| private static Logging | NoMissingValuesFilter. LOGClass logger | 
| private static Logging | ShuffleObjectsFilter. LOGClass logger | 
| private static Logging | SortByLabelFilter. LOGClass logger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | AttributeWiseVarianceNormalization. LOGClass logger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | GlobalPrincipalComponentAnalysisTransform. LOGClass logger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | TermFrequencyParser. LOGClass logger. | 
| private static Logging | SparseNumberVectorLabelParser. LOGClass logger. | 
| private static Logging | SparseBitVectorLabelParser. LOGClass logger | 
| private static Logging | NumberVectorLabelParser. LOGLogging class. | 
| private static Logging | BitVectorLabelParser. LOGClass logger | 
| private static Logging | SimplePolygonParser. LOGClass logger | 
| private static Logging | FloatVectorLabelParser. LOGDeprecated.  Class logger | 
| private static Logging | DoubleVectorLabelParser. LOGDeprecated.  Class logger | 
| private static Logging | ArffParser. LOGLogger. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | TermFrequencyParser. getLogger() | 
| protected Logging | SparseNumberVectorLabelParser. getLogger() | 
| protected Logging | SparseBitVectorLabelParser. getLogger() | 
| protected Logging | NumberVectorLabelParser. getLogger() | 
| protected Logging | BitVectorLabelParser. getLogger() | 
| protected Logging | SimplePolygonParser. getLogger() | 
| protected Logging | FloatVectorLabelParser. getLogger()Deprecated.  | 
| protected Logging | DoubleVectorLabelParser. getLogger()Deprecated.  | 
| protected abstract Logging | AbstractParser. getLogger()Get the logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | NumberDistanceParser. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | NumberDistanceParser. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | DiSHDistanceFunction. LOGLogger for debug. | 
| private static Logging | HiSCDistanceFunction. LOGLogger for debug. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | AutomaticEvaluation. LOGClass logger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | EvaluateClustering. LOGLogger for debug output. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | Segments. LOGClass logger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | OutlierROCCurve. LOGThe logger. | 
| private static Logging | JudgeOutlierScores. LOGLogger for debug output. | 
| private static Logging | OutlierPrecisionRecallCurve. LOGThe logger. | 
| private static Logging | OutlierSmROCCurve. LOGThe logger. | 
| private static Logging | OutlierPrecisionAtKCurve. LOGThe logger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ComputeSimilarityMatrixImage. LOGThe logger. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | GUIUtil. logUncaughtExceptions(Logging logger)Setup logging of uncaught exceptions. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MiniGUI. LOGELKI logger for the GUI. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MultiStepGUI. LOGELKI logger for the GUI | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | SavedSettingsTabPanel. LOGLogger | 
| private static Logging | ParameterTabPanel. LOGELKI logger for the GUI | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ParametersModel. LOGLogger | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Logging | AbstractPreprocessorIndex. getLogger()Get the classes static logger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | KNNJoinMaterializeKNNPreprocessor. LOGLogging class. | 
| private static Logging | PartitionApproximationMaterializeKNNPreprocessor. LOGLogger to use | 
| private static Logging | MetricalIndexApproximationMaterializeKNNPreprocessor. LOGLogger to use | 
| private static Logging | RandomSampleKNNPreprocessor. LOGLogger | 
| private static Logging | MaterializeKNNPreprocessor. LOGLogger to use. | 
| private static Logging | MaterializeKNNAndRKNNPreprocessor. LOGLogger to use. | 
| private static Logging | SpatialApproximationMaterializeKNNPreprocessor. LOGLogger to use | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | KNNJoinMaterializeKNNPreprocessor. getLogger() | 
| protected Logging | PartitionApproximationMaterializeKNNPreprocessor. getLogger() | 
| protected Logging | MetricalIndexApproximationMaterializeKNNPreprocessor. getLogger() | 
| protected Logging | RandomSampleKNNPreprocessor. getLogger() | 
| protected Logging | MaterializeKNNPreprocessor. getLogger() | 
| protected Logging | MaterializeKNNAndRKNNPreprocessor. getLogger() | 
| protected Logging | SpatialApproximationMaterializeKNNPreprocessor. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | KNNQueryFilteredPCAIndex. LOGLogger. | 
| private static Logging | RangeQueryFilteredPCAIndex. LOGLogger. | 
| Modifier and Type | Method and Description | 
|---|---|
| Logging | KNNQueryFilteredPCAIndex. getLogger() | 
| Logging | RangeQueryFilteredPCAIndex. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | DiSHPreferenceVectorIndex. LOGLogger to use. | 
| private static Logging | HiSCPreferenceVectorIndex. LOGLogger to use. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | DiSHPreferenceVectorIndex. getLogger() | 
| protected Logging | HiSCPreferenceVectorIndex. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | SharedNearestNeighborPreprocessor. LOGGet a logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | SharedNearestNeighborPreprocessor. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | PreDeConSubspaceIndex. LOGThe logger for this class. | 
| private static Logging | FourCSubspaceIndex. LOGOur logger | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | PreDeConSubspaceIndex. getLogger() | 
| protected Logging | FourCSubspaceIndex. getLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Logging | IndexTree. getLogger()Get the (STATIC) logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MkAppTree. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | MkAppTree. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MkCoPTree. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | MkCoPTree. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MkMaxTree. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | MkMaxTree. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MkTabTree. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | MkTabTree. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MTree. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | MTree. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | DeLiCluTreeIndex. LOGThe appropriate logger for this index. | 
| private static Logging | DeLiCluTree. LOGThe logger for this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | DeLiCluTreeIndex. getLogger() | 
| protected Logging | DeLiCluTree. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | RStarTree. LOGThe logger for this class. | 
| private static Logging | RStarTreeIndex. LOGThe appropriate logger for this index. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | RStarTree. getLogger() | 
| protected Logging | RStarTreeIndex. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MaxExtensionBulkSplit. LOGLogger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | AngTanLinearSplit. LOGLogger class | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | VAFile. LOGLogging class. | 
| private static Logging | PartialVAFile. LOGClass logger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static HashMap<String,Logging> | Logging. loggersHashMap to keep track of loggers. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| FiniteProgress(String task,
              int total,
              Logging logger)Constructor with auto-reporting to logging. | 
| IndefiniteProgress(String task,
                  Logging logger)Constructor with logging. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | SweepHullDelaunay2D. LOGClass logger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | LinearEquationSystem. LOGLogger. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | FirstNEigenPairFilter. LOGThe logger for this class. | 
| private static Logging | LimitEigenPairFilter. LOGThe logger for this class. | 
| private static Logging | NormalizingEigenPairFilter. LOGThe logger for this class. | 
| private static Logging | PercentageEigenPairFilter. LOGThe logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | PersistentPageFile. LOGOur logger | 
| private static Logging | LRUCache. LOGOur logger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | LogResultStructureResultHandler. LOGClass logger | 
| private static Logging | ResultHierarchy. LOGLogger | 
| private static Logging | ResultWriter. LOGThe logger for this class. | 
| private static Logging | KMLOutputHandler. LOGLogger class to use. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MultipleFilesOutput. LOGLogger for debugging. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ELKIServiceLoader. LOGClass logger. | 
| private static Logging | InspectionUtil. LOGClass logger | 
| private static Logging | ClassGenericsUtil. LOGStatic logger to use. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | AbstractParameterization. LOGThe logger of the class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | MixtureModelOutlierScalingFunction. LOGThe logger for this class. | 
| private static Logging | SigmoidOutlierScalingFunction. LOGThe logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | VisualizerParameterizer. LOGGet a logger for this class. | 
| private static Logging | VisualizerContext. LOGLogger. | 
| private static Logging | ExportVisualizations. LOGGet a logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ThumbnailRegistryEntry. LOGThe logger class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ResultVisualizer. LOGGet a logger for this class. | 
| private static Logging | SelectionTableWindow. LOGThe logger | 
| private static Logging | ResultWindow. LOGGet a logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | OverviewPlot. LOGOur logging class | 
| private static Logging | RectangleArranger. LOGLogging class | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | OPTICSPlot. LOGLogger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | SVGSaveDialog. LOGStatic logger reference | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | PropertiesBasedStyleLibrary. LOGLogger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | OPTICSPlotSelectionVisualization. LOGThe logger for this class. | 
| private static Logging | OPTICSClusterVisualization. LOGThe logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | CircleSegmentsVisualizer. LOGClass logger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | SelectionToolAxisRangeVisualization. LOGThe logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | ToolBox2DVisualization. LOGThe logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | SelectionToolCubeVisualization. LOGThe logger for this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | AlgorithmStep. LOGLogger | 
| private static Logging | LoggingStep. LOGLogger | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | SameSizeKMeansAlgorithm. LOGClass logger | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | SameSizeKMeansAlgorithm. getLogger() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | DistanceStddevOutlier. LOGClass logger | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | DistanceStddevOutlier. getLogger() |