Package | Description |
---|---|
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 | |
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.bulk |
Packages for bulk-loading R*-Trees.
|
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.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
|
Modifier and Type | Field and Description |
---|---|
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.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
CASH.getLogger() |
protected Logging |
HiCO.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.logger
The logger of the class.
|
Modifier and Type | Field and Description |
---|---|
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.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
TrivialAllNoise.getLogger() |
protected Logging |
ByLabelClustering.getLogger() |
protected Logging |
ByLabelHierarchicalClustering.getLogger() |
protected Logging |
TrivialAllInOne.getLogger() |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RescaleMetaOutlierAlgorithm.getLogger() |
protected Logging |
FeatureBagging.getLogger() |
protected Logging |
ExternalDoubleOutlierScore.getLogger() |
Modifier and Type | Field and Description |
---|---|
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.
|
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.logger
Logger
|
(package private) static Logging |
ExternalNeighborhood.logger
Logger
|
(package private) static Logging |
ExtendedNeighborhood.logger
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 |
TrivialNoOutlier.logger
Our logger.
|
private static Logging |
ByLabelOutlier.logger
Our logger.
|
private static Logging |
TrivialAllOutlier.logger
Our logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
TrivialNoOutlier.getLogger() |
protected Logging |
ByLabelOutlier.getLogger() |
protected Logging |
TrivialAllOutlier.getLogger() |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RankingQualityHistogram.getLogger() |
protected Logging |
DistanceStatisticsWithClasses.getLogger() |
protected Logging |
EvaluateRankingQuality.getLogger() |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CacheFloatDistanceInOnDiskMatrix.logger
The logger for this class.
|
private static Logging |
CacheDoubleDistanceInOnDiskMatrix.logger
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected static Logging |
JSONWebServer.logger
Our logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
StaticArrayDatabase.logger
Our logger
|
private static Logging |
HashmapDatabase.logger
Our logger
|
private static Logging |
ProxyDatabase.logger
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.logger
Logging for error messages.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Field and Description |
---|---|
(package private) static Logging |
PCABasedCorrelationDistanceFunction.logger
Logger for debug.
|
(package private) static Logging |
ERiCDistanceFunction.logger
Logger for debug.
|
Modifier and Type | Field and Description |
---|---|
(package private) static Logging |
DiSHDistanceFunction.logger
Logger for debug.
|
(package private) static Logging |
HiSCDistanceFunction.logger
Logger for debug.
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
ComputeOutlierHistogram.logger
Logger for debugging.
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
JudgeOutlierScores.logger
Logger for debug output.
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
EvaluatePairCountingFMeasure.logger
Logger for debug output.
|
Modifier and Type | Field and Description |
---|---|
(package private) static Logging |
ComputeROCCurve.logger
The logger.
|
Modifier and Type | Field and Description |
---|---|
(package private) static Logging |
ComputeSimilarityMatrixImage.logger
The logger.
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
MiniGUI.logger
ELKI logger for the GUI
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
MultiStepGUI.logger
ELKI logger for the GUI
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
SavedSettingsTabPanel.logger
Logger
|
protected static Logging |
ParameterTabPanel.logger
ELKI logger for the GUI
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ParametersModel.logger
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 |
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
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
PartitionApproximationMaterializeKNNPreprocessor.getLogger() |
protected Logging |
MetricalIndexApproximationMaterializeKNNPreprocessor.getLogger() |
protected Logging |
MaterializeKNNPreprocessor.getLogger() |
protected Logging |
MaterializeKNNAndRKNNPreprocessor.getLogger() |
protected Logging |
SpatialApproximationMaterializeKNNPreprocessor.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
KNNQueryFilteredPCAIndex.logger
Logger.
|
private static Logging |
RangeQueryFilteredPCAIndex.logger
Logger.
|
Modifier and Type | Method and Description |
---|---|
Logging |
KNNQueryFilteredPCAIndex.getLogger() |
Logging |
RangeQueryFilteredPCAIndex.getLogger() |
Modifier and Type | Field and Description |
---|---|
protected static Logging |
DiSHPreferenceVectorIndex.logger
Logger to use
|
protected static Logging |
HiSCPreferenceVectorIndex.logger
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.logger
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.logger
The logger for this class.
|
private static Logging |
FourCSubspaceIndex.logger
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.logger
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.logger
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.logger
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.logger
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.logger
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
MTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ZCurveBulkSplit.logger
Logger.
|
private static Logging |
MaxExtensionBulkSplit.logger
Logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
DeLiCluTreeIndex.logger
The appropriate logger for this index.
|
private static Logging |
DeLiCluTree.logger
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.logger
The logger for this class.
|
private static Logging |
RStarTreeIndex.logger
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 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 |
LinearEquationSystem.logger
Logger.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ZCurve.logger
The logger of this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PersistentPageFile.logger
Our logger
|
private static Logging |
LRUCache.logger
Our logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
IterateKnownImplementations.logger
Logger
|
private static Logging |
Properties.logger
Out logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ResultHierarchy.logger
Logger
|
private static Logging |
ResultWriter.logger
The logger for this class.
|
static Logging |
KMLOutputHandler.logger
Logger class to use.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MultipleFilesOutput.logger
Logger for debugging.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ClassGenericsUtil.logger
Static logger to use.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AbstractParameterization.logger
The logger of the class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MixtureModelOutlierScalingFunction.logger
The logger for this class.
|
private static Logging |
SigmoidOutlierScalingFunction.logger
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
VisualizerParameterizer.logger
Get a logger for this class.
|
private static Logging |
VisualizerContext.logger
Logger.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OverviewPlot.logger
Our logging class
|
private static Logging |
RectangleArranger.logger
Logging class
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
OPTICSPlot.logger
Logger
|
private static Logging |
OPTICSColorFromClustering.logger
Logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SVGSaveDialog.logger
Static logger reference
|
Modifier and Type | Field and Description |
---|---|
protected static Logging |
PropertiesBasedStyleLibrary.logger
Logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OPTICSPlotSelectionVisualization.logger
The logger for this class.
|
private static Logging |
OPTICSClusterVisualization.logger
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ToolBox2DVisualization.logger
The logger for this class.
|
protected static Logging |
SelectionToolCubeVisualization.logger
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AlgorithmStep.logger
Logger
|
private static Logging |
LoggingStep.logger
Logger
|