Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm |
Algorithms suitable as a task for the
KDDTask main 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
CASH algorithm. |
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.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.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.LOG
The logger for this class.
|
private static Logging |
NullAlgorithm.LOG
The logger for this class.
|
private static Logging |
APRIORI.LOG
The logger for this class.
|
private static Logging |
DummyAlgorithm.LOG
The logger for this class.
|
private static Logging |
KNNDistanceOrder.LOG
The logger for this class.
|
private static Logging |
MaterializeDistances.LOG
The logger for this class.
|
private static Logging |
DependencyDerivator.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
KNNBenchmarkAlgorithm.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
SLINK.LOG
The logger for this class.
|
private static Logging |
NaiveMeanShiftClustering.LOG
Class logger.
|
private static Logging |
SNNClustering.LOG
The logger for this class.
|
private static Logging |
OPTICSXi.LOG
The logger for this class.
|
private static Logging |
DeLiClu.LOG
The logger for this class.
|
private static Logging |
DBSCAN.LOG
The logger for this class.
|
private static Logging |
EM.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
HiCO.LOG
The logger for this class.
|
private static Logging |
LMCLUS.LOG
The logger for this class.
|
private static Logging |
COPAC.LOG
The logger for this class.
|
private static Logging |
ORCLUS.LOG
The logger for this class.
|
private static Logging |
FourC.LOG
The logger for this class.
|
private static Logging |
ERiC.LOG
The 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.LOG
The logger of the class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
GeneralizedDBSCAN.LOG
Get 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.LOG
The logger for this class.
|
private static Logging |
KMedoidsEM.LOG
The logger for this class.
|
private static Logging |
KMeansMacQueen.LOG
The logger for this class.
|
private static Logging |
KMediansLloyd.LOG
The logger for this class.
|
private static Logging |
KMedoidsPAM.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
SUBCLU.LOG
The logger for this class.
|
private static Logging |
HiSC.LOG
The logger for this class.
|
private static Logging |
CLIQUE.LOG
The logger for this class.
|
private static Logging |
PreDeCon.LOG
The logger for this class.
|
private static Logging |
PROCLUS.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
ByLabelClustering.LOG
The logger for this class.
|
private static Logging |
ByModelClustering.LOG
The logger for this class.
|
private static Logging |
ByLabelHierarchicalClustering.LOG
The logger for this class.
|
private static Logging |
TrivialAllInOne.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
DBOutlierDetection.LOG
The logger for this class.
|
private static Logging |
LOCI.LOG
The logger for this class.
|
private static Logging |
GaussianUniformMixture.LOG
The logger for this class.
|
private static Logging |
SimpleKernelDensityLOF.LOG
The logger for this class.
|
private static Logging |
KNNOutlier.LOG
The logger for this class.
|
private static Logging |
HilOut.LOG
The logger for this class.
|
private static Logging |
OnlineLOF.LOG
The logger for this class.
|
private static Logging |
LoOP.LOG
The logger for this class.
|
private static Logging |
LDF.LOG
The logger for this class.
|
private static Logging |
SimpleCOP.LOG
The logger for this class.
|
private static Logging |
ReferenceBasedOutlierDetection.LOG
The logger for this class.
|
private static Logging |
GaussianModel.LOG
The logger for this class.
|
private static Logging |
OPTICSOF.LOG
The logger for this class.
|
private static Logging |
COP.LOG
The logger for this class.
|
private static Logging |
ABOD.LOG
The logger for this class.
|
private static Logging |
LDOF.LOG
The logger for this class.
|
private static Logging |
KNNWeightOutlier.LOG
The logger for this class.
|
private static Logging |
AggarwalYuNaive.LOG
The logger for this class.
|
private static Logging |
EMOutlier.LOG
The logger for this class.
|
private static Logging |
LOF.LOG
The logger for this class.
|
private static Logging |
AggarwalYuEvolutionary.LOG
The logger for this class.
|
private static Logging |
ALOCI.LOG
The logger for this class.
|
private static Logging |
SimpleLOF.LOG
The logger for this class.
|
private static Logging |
DBOutlierScore.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
FeatureBagging.LOG
The logger for this class.
|
private static Logging |
HiCS.LOG
The Logger for this class.
|
private static Logging |
ExternalDoubleOutlierScore.LOG
The logger for this class.
|
private static Logging |
SimpleOutlierEnsemble.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
TrimmedMeanApproach.LOG
The logger for this class.
|
private static Logging |
SLOM.LOG
The logger for this class.
|
private static Logging |
CTLuZTestOutlier.LOG
The logger for this class.
|
private static Logging |
CTLuRandomWalkEC.LOG
Logger.
|
private static Logging |
CTLuMeanMultipleAttributes.LOG
logger
|
private static Logging |
CTLuMedianMultipleAttributes.LOG
logger
|
private static Logging |
SOF.LOG
The logger for this class.
|
private static Logging |
CTLuScatterplotOutlier.LOG
The logger for this class.
|
private static Logging |
CTLuMoranScatterplotOutlier.LOG
The logger for this class.
|
private static Logging |
CTLuMedianAlgorithm.LOG
The 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.LOG
Logger
|
private static Logging |
ExternalNeighborhood.LOG
Logger
|
private static Logging |
ExtendedNeighborhood.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
OUTRES.LOG
The logger for this class.
|
private static Logging |
SOD.LOG
The 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.LOG
Our logger.
|
private static Logging |
ByLabelOutlier.LOG
Our logger.
|
private static Logging |
TrivialGeneratedOutlier.LOG
Class logger
|
private static Logging |
TrivialAllOutlier.LOG
Our 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.LOG
The logger for this class.
|
private static Logging |
AveragePrecisionAtK.LOG
The logger for this class.
|
private static Logging |
DistanceStatisticsWithClasses.LOG
The logger for this class.
|
private static Logging |
EvaluateRankingQuality.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
AbstractApplication.LOG
We need a static logger in this class, for code used in "main" methods.
|
private static Logging |
ConvertToBundleApplication.LOG
Logging class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CacheFloatDistanceInOnDiskMatrix.LOG
The logger for this class.
|
private static Logging |
CacheDoubleDistanceInOnDiskMatrix.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
VisualizeGeodesicDistances.LOG
Get a logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
GreedyEnsembleExperiment.LOG
Get static logger.
|
private static Logging |
VisualizePairwiseGainMatrix.LOG
Get static logger.
|
private static Logging |
ComputeKNNOutlierScores.LOG
Our logger class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CheckParameterizables.LOG
The logger for this class.
|
private static Logging |
DocumentReferences.LOG
Logger
|
private static Logging |
CheckELKIServices.LOG
The logger for this class.
|
private static Logging |
DocumentParameters.LOG |
Modifier and Type | Field and Description |
---|---|
private static Logging |
JSONWebServer.LOG
Our logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
StaticArrayDatabase.LOG
Our logger
|
private static Logging |
HashmapDatabase.LOG
Our logger
|
private static Logging |
ProxyDatabase.LOG
Logger 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.LOG
Logging for error messages.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ExternalIDJoinDatabaseConnection.LOG
Logger
|
private static Logging |
ConcatenateFilesDatabaseConnection.LOG
Class logger.
|
private static Logging |
BundleDatabaseConnection.LOG
Class logger.
|
private static Logging |
EmptyDatabaseConnection.LOG
Static logger
|
private static Logging |
LabelJoinDatabaseConnection.LOG
Logger
|
private static Logging |
PresortedBlindJoinDatabaseConnection.LOG
Logger
|
private static Logging |
InputStreamDatabaseConnection.LOG
The logger for this class.
|
private static Logging |
GeneratorXMLDatabaseConnection.LOG
Logger
|
private static Logging |
RandomDoubleVectorDatabaseConnection.LOG
Class 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.LOG
Class logger for the bundle writer.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ByLabelFilter.LOG
Class logger
|
private static Logging |
NoMissingValuesFilter.LOG
Class logger
|
private static Logging |
ShuffleObjectsFilter.LOG
Class logger
|
private static Logging |
SortByLabelFilter.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AttributeWiseVarianceNormalization.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
GlobalPrincipalComponentAnalysisTransform.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
TermFrequencyParser.LOG
Class logger.
|
private static Logging |
SparseNumberVectorLabelParser.LOG
Class logger.
|
private static Logging |
SparseBitVectorLabelParser.LOG
Class logger
|
private static Logging |
NumberVectorLabelParser.LOG
Logging class.
|
private static Logging |
BitVectorLabelParser.LOG
Class logger
|
private static Logging |
SimplePolygonParser.LOG
Class logger
|
private static Logging |
FloatVectorLabelParser.LOG
Deprecated.
Class logger
|
private static Logging |
DoubleVectorLabelParser.LOG
Deprecated.
Class logger
|
private static Logging |
ArffParser.LOG
Logger.
|
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.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
NumberDistanceParser.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
DiSHDistanceFunction.LOG
Logger for debug.
|
private static Logging |
HiSCDistanceFunction.LOG
Logger for debug.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AutomaticEvaluation.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
EvaluateClustering.LOG
Logger for debug output.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
Segments.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OutlierROCCurve.LOG
The logger.
|
private static Logging |
JudgeOutlierScores.LOG
Logger for debug output.
|
private static Logging |
OutlierPrecisionRecallCurve.LOG
The logger.
|
private static Logging |
OutlierSmROCCurve.LOG
The logger.
|
private static Logging |
OutlierPrecisionAtKCurve.LOG
The logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ComputeSimilarityMatrixImage.LOG
The 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.LOG
ELKI logger for the GUI.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MultiStepGUI.LOG
ELKI logger for the GUI
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SavedSettingsTabPanel.LOG
Logger
|
private static Logging |
ParameterTabPanel.LOG
ELKI logger for the GUI
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ParametersModel.LOG
Logger
|
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.LOG
Logging class.
|
private static Logging |
PartitionApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
MetricalIndexApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
RandomSampleKNNPreprocessor.LOG
Logger
|
private static Logging |
MaterializeKNNPreprocessor.LOG
Logger to use.
|
private static Logging |
MaterializeKNNAndRKNNPreprocessor.LOG
Logger to use.
|
private static Logging |
SpatialApproximationMaterializeKNNPreprocessor.LOG
Logger 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.LOG
Logger.
|
private static Logging |
RangeQueryFilteredPCAIndex.LOG
Logger.
|
Modifier and Type | Method and Description |
---|---|
Logging |
KNNQueryFilteredPCAIndex.getLogger() |
Logging |
RangeQueryFilteredPCAIndex.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
DiSHPreferenceVectorIndex.LOG
Logger to use.
|
private static Logging |
HiSCPreferenceVectorIndex.LOG
Logger 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.LOG
Get 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.LOG
The logger for this class.
|
private static Logging |
FourCSubspaceIndex.LOG
Our 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.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
MkAppTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
MkCoPTree.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
MkCoPTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
MkMaxTree.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
MkMaxTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
MkTabTree.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
MkTabTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
MTree.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
MTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
DeLiCluTreeIndex.LOG
The appropriate logger for this index.
|
private static Logging |
DeLiCluTree.LOG
The 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.LOG
The logger for this class.
|
private static Logging |
RStarTreeIndex.LOG
The 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.LOG
Logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AngTanLinearSplit.LOG
Logger class
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
VAFile.LOG
Logging class.
|
private static Logging |
PartialVAFile.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static HashMap<String,Logging> |
Logging.loggers
HashMap 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.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LinearEquationSystem.LOG
Logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
FirstNEigenPairFilter.LOG
The logger for this class.
|
private static Logging |
LimitEigenPairFilter.LOG
The logger for this class.
|
private static Logging |
NormalizingEigenPairFilter.LOG
The logger for this class.
|
private static Logging |
PercentageEigenPairFilter.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PersistentPageFile.LOG
Our logger
|
private static Logging |
LRUCache.LOG
Our logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LogResultStructureResultHandler.LOG
Class logger
|
private static Logging |
ResultHierarchy.LOG
Logger
|
private static Logging |
ResultWriter.LOG
The logger for this class.
|
private static Logging |
KMLOutputHandler.LOG
Logger class to use.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MultipleFilesOutput.LOG
Logger for debugging.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ELKIServiceLoader.LOG
Class logger.
|
private static Logging |
InspectionUtil.LOG
Class logger
|
private static Logging |
ClassGenericsUtil.LOG
Static logger to use.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AbstractParameterization.LOG
The logger of the class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MixtureModelOutlierScalingFunction.LOG
The logger for this class.
|
private static Logging |
SigmoidOutlierScalingFunction.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
VisualizerParameterizer.LOG
Get a logger for this class.
|
private static Logging |
VisualizerContext.LOG
Logger.
|
private static Logging |
ExportVisualizations.LOG
Get a logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ThumbnailRegistryEntry.LOG
The logger class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ResultVisualizer.LOG
Get a logger for this class.
|
private static Logging |
SelectionTableWindow.LOG
The logger
|
private static Logging |
ResultWindow.LOG
Get a logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OverviewPlot.LOG
Our logging class
|
private static Logging |
RectangleArranger.LOG
Logging class
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OPTICSPlot.LOG
Logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SVGSaveDialog.LOG
Static logger reference
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PropertiesBasedStyleLibrary.LOG
Logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OPTICSPlotSelectionVisualization.LOG
The logger for this class.
|
private static Logging |
OPTICSClusterVisualization.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CircleSegmentsVisualizer.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SelectionToolAxisRangeVisualization.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ToolBox2DVisualization.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SelectionToolCubeVisualization.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AlgorithmStep.LOG
Logger
|
private static Logging |
LoggingStep.LOG
Logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SameSizeKMeansAlgorithm.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SameSizeKMeansAlgorithm.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
DistanceStddevOutlier.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
DistanceStddevOutlier.getLogger() |