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.classification |
Classification algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.affinitypropagation |
Affinity Propagation (AP) clustering.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering |
Biclustering 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.em |
Expectation-Maximization clustering algorithm.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.gdbscan |
Generalized DBSCAN.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical |
Hierarchical agglomerative clustering (HAC).
|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.extraction |
Extraction of partitional clusterings from hierarchical results.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.kmeans |
K-means clustering and variations.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.kmeans.initialization |
Initialization strategies for k-means.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.kmeans.parallel |
Parallelized implementations of k-means.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.meta |
Meta clustering algorithms, that get their result from other clusterings or external sources.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.onedimensional |
Clustering algorithms for one-dimensional data.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.optics |
OPTICS family of clustering algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace |
Axis-parallel subspace clustering algorithms.
|
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.clustering.uncertain |
Clustering algorithms for uncertain data.
|
de.lmu.ifi.dbs.elki.algorithm.itemsetmining |
Algorithms for frequent itemset mining such as APRIORI.
|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
de.lmu.ifi.dbs.elki.algorithm.outlier.anglebased |
Angle-based outlier detection algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.clustering |
Clustering based outlier detection.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.distance |
Distance-based outlier detection algorithms, such as DBOutlier and kNN.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.distance.parallel |
Parallel implementations of distance-based outlier detectors.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.intrinsic |
Outlier detection algorithms based on intrinsic dimensionality.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.lof |
LOF family of outlier detection algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel |
Parallelized variants of LOF.
|
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.svm |
Support-Vector-Machines for outlier detection.
|
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.
|
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.data.projection |
Data projections.
|
de.lmu.ifi.dbs.elki.data.synthetic.bymodel |
Generator using a distribution model specified in an XML configuration file.
|
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.database.relation |
Relations, materialized and virtual (views).
|
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.cleaning |
Filters for data cleaning.
|
de.lmu.ifi.dbs.elki.datasource.filter.normalization.columnwise |
Normalizations operating on columns / variates; where each column is treated independently.
|
de.lmu.ifi.dbs.elki.datasource.filter.selection |
Filters for selecting and sorting data to process.
|
de.lmu.ifi.dbs.elki.datasource.filter.transform |
Data space transformations.
|
de.lmu.ifi.dbs.elki.datasource.filter.typeconversions |
Filters to perform data type conversions.
|
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.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.internal |
Internal evaluation measures for clusterings.
|
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 |
Index structure implementations
|
de.lmu.ifi.dbs.elki.index.distancematrix |
Precomputed distance matrix.
|
de.lmu.ifi.dbs.elki.index.idistance |
iDistance is a distance based indexing technique, using a reference points embedding.
|
de.lmu.ifi.dbs.elki.index.invertedlist |
Indexes using inverted lists.
|
de.lmu.ifi.dbs.elki.index.lsh |
Locality Sensitive Hashing
|
de.lmu.ifi.dbs.elki.index.preprocessed |
Index structure based on preprocessors
|
de.lmu.ifi.dbs.elki.index.preprocessed.fastoptics |
Preprocessed index used by the FastOPTICS algorithm.
|
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.projected |
Projected indexes for data.
|
de.lmu.ifi.dbs.elki.index.tree |
Tree-based index structures
|
de.lmu.ifi.dbs.elki.index.tree.metrical.covertree |
Cover-tree variations.
|
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.kd |
K-d-tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.flat | |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn | |
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.math.statistics.dependence |
Statistical measures of dependence, such as correlation.
|
de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.meta |
Meta estimators: estimators that do not actually estimate themselves, but instead use other estimators, e.g. on a trimmed data set, or as an ensemble.
|
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.io |
Utility classes for input/output.
|
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization |
Configuration managers.
|
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters |
Classes for various typed parameters.
|
de.lmu.ifi.dbs.elki.utilities.referencepoints |
Package containing strategies to obtain reference points
Shared code for various algorithms that use reference points.
|
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.detail |
Classes for managing a detail view.
|
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 |
Visualizers based on parallel coordinates.
|
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.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
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
NullAlgorithm.LOG
The logger for this class.
|
private static Logging |
MaterializeDistances.LOG
The logger for this class.
|
private static Logging |
KNNJoin.LOG
The logger for this class.
|
private static Logging |
KNNDistancesSampler.LOG
The logger for this class.
|
private static Logging |
DummyAlgorithm.LOG
The logger for this class.
|
private static Logging |
DependencyDerivator.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
NullAlgorithm.getLogger() |
protected Logging |
MaterializeDistances.getLogger() |
protected Logging |
KNNJoin.getLogger() |
protected Logging |
KNNDistancesSampler.getLogger() |
protected Logging |
DummyAlgorithm.getLogger() |
protected Logging |
DependencyDerivator.getLogger() |
protected abstract Logging |
AbstractAlgorithm.getLogger()
Get the (STATIC) logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ValidateApproximativeKNNIndex.LOG
The logger for this class.
|
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 |
ValidateApproximativeKNNIndex.getLogger() |
protected Logging |
RangeQueryBenchmarkAlgorithm.getLogger() |
protected Logging |
KNNBenchmarkAlgorithm.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
PriorProbabilityClassifier.LOG
The logger for this class.
|
private static Logging |
KNNClassifier.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
PriorProbabilityClassifier.getLogger() |
protected Logging |
KNNClassifier.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SNNClustering.LOG
The logger for this class.
|
private static Logging |
NaiveMeanShiftClustering.LOG
Class logger.
|
private static Logging |
DBSCAN.LOG
The logger for this class.
|
private static Logging |
CanopyPreClustering.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SNNClustering.getLogger() |
protected Logging |
NaiveMeanShiftClustering.getLogger() |
protected Logging |
DBSCAN.getLogger() |
protected Logging |
CanopyPreClustering.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
AffinityPropagationClusteringAlgorithm.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
AffinityPropagationClusteringAlgorithm.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ChengAndChurch.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ChengAndChurch.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ORCLUS.LOG
The logger for this class.
|
private static Logging |
LMCLUS.LOG
The logger for this class.
|
private static Logging |
HiCO.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.
|
private static Logging |
COPAC.LOG
The logger for this class.
|
private static Logging |
CASH.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ORCLUS.getLogger() |
protected Logging |
LMCLUS.getLogger() |
protected Logging |
HiCO.getLogger() |
protected Logging |
HiCO.Instance.getLogger() |
protected Logging |
FourC.getLogger() |
protected Logging |
ERiC.getLogger() |
protected Logging |
COPAC.getLogger() |
protected Logging |
CASH.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 |
SphericalGaussianModel.LOG
Class logger.
|
private static Logging |
MultivariateGaussianModel.LOG
Class logger.
|
private static Logging |
EM.LOG
The logger for this class.
|
private static Logging |
DiagonalGaussianModel.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
EM.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
PreDeConNeighborPredicate.LOG
The logger for this class.
|
static Logging |
MinPtsCorePredicate.LOG
Class logger.
|
private static Logging |
LSDBC.LOG
Class logger.
|
private static Logging |
GeneralizedDBSCAN.LOG
Get a logger for this algorithm
|
private static Logging |
FourCNeighborPredicate.LOG
The logger for this class.
|
private static Logging |
ERiCNeighborPredicate.LOG
The logger for this class.
|
private static Logging |
COPACNeighborPredicate.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
(package private) Logging |
PreDeConNeighborPredicate.getLogger() |
protected Logging |
LSDBC.getLogger() |
protected Logging |
GeneralizedDBSCAN.getLogger() |
(package private) Logging |
FourCNeighborPredicate.getLogger() |
(package private) abstract Logging |
AbstractRangeQueryNeighborPredicate.getLogger()
Get the class logger.
|
Modifier and Type | Field and Description |
---|---|
private Logging |
AbstractHDBSCAN.HeapMSTCollector.log
Logger, for progress logging.
|
private static Logging |
SLINKHDBSCANLinearMemory.LOG
Class logger.
|
private static Logging |
SLINK.LOG
The logger for this class.
|
private static Logging |
HDBSCANLinearMemory.LOG
Class logger.
|
private static Logging |
CLINK.LOG
The logger for this class.
|
private static Logging |
AnderbergHierarchicalClustering.LOG
Class logger
|
private static Logging |
AGNES.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SLINKHDBSCANLinearMemory.getLogger() |
protected Logging |
SLINK.getLogger() |
protected Logging |
HDBSCANLinearMemory.getLogger() |
protected Logging |
CLINK.getLogger() |
protected Logging |
AnderbergHierarchicalClustering.getLogger() |
protected Logging |
AGNES.getLogger() |
Constructor and Description |
---|
AbstractHDBSCAN.HeapMSTCollector(DoubleLongHeap heap,
FiniteProgress prog,
Logging log)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SimplifiedHierarchyExtraction.LOG
Class logger.
|
private static Logging |
HDBSCANHierarchyExtraction.LOG
Class logger.
|
private static Logging |
ExtractFlatClusteringFromHierarchy.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
XMeans.LOG
The logger for this class.
|
private static Logging |
SingleAssignmentKMeans.LOG
The logger for this class.
|
private static Logging |
KMedoidsPAM.LOG
The logger for this class.
|
private static Logging |
KMedoidsEM.LOG
The logger for this class.
|
private static Logging |
KMediansLloyd.LOG
The logger for this class.
|
private static Logging |
KMeansMacQueen.LOG
The logger for this class.
|
private static Logging |
KMeansLloyd.LOG
The logger for this class.
|
private static Logging |
KMeansHybridLloydMacQueen.LOG
The logger for this class.
|
private static Logging |
KMeansHamerly.LOG
The logger for this class.
|
private static Logging |
KMeansElkan.LOG
The logger for this class.
|
private static Logging |
KMeansBisecting.LOG
The logger for this class.
|
private static Logging |
KMeansBatchedLloyd.LOG
The logger for this class.
|
private static Logging |
CLARA.LOG
Class logger.
|
private static Logging |
BestOfMultipleKMeans.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
XMeans.getLogger() |
protected Logging |
XMeans.Parameterizer.getLogger() |
protected Logging |
SingleAssignmentKMeans.getLogger() |
protected Logging |
SingleAssignmentKMeans.Parameterizer.getLogger() |
protected Logging |
KMedoidsPAM.getLogger() |
protected Logging |
KMedoidsEM.getLogger() |
protected Logging |
KMediansLloyd.getLogger() |
protected Logging |
KMediansLloyd.Parameterizer.getLogger() |
protected Logging |
KMeansMacQueen.getLogger() |
protected Logging |
KMeansMacQueen.Parameterizer.getLogger() |
protected Logging |
KMeansLloyd.getLogger() |
protected Logging |
KMeansLloyd.Parameterizer.getLogger() |
protected Logging |
KMeansHybridLloydMacQueen.getLogger() |
protected Logging |
KMeansHybridLloydMacQueen.Parameterizer.getLogger() |
protected Logging |
KMeansHamerly.getLogger() |
protected Logging |
KMeansHamerly.Parameterizer.getLogger() |
protected Logging |
KMeansElkan.getLogger() |
protected Logging |
KMeansElkan.Parameterizer.getLogger() |
protected Logging |
KMeansBisecting.getLogger() |
protected Logging |
KMeansBatchedLloyd.getLogger() |
protected Logging |
KMeansBatchedLloyd.Parameterizer.getLogger() |
protected Logging |
BestOfMultipleKMeans.getLogger() |
protected abstract Logging |
AbstractKMeans.Parameterizer.getLogger()
Get class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PAMInitialMeans.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ParallelLloydKMeans.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ParallelLloydKMeans.getLogger() |
protected Logging |
ParallelLloydKMeans.Parameterizer.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ExternalClustering.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ExternalClustering.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
KNNKernelDensityMinimaClustering.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
KNNKernelDensityMinimaClustering.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
OPTICSXi.LOG
The logger for this class.
|
private static Logging |
OPTICSList.LOG
The logger for this class.
|
private static Logging |
OPTICSHeap.LOG
The logger for this class.
|
private static Logging |
FastOPTICS.LOG
Class logger.
|
private static Logging |
DeLiClu.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
OPTICSXi.getLogger() |
protected Logging |
OPTICSList.getLogger() |
protected Logging |
OPTICSHeap.getLogger() |
protected abstract Logging |
GeneralizedOPTICS.Instance.getLogger()
Get the class logger.
|
protected Logging |
FastOPTICS.getLogger() |
protected Logging |
DeLiClu.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SUBCLU.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.
|
private static Logging |
P3C.LOG
The logger for this class.
|
private static Logging |
HiSC.LOG
The logger for this class.
|
private static Logging |
DiSH.LOG
The logger for this class.
|
private static Logging |
DOC.LOG
The logger for this class.
|
private static Logging |
CLIQUE.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SUBCLU.getLogger() |
protected Logging |
PreDeCon.getLogger() |
protected Logging |
PROCLUS.getLogger() |
protected Logging |
P3C.getLogger() |
protected Logging |
HiSC.getLogger() |
protected Logging |
HiSC.Instance.getLogger() |
protected Logging |
DiSH.getLogger() |
protected Logging |
DiSH.Instance.getLogger() |
protected Logging |
DOC.getLogger() |
protected Logging |
CLIQUE.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
TrivialAllNoise.LOG
The logger for this class.
|
private static Logging |
TrivialAllInOne.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 |
ByLabelClustering.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
TrivialAllNoise.getLogger() |
protected Logging |
TrivialAllInOne.getLogger() |
protected Logging |
ByModelClustering.getLogger() |
protected Logging |
ByLabelHierarchicalClustering.getLogger() |
protected Logging |
ByLabelClustering.getLogger() |
Modifier and Type | Field and Description |
---|---|
protected static Logging |
UKMeans.LOG
CLass logger.
|
private static Logging |
RepresentativeUncertainClustering.LOG
Initialize a Logger.
|
private static Logging |
CenterOfMassMetaClustering.LOG
Initialize a Logger.
|
private static Logging |
CKMeans.LOG
CLass logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
UKMeans.getLogger() |
protected Logging |
RepresentativeUncertainClustering.getLogger() |
protected Logging |
CenterOfMassMetaClustering.getLogger() |
protected Logging |
CKMeans.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
FPGrowth.LOG
Class logger.
|
private static Logging |
Eclat.LOG
Class logger.
|
private static Logging |
APRIORI.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
FPGrowth.getLogger() |
protected Logging |
Eclat.getLogger() |
protected Logging |
APRIORI.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SimpleCOP.LOG
The logger for this class.
|
private static Logging |
OPTICSOF.LOG
The logger for this class.
|
private static Logging |
GaussianUniformMixture.LOG
The logger for this class.
|
private static Logging |
GaussianModel.LOG
The logger for this class.
|
private static Logging |
DWOF.LOG
The logger for this class.
|
private static Logging |
COP.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SimpleCOP.getLogger() |
protected Logging |
OPTICSOF.getLogger() |
protected Logging |
GaussianUniformMixture.getLogger() |
protected Logging |
GaussianModel.getLogger() |
protected Logging |
DWOF.getLogger() |
protected Logging |
COP.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
LBABOD.LOG
The logger for this class.
|
private static Logging |
FastABOD.LOG
The logger for this class.
|
private static Logging |
ABOD.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
LBABOD.getLogger() |
protected Logging |
FastABOD.getLogger() |
protected Logging |
ABOD.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SilhouetteOutlierDetection.LOG
Class logger.
|
private static Logging |
KMeansOutlierDetection.LOG
Class logger.
|
private static Logging |
EMOutlier.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SilhouetteOutlierDetection.getLogger() |
protected Logging |
KMeansOutlierDetection.getLogger() |
protected Logging |
EMOutlier.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ReferenceBasedOutlierDetection.LOG
The logger for this class.
|
private static Logging |
ODIN.LOG
Class logger.
|
private static Logging |
LocalIsolationCoefficient.LOG
The logger for this class.
|
private static Logging |
KNNWeightOutlier.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 |
DBOutlierScore.LOG
The logger for this class.
|
private static Logging |
DBOutlierDetection.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ReferenceBasedOutlierDetection.getLogger() |
protected Logging |
ODIN.getLogger() |
protected Logging |
LocalIsolationCoefficient.getLogger() |
protected Logging |
KNNWeightOutlier.getLogger() |
protected Logging |
KNNOutlier.getLogger() |
protected Logging |
HilOut.getLogger() |
protected Logging |
DBOutlierScore.getLogger() |
protected Logging |
DBOutlierDetection.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ParallelKNNWeightOutlier.LOG
Class logger
|
private static Logging |
ParallelKNNOutlier.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ParallelKNNWeightOutlier.getLogger() |
protected Logging |
ParallelKNNOutlier.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
IntrinsicDimensionalityOutlier.LOG
Class logger.
|
private static Logging |
IDOS.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
IntrinsicDimensionalityOutlier.getLogger() |
protected Logging |
IDOS.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
VarianceOfVolume.LOG
The logger for this class.
|
private static Logging |
SimplifiedLOF.LOG
The logger for this class.
|
private static Logging |
SimpleKernelDensityLOF.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 |
LOF.LOG
The logger for this class.
|
private static Logging |
LOCI.LOG
The logger for this class.
|
private static Logging |
LDOF.LOG
The logger for this class.
|
private static Logging |
LDF.LOG
The logger for this class.
|
private static Logging |
KDEOS.LOG
Class logger.
|
private static Logging |
INFLO.LOG
The logger for this class.
|
private static Logging |
FlexibleLOF.LOG
The logger for this class.
|
private static Logging |
COF.LOG
The logger for this class.
|
private static Logging |
ALOCI.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
VarianceOfVolume.getLogger() |
protected Logging |
SimplifiedLOF.getLogger() |
protected Logging |
SimpleKernelDensityLOF.getLogger() |
protected Logging |
OnlineLOF.getLogger() |
protected Logging |
LoOP.getLogger() |
protected Logging |
LOF.getLogger() |
protected Logging |
LOCI.getLogger() |
protected Logging |
LDOF.getLogger() |
protected Logging |
LDF.getLogger() |
protected Logging |
KDEOS.getLogger() |
protected Logging |
INFLO.getLogger() |
protected Logging |
FlexibleLOF.getLogger() |
protected Logging |
COF.getLogger() |
protected Logging |
ALOCI.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ParallelSimplifiedLOF.LOG
Class logger
|
private static Logging |
ParallelLOF.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ParallelSimplifiedLOF.getLogger() |
protected Logging |
ParallelLOF.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SimpleOutlierEnsemble.LOG
The logger for this class.
|
private static Logging |
RescaleMetaOutlierAlgorithm.LOG
The logger for this class.
|
private static Logging |
HiCS.LOG
The Logger for this class.
|
private static Logging |
FeatureBagging.LOG
The logger for this class.
|
private static Logging |
ExternalDoubleOutlierScore.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SimpleOutlierEnsemble.getLogger() |
protected Logging |
RescaleMetaOutlierAlgorithm.getLogger() |
protected Logging |
HiCS.getLogger() |
protected Logging |
FeatureBagging.getLogger() |
protected Logging |
ExternalDoubleOutlierScore.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
TrimmedMeanApproach.LOG
The logger for this class.
|
private static Logging |
SOF.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 |
CTLuScatterplotOutlier.LOG
The logger for this class.
|
private static Logging |
CTLuRandomWalkEC.LOG
Logger.
|
private static Logging |
CTLuMoranScatterplotOutlier.LOG
The logger for this class.
|
private static Logging |
CTLuMedianMultipleAttributes.LOG
logger
|
private static Logging |
CTLuMedianAlgorithm.LOG
The logger for this class.
|
private static Logging |
CTLuMeanMultipleAttributes.LOG
logger
|
private static Logging |
CTLuGLSBackwardSearchAlgorithm.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
TrimmedMeanApproach.getLogger() |
protected Logging |
SOF.getLogger() |
protected Logging |
SLOM.getLogger() |
protected Logging |
CTLuZTestOutlier.getLogger() |
protected Logging |
CTLuScatterplotOutlier.getLogger() |
protected Logging |
CTLuRandomWalkEC.getLogger() |
protected Logging |
CTLuMoranScatterplotOutlier.getLogger() |
protected Logging |
CTLuMedianMultipleAttributes.getLogger() |
protected Logging |
CTLuMedianAlgorithm.getLogger() |
protected Logging |
CTLuMeanMultipleAttributes.getLogger() |
protected Logging |
CTLuGLSBackwardSearchAlgorithm.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 Logging |
PrecomputedKNearestNeighborNeighborhood.getLogger() |
protected Logging |
ExternalNeighborhood.getLogger() |
protected Logging |
ExtendedNeighborhood.getLogger() |
protected abstract Logging |
AbstractPrecomputedNeighborhood.getLogger()
The logger to use for error reporting.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SOD.LOG
The logger for this class.
|
private static Logging |
OutRankS1.LOG
The logger for this class.
|
private static Logging |
OUTRES.LOG
The logger for this class.
|
private static Logging |
AggarwalYuNaive.LOG
The logger for this class.
|
private static Logging |
AggarwalYuEvolutionary.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SOD.getLogger() |
protected Logging |
OutRankS1.getLogger() |
protected Logging |
OUTRES.getLogger() |
protected Logging |
AggarwalYuNaive.getLogger() |
protected Logging |
AggarwalYuEvolutionary.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
LibSVMOneClassOutlierDetection.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
LibSVMOneClassOutlierDetection.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
TrivialNoOutlier.LOG
Our logger.
|
private static Logging |
TrivialGeneratedOutlier.LOG
Class logger
|
private static Logging |
TrivialAllOutlier.LOG
Our logger.
|
private static Logging |
ByLabelOutlier.LOG
Our logger.
|
private static Logging |
TrivialAverageCoordinateOutlier.logger
Our logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
TrivialNoOutlier.getLogger() |
protected Logging |
TrivialGeneratedOutlier.getLogger() |
protected Logging |
TrivialAverageCoordinateOutlier.getLogger() |
protected Logging |
TrivialAllOutlier.getLogger() |
protected Logging |
ByLabelOutlier.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
RankingQualityHistogram.LOG
The logger for this class.
|
private static Logging |
RangeQuerySelectivity.LOG
The logger for this class.
|
private static Logging |
HopkinsStatisticClusteringTendency.LOG
The logger for this class.
|
private static Logging |
EvaluateRetrievalPerformance.LOG
The logger for this class.
|
private static Logging |
EvaluateRankingQuality.LOG
The logger for this class.
|
private static Logging |
EstimateIntrinsicDimensionality.LOG
Class logger.
|
private static Logging |
DistanceStatisticsWithClasses.LOG
The logger for this class.
|
private static Logging |
DistanceQuantileSampler.LOG
Class logger.
|
private static Logging |
AveragePrecisionAtK.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RankingQualityHistogram.getLogger() |
protected Logging |
RangeQuerySelectivity.getLogger() |
protected Logging |
HopkinsStatisticClusteringTendency.getLogger() |
protected Logging |
EvaluateRetrievalPerformance.getLogger() |
protected Logging |
EvaluateRankingQuality.getLogger() |
protected Logging |
EstimateIntrinsicDimensionality.getLogger() |
protected Logging |
DistanceStatisticsWithClasses.getLogger() |
protected Logging |
DistanceQuantileSampler.getLogger() |
protected Logging |
AveragePrecisionAtK.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
GeneratorXMLSpec.LOG
The logger for this class.
|
private static Logging |
ConvertToBundleApplication.LOG
Logging class.
|
private static Logging |
ClassifierHoldoutEvaluationTask.LOG
Class logger.
|
private static Logging |
AbstractApplication.LOG
We need a static logger in this class, for code used in "main" methods.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CacheFloatDistanceInOnDiskMatrix.LOG
The logger for this class.
|
private static Logging |
CacheDoubleDistanceRangeQueries.LOG
The logger for this class.
|
private static Logging |
CacheDoubleDistanceKNNLists.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 |
EvaluatePrecomputedOutlierScores.LOG
Get static logger.
|
private static Logging |
ComputeKNNOutlierScores.LOG
Our logger class.
|
private static Logging |
VisualizePairwiseGainMatrix.LOG
Get static logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
DocumentReferences.LOG
Logger
|
private static Logging |
DocumentParameters.LOG |
private static Logging |
CheckParameterizables.LOG
The logger for this class.
|
private static Logging |
CheckELKIServices.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
JSONWebServer.LOG
Our logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
RandomProjection.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
GeneratorMain.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
StaticArrayDatabase.LOG
Our logger
|
private static Logging |
ProxyDatabase.LOG
Logger class.
|
private static Logging |
HashmapDatabase.LOG
Our logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
StaticArrayDatabase.getLogger() |
protected Logging |
ProxyDatabase.getLogger() |
protected Logging |
HashmapDatabase.getLogger() |
protected abstract Logging |
AbstractDatabase.getLogger()
Get the class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ReusingDBIDFactory.LOG
Logging for error messages.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ProxyView.LOG
Class logger
|
private static Logging |
ProjectedView.LOG
Class logger
|
private static Logging |
MaterializedRelation.LOG
Class logger.
|
private static Logging |
MaterializedDoubleRelation.LOG
Class logger.
|
private static Logging |
DBIDView.LOG
Class logger
|
private static Logging |
ConvertToStringView.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ProxyView.getLogger() |
protected Logging |
ProjectedView.getLogger() |
protected Logging |
MaterializedRelation.getLogger() |
protected Logging |
MaterializedDoubleRelation.getLogger() |
protected Logging |
DBIDView.getLogger() |
protected Logging |
ConvertToStringView.getLogger() |
protected abstract Logging |
AbstractRelation.getLogger()
Get the class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
RandomDoubleVectorDatabaseConnection.LOG
Class logger.
|
private static Logging |
PresortedBlindJoinDatabaseConnection.LOG
Logger
|
private static Logging |
LabelJoinDatabaseConnection.LOG
Logger
|
private static Logging |
InputStreamDatabaseConnection.LOG
The logger for this class.
|
private static Logging |
GeneratorXMLDatabaseConnection.LOG
Logger
|
private static Logging |
ExternalIDJoinDatabaseConnection.LOG
Logger
|
private static Logging |
EmptyDatabaseConnection.LOG
Static logger
|
private static Logging |
ConcatenateFilesDatabaseConnection.LOG
Class logger.
|
private static Logging |
BundleDatabaseConnection.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RandomDoubleVectorDatabaseConnection.getLogger() |
protected Logging |
PresortedBlindJoinDatabaseConnection.getLogger() |
protected Logging |
LabelJoinDatabaseConnection.getLogger() |
protected Logging |
InputStreamDatabaseConnection.getLogger() |
protected Logging |
GeneratorXMLDatabaseConnection.getLogger() |
protected Logging |
ExternalIDJoinDatabaseConnection.getLogger() |
protected Logging |
EmptyDatabaseConnection.getLogger() |
protected Logging |
ConcatenateFilesDatabaseConnection.getLogger() |
protected Logging |
BundleDatabaseConnection.getLogger() |
protected abstract Logging |
AbstractDatabaseConnection.getLogger()
Get the logger for this database connection.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MultipleObjectsBundle.LOG
Class logger.
|
private static Logging |
BundleWriter.LOG
Class logger for the bundle writer.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Logging |
AbstractConversionFilter.getLogger()
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
VectorDimensionalityFilter.LOG
Class logger.
|
private static Logging |
ReplaceNaNWithRandomFilter.LOG
Class logger
|
private static Logging |
NoMissingValuesFilter.LOG
Class logger
|
private static Logging |
DropNaNFilter.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
InverseDocumentFrequencyNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseVarianceNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseMinMaxNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseMeanNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseMADNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseErfNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseCDFNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseBetaNormalization.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
InverseDocumentFrequencyNormalization.getLogger() |
protected Logging |
AttributeWiseVarianceNormalization.getLogger() |
protected Logging |
AttributeWiseMinMaxNormalization.getLogger() |
protected Logging |
AttributeWiseMeanNormalization.getLogger() |
protected Logging |
AttributeWiseErfNormalization.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SortByLabelFilter.LOG
Class logger
|
private static Logging |
ShuffleObjectsFilter.LOG
Class logger
|
private static Logging |
ByLabelFilter.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PerturbationFilter.LOG
Class logger
|
private static Logging |
LinearDiscriminantAnalysisFilter.LOG
Class logger.
|
private static Logging |
GlobalPrincipalComponentAnalysisTransform.LOG
Class logger.
|
private static Logging |
FastMultidimensionalScalingTransform.LOG
Class logger.
|
private static Logging |
ClassicMultidimensionalScalingTransform.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
PerturbationFilter.getLogger() |
protected Logging |
LinearDiscriminantAnalysisFilter.getLogger()
Class logger.
|
protected Logging |
GlobalPrincipalComponentAnalysisTransform.getLogger() |
protected abstract Logging |
AbstractSupervisedProjectionVectorFilter.getLogger()
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
WeightedUncertainSplitFilter.LOG
Class logger.
|
private static Logging |
UncertainifyFilter.LOG
Class logger.
|
private static Logging |
UncertainSplitFilter.LOG
Class logger.
|
private static Logging |
SparseVectorFieldFilter.LOG
Class logger.
|
private static Logging |
MultivariateTimeSeriesFilter.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
WeightedUncertainSplitFilter.getLogger() |
protected Logging |
UncertainSplitFilter.getLogger() |
protected Logging |
SparseVectorFieldFilter.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
TermFrequencyParser.LOG
Class logger.
|
private static Logging |
SparseNumberVectorLabelParser.LOG
Class logger.
|
private static Logging |
SimpleTransactionParser.LOG
Class logger.
|
private static Logging |
SimplePolygonParser.LOG
Class logger
|
private static Logging |
NumberVectorLabelParser.LOG
Logging class.
|
private static Logging |
LibSVMFormatParser.LOG
Class logger.
|
private static Logging |
ClusteringVectorParser.LOG
Class logger.
|
private static Logging |
CategorialDataAsNumberVectorParser.LOG
Logging class.
|
private static Logging |
BitVectorLabelParser.LOG
Class logger
|
private static Logging |
ArffParser.LOG
Logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
TermFrequencyParser.getLogger() |
protected Logging |
SparseNumberVectorLabelParser.getLogger() |
protected Logging |
SimpleTransactionParser.getLogger() |
protected Logging |
SimplePolygonParser.getLogger() |
protected Logging |
NumberVectorLabelParser.getLogger() |
protected Logging |
LibSVMFormatParser.getLogger() |
protected Logging |
ClusteringVectorParser.getLogger() |
protected Logging |
CategorialDataAsNumberVectorParser.getLogger() |
protected Logging |
BitVectorLabelParser.getLogger() |
protected abstract Logging |
AbstractStreamingParser.getLogger()
Get the logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AsciiDistanceParser.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AutomaticEvaluation.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LogClusterSizes.LOG
Class logger
|
private static Logging |
EvaluateClustering.LOG
Logger for debug output.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
EvaluateVarianceRatioCriteria.LOG
Logger for debug output.
|
private static Logging |
EvaluateSquaredErrors.LOG
Logger for debug output.
|
private static Logging |
EvaluateSimplifiedSilhouette.LOG
Logger for debug output.
|
private static Logging |
EvaluateSilhouette.LOG
Logger for debug output.
|
private static Logging |
EvaluatePBMIndex.LOG
Logger for debug output.
|
private static Logging |
EvaluateDaviesBouldin.LOG
Logger for debug output.
|
private static Logging |
EvaluateConcordantPairs.LOG
Logger for debug output.
|
private static Logging |
EvaluateCIndex.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 |
OutlierSmROCCurve.LOG
The logger.
|
private static Logging |
OutlierRankingEvaluation.LOG
The logger.
|
private static Logging |
OutlierROCCurve.LOG
The logger.
|
private static Logging |
OutlierPrecisionRecallCurve.LOG
The logger.
|
private static Logging |
OutlierPrecisionAtKCurve.LOG
The logger.
|
private static Logging |
JudgeOutlierScores.LOG
Logger for debug output.
|
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 |
---|---|
abstract Logging |
AbstractRefiningIndex.getLogger()
Get the class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PrecomputedDistanceMatrix.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
InMemoryIDistanceIndex.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
Logging |
InMemoryIDistanceIndex.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
InMemoryInvertedIndex.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
InMemoryLSHIndex.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
Logging |
InMemoryLSHIndex.Instance.getLogger() |
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 |
RandomProjectedNeighborsAndDensities.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SpatialApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
SpacefillingMaterializeKNNPreprocessor.LOG
Class logger
|
private static Logging |
SpacefillingKNNPreprocessor.LOG
Class logger
|
private static Logging |
RandomSampleKNNPreprocessor.LOG
Logger
|
private static Logging |
PartitionApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
NaiveProjectedKNNPreprocessor.LOG
Class logger.
|
private static Logging |
MetricalIndexApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
MaterializeKNNPreprocessor.LOG
Logger to use.
|
private static Logging |
MaterializeKNNAndRKNNPreprocessor.LOG
Logger to use.
|
private static Logging |
KNNJoinMaterializeKNNPreprocessor.LOG
Logging class.
|
private static Logging |
CachedDoubleDistanceKNNPreprocessor.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SpatialApproximationMaterializeKNNPreprocessor.getLogger() |
protected Logging |
SpacefillingMaterializeKNNPreprocessor.getLogger() |
protected Logging |
RandomSampleKNNPreprocessor.getLogger() |
protected Logging |
PartitionApproximationMaterializeKNNPreprocessor.getLogger() |
protected Logging |
MetricalIndexApproximationMaterializeKNNPreprocessor.getLogger() |
protected Logging |
MaterializeKNNPreprocessor.getLogger() |
protected Logging |
MaterializeKNNAndRKNNPreprocessor.getLogger() |
protected Logging |
KNNJoinMaterializeKNNPreprocessor.getLogger() |
protected Logging |
CachedDoubleDistanceKNNPreprocessor.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
KNNQueryFilteredPCAIndex.LOG
Logger.
|
Modifier and Type | Method and Description |
---|---|
Logging |
KNNQueryFilteredPCAIndex.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
HiSCPreferenceVectorIndex.LOG
Logger to use.
|
private static Logging |
DiSHPreferenceVectorIndex.LOG
Logger to use.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
HiSCPreferenceVectorIndex.getLogger() |
protected Logging |
DiSHPreferenceVectorIndex.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 |
ProjectedIndex.LOG
Class logger
|
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 |
SimplifiedCoverTree.LOG
Class logger.
|
(package private) static Logging |
CoverTree.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SimplifiedCoverTree.getLogger() |
protected Logging |
CoverTree.getLogger() |
protected abstract Logging |
AbstractCoverTree.getLogger()
Get the class logger.
|
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 |
SmallMemoryKDTree.LOG
Class logger
|
private static Logging |
MinimalisticMemoryKDTree.LOG
Class logger
|
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 |
FlatRStarTreeIndex.LOG
The appropriate logger for this index.
|
private static Logging |
FlatRStarTree.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
FlatRStarTreeIndex.getLogger() |
protected Logging |
FlatRStarTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
RdKNNTree.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RdKNNTree.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
RStarTreeIndex.LOG
The appropriate logger for this index.
|
private static Logging |
RStarTree.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RStarTreeIndex.getLogger() |
protected Logging |
RStarTree.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 | Method and Description |
---|---|
Logging |
VAFile.getLogger() |
Logging |
PartialVAFile.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 |
StepProgress.setCompleted(Logging logger)
Mark the progress as completed and log it.
|
void |
IndefiniteProgress.setCompleted(Logging logger)
Set the completion flag 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.
|
MutableProgress(String task,
int total,
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 |
PercentageEigenPairFilter.LOG
The logger for this class.
|
private static Logging |
NormalizingEigenPairFilter.LOG
The logger for this class.
|
private static Logging |
LimitEigenPairFilter.LOG
The logger for this class.
|
private static Logging |
FirstNEigenPairFilter.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CorrelationDependenceMeasure.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
BestFitEstimator.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PersistentPageFile.LOG
Our logger
|
private static Logging |
OnDiskArrayPageFile.LOG
Class logger.
|
private static Logging |
MemoryPageFile.LOG
Class logger.
|
private static Logging |
LRUCache.LOG
Our class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
PersistentPageFile.getLogger() |
protected Logging |
OnDiskArrayPageFile.getLogger() |
protected Logging |
MemoryPageFile.getLogger() |
protected Logging |
LRUCache.getLogger() |
protected abstract Logging |
AbstractPageFile.getLogger()
Get the class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ResultWriter.LOG
The logger for this class.
|
private static Logging |
ResultHierarchy.LOG
Logger
|
private static Logging |
LogResultStructureResultHandler.LOG
Class logger
|
private static Logging |
KMLOutputHandler.LOG
Logger class to use.
|
private static Logging |
ClusteringVectorDumper.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MultipleFilesOutput.LOG
Logger for debugging.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ELKIServiceScanner.LOG
Class logger
|
private static Logging |
ELKIServiceRegistry.LOG
Class logger.
|
private static Logging |
ClassGenericsUtil.LOG
Static logger to use.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
Tokenizer.LOG
Class logger.
|
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 |
ClassParameter.LOG
The class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
GridBasedReferencePoints.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SigmoidOutlierScalingFunction.LOG
The logger for this class.
|
private static Logging |
MixtureModelOutlierScalingFunction.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 |
SelectionTableWindow.LOG
The logger
|
private static Logging |
ResultWindow.LOG
Get a logger for this class.
|
private static Logging |
ResultVisualizer.LOG
Get a logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
DetailView.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
RectangleArranger.LOG
Logging class
|
private static Logging |
OverviewPlot.LOG
Our 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 |
ParallelAxisVisualization.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 |
SelectionToolCubeVisualization.LOG
The logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LoggingStep.LOG
Logger
|
private static Logging |
AlgorithmStep.LOG
Logger
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.