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
Clustering algorithms are supposed to implement the
Algorithm -Interface. |
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
Generalized DBSCAN is an abstraction of the original DBSCAN idea,
that allows the use of arbitrary "neighborhood" and "core point" predicates.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.gdbscan.parallel |
Parallel versions of Generalized DBSCAN.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical |
Hierarchical agglomerative clustering (HAC).
|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.birch |
BIRCH clustering.
|
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
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.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.itemsetmining.associationrules |
Association rule mining.
|
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
Methods that detect outliers in subspaces (projections) of the data set.
|
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.projection |
Data projections (see also preprocessing filters for basic projections).
|
de.lmu.ifi.dbs.elki.algorithm.statistics |
Statistical analysis algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.timeseries |
Algorithms for change point detection in time series.
|
de.lmu.ifi.dbs.elki.application |
Base classes for standalone 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.experiments |
Packaged experiments to make them easy to reproduce.
|
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.data.projection |
Data projections
|
de.lmu.ifi.dbs.elki.data.synthetic.bymodel |
Generator using a distribution model specified in an XML configuration file
GeneratorXMLSpec is a standalone
application that loads an XML specification file and generates a synthetic
data set according to the specifications given. |
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.query.knn |
Prepared queries for k nearest neighbor (kNN) queries
|
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
The general use-case for any parser is to create objects out of an
InputStream (e.g. by reading a data file). |
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 |
The linear algebra package provides classes and computational methods for
operations on matrices and vectors.
|
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
See the
de.lmu.ifi.dbs.elki.utilities.optionhandling package for
documentation! |
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters |
Classes for various typed parameters
See the
de.lmu.ifi.dbs.elki.utilities.optionhandling package for
documentation! |
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.parallel3d |
3DPC: 3D parallel coordinate plot visualization for ELKI.
|
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.cluster |
Visualizers for clustering results based on 2D 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.
|
tutorial.clustering |
Classes from the tutorial on implementing a custom k-means variation
|
tutorial.outlier |
Tutorials on implementing outlier detection methods in ELKI.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
NullAlgorithm.LOG
The logger for this class.
|
private static Logging |
DependencyDerivator.LOG
The logger for this class.
|
private static Logging |
DummyAlgorithm.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.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
NullAlgorithm.getLogger() |
protected Logging |
DependencyDerivator.getLogger() |
protected Logging |
DummyAlgorithm.getLogger() |
protected Logging |
KNNJoin.getLogger() |
protected Logging |
KNNDistancesSampler.getLogger() |
protected abstract Logging |
AbstractAlgorithm.getLogger()
Get the (STATIC) logger for this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
RangeQueryBenchmarkAlgorithm.LOG
The logger for this class.
|
private static Logging |
KNNBenchmarkAlgorithm.LOG
The logger for this class.
|
private static Logging |
ValidateApproximativeKNNIndex.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RangeQueryBenchmarkAlgorithm.getLogger() |
protected Logging |
KNNBenchmarkAlgorithm.getLogger() |
protected Logging |
ValidateApproximativeKNNIndex.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 |
Leader.LOG
Class logger.
|
private static Logging |
DBSCAN.LOG
The logger for this class.
|
private static Logging |
CanopyPreClustering.LOG
Class logger.
|
private static Logging |
GriDBSCAN.LOG
The logger for this class.
|
private static Logging |
NaiveMeanShiftClustering.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SNNClustering.getLogger() |
protected Logging |
Leader.getLogger() |
protected Logging |
DBSCAN.getLogger() |
protected Logging |
CanopyPreClustering.getLogger() |
protected Logging |
GriDBSCAN.getLogger() |
protected Logging |
NaiveMeanShiftClustering.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 |
CASH.LOG
The logger for this class.
|
private static Logging |
HiCO.LOG
The logger for this class.
|
private static Logging |
LMCLUS.LOG
The logger for this class.
|
private static Logging |
COPAC.LOG
The logger for this class.
|
private static Logging |
ERiC.LOG
The logger for this class.
|
private static Logging |
FourC.LOG
The logger for this class.
|
private static Logging |
ORCLUS.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
CASH.getLogger() |
protected Logging |
HiCO.getLogger() |
protected Logging |
HiCO.Instance.getLogger() |
protected Logging |
LMCLUS.getLogger() |
protected Logging |
COPAC.getLogger() |
protected Logging |
ERiC.getLogger() |
protected Logging |
FourC.getLogger() |
protected Logging |
ORCLUS.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
CASHInterval.LOG
Class logger.
|
private static Logging |
CASHIntervalSplit.LOG
The logger of the class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
EM.LOG
The logger for this class.
|
private static Logging |
MultivariateGaussianModel.LOG
Class logger.
|
private static Logging |
TextbookMultivariateGaussianModel.LOG
Class logger.
|
private static Logging |
TwoPassMultivariateGaussianModel.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
EM.getLogger() |
Modifier and Type | Field and Description |
---|---|
static Logging |
MinPtsCorePredicate.LOG
Class logger.
|
private static Logging |
LSDBC.LOG
Class logger.
|
private static Logging |
ERiCNeighborPredicate.LOG
The logger for this class.
|
private static Logging |
COPACNeighborPredicate.LOG
The logger for this class.
|
private static Logging |
PreDeConNeighborPredicate.LOG
The logger for this class.
|
private static Logging |
GeneralizedDBSCAN.LOG
Get a logger for this algorithm
|
private static Logging |
FourCNeighborPredicate.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
LSDBC.getLogger() |
(package private) Logging |
PreDeConNeighborPredicate.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 static Logging |
ParallelGeneralizedDBSCAN.LOG
Get a logger for this algorithm
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ParallelGeneralizedDBSCAN.getLogger() |
Modifier and Type | Field and Description |
---|---|
private Logging |
AbstractHDBSCAN.HeapMSTCollector.log
Logger, for progress logging.
|
private static Logging |
HDBSCANLinearMemory.LOG
Class logger.
|
private static Logging |
NNChain.LOG
Class logger.
|
private static Logging |
AGNES.LOG
Class logger
|
private static Logging |
CLINK.LOG
The logger for this class.
|
private static Logging |
MiniMax.LOG
Class Logger.
|
private static Logging |
SLINK.LOG
The logger for this class.
|
private static Logging |
MiniMaxAnderberg.LOG
Class logger
|
private static Logging |
MiniMaxNNChain.LOG
Class logger.
|
private static Logging |
PointerHierarchyRepresentationBuilder.LOG
Class logger.
|
private static Logging |
AnderbergHierarchicalClustering.LOG
Class logger
|
private static Logging |
SLINKHDBSCANLinearMemory.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
HDBSCANLinearMemory.getLogger() |
protected Logging |
NNChain.getLogger() |
protected Logging |
AGNES.getLogger() |
protected Logging |
CLINK.getLogger() |
protected Logging |
MiniMax.getLogger() |
protected Logging |
SLINK.getLogger() |
protected Logging |
MiniMaxAnderberg.getLogger() |
protected Logging |
MiniMaxNNChain.getLogger() |
protected Logging |
AnderbergHierarchicalClustering.getLogger() |
protected Logging |
SLINKHDBSCANLinearMemory.getLogger() |
Constructor and Description |
---|
HeapMSTCollector(DoubleLongHeap heap,
FiniteProgress prog,
Logging log)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
BIRCHLeafClustering.LOG
Class logger.
|
static Logging |
CFTree.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
BIRCHLeafClustering.getLogger() |
Modifier and Type | Field and Description |
---|---|
(package private) static Logging |
CutDendrogramByNumberOfClusters.LOG
Class logger.
|
private static Logging |
CutDendrogramByHeight.LOG
Class logger.
|
private static Logging |
SimplifiedHierarchyExtraction.LOG
Class logger.
|
private static Logging |
HDBSCANHierarchyExtraction.LOG
Class logger.
|
private static Logging |
ClustersWithNoiseExtraction.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
CutDendrogramByNumberOfClusters.getLogger() |
protected Logging |
CutDendrogramByHeight.getLogger() |
protected abstract Logging |
AbstractCutDendrogram.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
BestOfMultipleKMeans.LOG
The logger for this class.
|
private static Logging |
FastCLARA.LOG
Class logger.
|
private static Logging |
SingleAssignmentKMeans.LOG
The logger for this class.
|
private static Logging |
KMeansSort.LOG
The logger for this class.
|
private static Logging |
KMeansAnnulus.LOG
The logger for this class.
|
private static Logging |
KMeansExponion.LOG
The logger for this class.
|
private static Logging |
KMeansLloyd.LOG
The logger for this class.
|
private static Logging |
KMediansLloyd.LOG
The logger for this class.
|
private static Logging |
KMeansElkan.LOG
The logger for this class.
|
private static Logging |
KMedoidsFastPAM.LOG
The logger for this class.
|
private static Logging |
KMedoidsFastPAM1.LOG
The logger for this class.
|
private static Logging |
KMeansHamerly.LOG
The logger for this class.
|
private static Logging |
KMeansBisecting.LOG
The logger for this class.
|
private static Logging |
KMeansMacQueen.LOG
The logger for this class.
|
private static Logging |
KMeansMinusMinus.LOG
The logger for this class.
|
private static Logging |
KMedoidsPAM.LOG
The logger for this class.
|
private static Logging |
KMedoidsPAMReynolds.LOG
The logger for this class.
|
private static Logging |
KMedoidsPark.LOG
The logger for this class.
|
private static Logging |
KMeansSimplifiedElkan.LOG
The logger for this class.
|
private static Logging |
CLARA.LOG
Class logger.
|
private static Logging |
KMeansCompare.LOG
The logger for this class.
|
private static Logging |
CLARANS.LOG
Class logger.
|
private static Logging |
XMeans.LOG
The logger for this class.
|
private static Logging |
FastCLARANS.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
BestOfMultipleKMeans.getLogger() |
(package private) abstract Logging |
AbstractKMeans.Instance.getLogger()
Get the class logger.
|
protected Logging |
SingleAssignmentKMeans.getLogger() |
protected Logging |
SingleAssignmentKMeans.Instance.getLogger() |
protected Logging |
KMeansSort.getLogger() |
protected Logging |
KMeansSort.Instance.getLogger() |
protected Logging |
KMeansAnnulus.getLogger() |
protected Logging |
KMeansAnnulus.Instance.getLogger() |
protected Logging |
KMeansExponion.getLogger() |
protected Logging |
KMeansExponion.Instance.getLogger() |
protected Logging |
KMeansLloyd.getLogger() |
protected Logging |
KMeansLloyd.Instance.getLogger() |
protected Logging |
KMediansLloyd.getLogger() |
protected Logging |
KMediansLloyd.Instance.getLogger() |
protected Logging |
KMeansElkan.getLogger() |
protected Logging |
KMeansElkan.Instance.getLogger() |
protected Logging |
KMedoidsFastPAM.getLogger() |
protected Logging |
KMedoidsFastPAM1.getLogger() |
protected Logging |
KMeansHamerly.getLogger() |
protected Logging |
KMeansHamerly.Instance.getLogger() |
protected Logging |
KMeansBisecting.getLogger() |
protected Logging |
KMeansMacQueen.getLogger() |
protected Logging |
KMeansMacQueen.Instance.getLogger() |
protected Logging |
KMeansMinusMinus.getLogger() |
protected Logging |
KMeansMinusMinus.Instance.getLogger() |
protected Logging |
KMedoidsPAM.getLogger() |
protected Logging |
KMedoidsPAMReynolds.getLogger() |
protected Logging |
KMedoidsPark.getLogger() |
protected Logging |
KMeansSimplifiedElkan.getLogger() |
protected Logging |
KMeansSimplifiedElkan.Instance.getLogger() |
protected Logging |
KMeansCompare.getLogger() |
protected Logging |
KMeansCompare.Instance.getLogger() |
protected Logging |
CLARANS.getLogger() |
protected Logging |
XMeans.getLogger() |
protected Logging |
FastCLARANS.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
PAMInitialMeans.LOG
Class logger.
|
private static Logging |
ParkInitialMeans.LOG
Class logger.
|
private static Logging |
LABInitialMeans.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() |
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 |
DeLiClu.LOG
The logger for this class.
|
private static Logging |
OPTICSList.LOG
The logger for this class.
|
private static Logging |
OPTICSXi.LOG
The logger for this class.
|
private static Logging |
OPTICSHeap.LOG
The logger for this class.
|
private static Logging |
FastOPTICS.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
DeLiClu.getLogger() |
protected Logging |
OPTICSList.getLogger() |
protected abstract Logging |
GeneralizedOPTICS.Instance.getLogger()
Get the class logger.
|
protected Logging |
OPTICSXi.getLogger() |
protected Logging |
OPTICSHeap.getLogger() |
protected Logging |
FastOPTICS.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
DiSH.LOG
The logger for this class.
|
private static Logging |
DOC.LOG
The logger for this class.
|
private static Logging |
FastDOC.LOG
The logger for this class.
|
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 |
HiSC.LOG
The logger for this class.
|
private static Logging |
CLIQUE.LOG
The logger for this class.
|
private static Logging |
P3C.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
DiSH.getLogger() |
protected Logging |
DiSH.Instance.getLogger() |
protected Logging |
DOC.getLogger() |
protected Logging |
FastDOC.getLogger() |
protected Logging |
SUBCLU.getLogger() |
protected Logging |
PreDeCon.getLogger() |
protected Logging |
PROCLUS.getLogger() |
protected Logging |
HiSC.getLogger() |
protected Logging |
HiSC.Instance.getLogger() |
protected Logging |
CLIQUE.getLogger() |
protected Logging |
P3C.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ByLabelHierarchicalClustering.LOG
The logger for this class.
|
private static Logging |
TrivialAllNoise.LOG
The logger for this class.
|
private static Logging |
ByLabelClustering.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.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ByLabelHierarchicalClustering.getLogger() |
protected Logging |
TrivialAllNoise.getLogger() |
protected Logging |
ByLabelClustering.getLogger() |
protected Logging |
TrivialAllInOne.getLogger() |
protected Logging |
ByModelClustering.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
RepresentativeUncertainClustering.LOG
Initialize a Logger.
|
private static Logging |
CKMeans.LOG
CLass logger.
|
private static Logging |
CenterOfMassMetaClustering.LOG
Initialize a Logger.
|
protected static Logging |
UKMeans.LOG
CLass logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RepresentativeUncertainClustering.getLogger() |
protected Logging |
CKMeans.getLogger() |
protected Logging |
CenterOfMassMetaClustering.getLogger() |
protected Logging |
UKMeans.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
APRIORI.LOG
The logger for this class.
|
private static Logging |
Eclat.LOG
Class logger.
|
private static Logging |
FPGrowth.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
APRIORI.getLogger() |
protected Logging |
Eclat.getLogger() |
protected Logging |
FPGrowth.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
AssociationRuleGeneration.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
AssociationRuleGeneration.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 |
COP.LOG
The logger for this class.
|
private static Logging |
GaussianUniformMixture.LOG
The logger for this class.
|
private static Logging |
DWOF.LOG
The logger for this class.
|
private static Logging |
GaussianModel.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SimpleCOP.getLogger() |
protected Logging |
OPTICSOF.getLogger() |
protected Logging |
COP.getLogger() |
protected Logging |
GaussianUniformMixture.getLogger() |
protected Logging |
DWOF.getLogger() |
protected Logging |
GaussianModel.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 |
CBLOF.LOG
The logger for this class.
|
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 |
CBLOF.getLogger() |
protected Logging |
KMeansOutlierDetection.getLogger() |
protected Logging |
EMOutlier.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
HilOut.LOG
The logger for this class.
|
private static Logging |
KNNWeightOutlier.LOG
The logger for this class.
|
private static Logging |
ReferenceBasedOutlierDetection.LOG
The logger for this class.
|
private static Logging |
ODIN.LOG
Class logger.
|
private static Logging |
KNNDD.LOG
The logger for this class.
|
private static Logging |
DBOutlierDetection.LOG
The logger for this class.
|
private static Logging |
LocalIsolationCoefficient.LOG
The logger for this class.
|
private static Logging |
SOS.LOG
Class logger.
|
private static Logging |
DBOutlierScore.LOG
The logger for this class.
|
private static Logging |
KNNOutlier.LOG
The logger for this class.
|
private static Logging |
KNNSOS.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
HilOut.getLogger() |
protected Logging |
KNNWeightOutlier.getLogger() |
protected Logging |
ReferenceBasedOutlierDetection.getLogger() |
protected Logging |
ODIN.getLogger() |
protected Logging |
KNNDD.getLogger() |
protected Logging |
DBOutlierDetection.getLogger() |
protected Logging |
LocalIsolationCoefficient.getLogger() |
protected Logging |
SOS.getLogger() |
protected Logging |
DBOutlierScore.getLogger() |
protected Logging |
KNNOutlier.getLogger() |
protected Logging |
KNNSOS.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.
|
private static Logging |
ISOS.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
IntrinsicDimensionalityOutlier.getLogger() |
protected Logging |
IDOS.getLogger() |
protected Logging |
ISOS.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ALOCI.LOG
The logger for this class.
|
private static Logging |
LDF.LOG
The logger for this class.
|
private static Logging |
SimpleKernelDensityLOF.LOG
The logger for this class.
|
private static Logging |
INFLO.LOG
The logger for this class.
|
private static Logging |
OnlineLOF.LOG
The logger for this class.
|
private static Logging |
SimplifiedLOF.LOG
The logger for this class.
|
private static Logging |
LOF.LOG
The logger for this class.
|
private static Logging |
KDEOS.LOG
Class logger.
|
private static Logging |
COF.LOG
The logger for this class.
|
private static Logging |
LDOF.LOG
The logger for this class.
|
private static Logging |
FlexibleLOF.LOG
The logger for this class.
|
private static Logging |
VarianceOfVolume.LOG
The logger for this class.
|
private static Logging |
LoOP.LOG
The logger for this class.
|
private static Logging |
LOCI.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ALOCI.getLogger() |
protected Logging |
LDF.getLogger() |
protected Logging |
SimpleKernelDensityLOF.getLogger() |
protected Logging |
INFLO.getLogger() |
protected Logging |
OnlineLOF.getLogger() |
protected Logging |
SimplifiedLOF.getLogger() |
protected Logging |
LOF.getLogger() |
protected Logging |
KDEOS.getLogger() |
protected Logging |
COF.getLogger() |
protected Logging |
LDOF.getLogger() |
protected Logging |
FlexibleLOF.getLogger() |
protected Logging |
VarianceOfVolume.getLogger() |
protected Logging |
LoOP.getLogger() |
protected Logging |
LOCI.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 |
HiCS.LOG
The Logger for this class.
|
private static Logging |
ExternalDoubleOutlierScore.LOG
The logger for this class.
|
private static Logging |
RescaleMetaOutlierAlgorithm.LOG
The logger for this class.
|
private static Logging |
FeatureBagging.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SimpleOutlierEnsemble.getLogger() |
protected Logging |
HiCS.getLogger() |
protected Logging |
ExternalDoubleOutlierScore.getLogger() |
protected Logging |
RescaleMetaOutlierAlgorithm.getLogger() |
protected Logging |
FeatureBagging.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
CTLuScatterplotOutlier.LOG
The logger for this class.
|
private static Logging |
TrimmedMeanApproach.LOG
The logger for this class.
|
private static Logging |
CTLuMedianMultipleAttributes.LOG
logger
|
private static Logging |
CTLuGLSBackwardSearchAlgorithm.LOG
The logger for this class.
|
private static Logging |
SOF.LOG
The logger for this class.
|
private static Logging |
CTLuMoranScatterplotOutlier.LOG
The logger for this class.
|
private static Logging |
CTLuMeanMultipleAttributes.LOG
Logger
|
private static Logging |
CTLuMedianAlgorithm.LOG
The logger for this class.
|
private static Logging |
CTLuRandomWalkEC.LOG
Logger.
|
private static Logging |
CTLuZTestOutlier.LOG
The logger for this class.
|
private static Logging |
SLOM.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
CTLuScatterplotOutlier.getLogger() |
protected Logging |
TrimmedMeanApproach.getLogger() |
protected Logging |
CTLuMedianMultipleAttributes.getLogger() |
protected Logging |
CTLuGLSBackwardSearchAlgorithm.getLogger() |
protected Logging |
SOF.getLogger() |
protected Logging |
CTLuMoranScatterplotOutlier.getLogger() |
protected Logging |
CTLuMeanMultipleAttributes.getLogger() |
protected Logging |
CTLuMedianAlgorithm.getLogger() |
protected Logging |
CTLuRandomWalkEC.getLogger() |
protected Logging |
CTLuZTestOutlier.getLogger() |
protected Logging |
SLOM.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
PrecomputedKNearestNeighborNeighborhood.LOG
Logger
|
private static Logging |
ExtendedNeighborhood.LOG
The logger to use.
|
private static Logging |
ExternalNeighborhood.LOG
Logger
|
Modifier and Type | Method and Description |
---|---|
protected abstract Logging |
AbstractPrecomputedNeighborhood.getLogger()
The logger to use for error reporting.
|
protected Logging |
PrecomputedKNearestNeighborNeighborhood.getLogger() |
protected Logging |
ExtendedNeighborhood.getLogger() |
protected Logging |
ExternalNeighborhood.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
OutRankS1.LOG
The logger for this class.
|
private static Logging |
SOD.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.
|
private static Logging |
OUTRES.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
OutRankS1.getLogger() |
protected Logging |
SOD.getLogger() |
protected Logging |
AggarwalYuNaive.getLogger() |
protected Logging |
AggarwalYuEvolutionary.getLogger() |
protected Logging |
OUTRES.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 |
TrivialGeneratedOutlier.LOG
Class logger
|
private static Logging |
ByLabelOutlier.LOG
Our logger.
|
private static Logging |
TrivialAllOutlier.LOG
Our logger.
|
private static Logging |
TrivialNoOutlier.LOG
Our logger.
|
private static Logging |
TrivialAverageCoordinateOutlier.logger
Our logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
TrivialGeneratedOutlier.getLogger() |
protected Logging |
ByLabelOutlier.getLogger() |
protected Logging |
TrivialAllOutlier.getLogger() |
protected Logging |
TrivialNoOutlier.getLogger() |
protected Logging |
TrivialAverageCoordinateOutlier.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
BarnesHutTSNE.LOG
Class logger.
|
private static Logging |
GaussianAffinityMatrixBuilder.LOG
Class logger.
|
private static Logging |
NearestNeighborAffinityMatrixBuilder.LOG
Class logger.
|
private static Logging |
PerplexityAffinityMatrixBuilder.LOG
Class logger.
|
private static Logging |
IntrinsicNearestNeighborAffinityMatrixBuilder.LOG
Class logger.
|
private static Logging |
TSNE.LOG
Class logger.
|
private static Logging |
SNE.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
BarnesHutTSNE.getLogger() |
protected Logging |
TSNE.getLogger() |
protected Logging |
SNE.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
DistanceStatisticsWithClasses.LOG
The logger for this class.
|
private static Logging |
EvaluateRankingQuality.LOG
The logger for this class.
|
private static Logging |
RankingQualityHistogram.LOG
The logger for this class.
|
private static Logging |
EstimateIntrinsicDimensionality.LOG
Class logger.
|
private static Logging |
AveragePrecisionAtK.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 |
DistanceQuantileSampler.LOG
Class logger.
|
private static Logging |
RangeQuerySelectivity.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
DistanceStatisticsWithClasses.getLogger() |
protected Logging |
EvaluateRankingQuality.getLogger() |
protected Logging |
RankingQualityHistogram.getLogger() |
protected Logging |
EstimateIntrinsicDimensionality.getLogger() |
protected Logging |
AveragePrecisionAtK.getLogger() |
protected Logging |
HopkinsStatisticClusteringTendency.getLogger() |
protected Logging |
EvaluateRetrievalPerformance.getLogger() |
protected Logging |
DistanceQuantileSampler.getLogger() |
protected Logging |
RangeQuerySelectivity.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SigniTrendChangeDetection.LOG
Class logger
|
private static Logging |
OfflineChangePointDetectionAlgorithm.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SigniTrendChangeDetection.getLogger() |
protected Logging |
OfflineChangePointDetectionAlgorithm.getLogger() |
Modifier and Type | Field and Description |
---|---|
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.
|
private static Logging |
GeneratorXMLSpec.LOG
The logger for this class.
|
private static Logging |
ConvertToBundleApplication.LOG
Logging class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CacheDoubleDistanceInOnDiskMatrix.LOG
The logger for this class.
|
private static Logging |
CacheDoubleDistanceRangeQueries.LOG
The logger for this class.
|
private static Logging |
CacheFloatDistanceInOnDiskMatrix.LOG
The logger for this class.
|
private static Logging |
CacheDoubleDistanceKNNLists.LOG
The logger for this class.
|
private static Logging |
PrecomputeDistancesAsciiApplication.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 |
ComputeKNNOutlierScores.LOG
Our logger class.
|
private static Logging |
GreedyEnsembleExperiment.LOG
Get static logger.
|
private static Logging |
EvaluatePrecomputedOutlierScores.LOG
Get static logger.
|
private static Logging |
VisualizePairwiseGainMatrix.LOG
Get static logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
CheckELKIServices.LOG
The logger for this class.
|
private static Logging |
CheckParameterizables.LOG
The logger for this class.
|
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 |
HashmapDatabase.LOG
Our logger
|
private static Logging |
ProxyDatabase.LOG
Logger class.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Logging |
AbstractDatabase.getLogger()
Get the class logger.
|
protected Logging |
StaticArrayDatabase.getLogger() |
protected Logging |
HashmapDatabase.getLogger() |
protected Logging |
ProxyDatabase.getLogger() |
Modifier and Type | Method and Description |
---|---|
static <O> DistanceQuery<O> |
DatabaseUtil.precomputedDistanceQuery(Database database,
Relation<O> relation,
DistanceFunction<? super O> distf,
Logging log)
Get (or create) a precomputed distance query for the database.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ReusingDBIDFactory.LOG
Logging for error messages.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PreprocessorKNNQuery.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
PreprocessorKNNQuery.getLogger()
Get the class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MaterializedRelation.LOG
Class logger.
|
private static Logging |
DBIDView.LOG
Class logger
|
private static Logging |
ProjectedView.LOG
Class logger
|
private static Logging |
ProxyView.LOG
Class logger
|
private static Logging |
ConvertToStringView.LOG
Class logger
|
private static Logging |
MaterializedDoubleRelation.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
MaterializedRelation.getLogger() |
protected Logging |
DBIDView.getLogger() |
protected abstract Logging |
AbstractRelation.getLogger()
Get the class logger.
|
protected Logging |
ProjectedView.getLogger() |
protected Logging |
ProxyView.getLogger() |
protected Logging |
ConvertToStringView.getLogger() |
protected Logging |
MaterializedDoubleRelation.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
GeneratorXMLDatabaseConnection.LOG
Logger
|
private static Logging |
ArrayAdapterDatabaseConnection.LOG
Class logger.
|
private static Logging |
RandomDoubleVectorDatabaseConnection.LOG
Class logger.
|
private static Logging |
EmptyDatabaseConnection.LOG
Static logger
|
private static Logging |
ExternalIDJoinDatabaseConnection.LOG
Logger
|
private static Logging |
LabelJoinDatabaseConnection.LOG
Logger
|
private static Logging |
BundleDatabaseConnection.LOG
Class logger.
|
private static Logging |
ConcatenateFilesDatabaseConnection.LOG
Class logger.
|
private static Logging |
PresortedBlindJoinDatabaseConnection.LOG
Logger
|
private static Logging |
InputStreamDatabaseConnection.LOG
The logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
GeneratorXMLDatabaseConnection.getLogger() |
protected abstract Logging |
AbstractDatabaseConnection.getLogger()
Get the logger for this database connection.
|
protected Logging |
ArrayAdapterDatabaseConnection.getLogger() |
protected Logging |
RandomDoubleVectorDatabaseConnection.getLogger() |
protected Logging |
EmptyDatabaseConnection.getLogger() |
protected Logging |
ExternalIDJoinDatabaseConnection.getLogger() |
protected Logging |
LabelJoinDatabaseConnection.getLogger() |
protected Logging |
BundleDatabaseConnection.getLogger() |
protected Logging |
ConcatenateFilesDatabaseConnection.getLogger() |
protected Logging |
PresortedBlindJoinDatabaseConnection.getLogger() |
protected Logging |
InputStreamDatabaseConnection.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
BundleWriter.LOG
Class logger for the bundle writer.
|
private static Logging |
MultipleObjectsBundle.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Logging |
AbstractConversionFilter.getLogger()
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
DropNaNFilter.LOG
Class logger
|
private static Logging |
NoMissingValuesFilter.LOG
Class logger
|
private static Logging |
VectorDimensionalityFilter.LOG
Class logger.
|
private static Logging |
ReplaceNaNWithRandomFilter.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AttributeWiseMADNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseVarianceNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseMinMaxNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseBetaNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseCDFNormalization.LOG
Class logger.
|
private static Logging |
InverseDocumentFrequencyNormalization.LOG
Class logger.
|
private static Logging |
AttributeWiseMeanNormalization.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
AttributeWiseVarianceNormalization.getLogger() |
protected Logging |
AttributeWiseMinMaxNormalization.getLogger() |
protected Logging |
InverseDocumentFrequencyNormalization.getLogger() |
protected Logging |
AttributeWiseMeanNormalization.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SortByLabelFilter.LOG
Class logger
|
private static Logging |
ByLabelFilter.LOG
Class logger
|
private static Logging |
ShuffleObjectsFilter.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PerturbationFilter.LOG
Class logger
|
private static Logging |
GlobalPrincipalComponentAnalysisTransform.LOG
Class logger.
|
private static Logging |
FastMultidimensionalScalingTransform.LOG
Class logger.
|
private static Logging |
ClassicMultidimensionalScalingTransform.LOG
Class logger.
|
private static Logging |
LinearDiscriminantAnalysisFilter.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Logging |
AbstractSupervisedProjectionVectorFilter.getLogger()
Class logger.
|
protected Logging |
PerturbationFilter.getLogger() |
protected Logging |
GlobalPrincipalComponentAnalysisTransform.getLogger() |
protected Logging |
LinearDiscriminantAnalysisFilter.getLogger()
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SparseVectorFieldFilter.LOG
Class logger.
|
private static Logging |
MultivariateTimeSeriesFilter.LOG
Class logger.
|
private static Logging |
UncertainSplitFilter.LOG
Class logger.
|
private static Logging |
UncertainifyFilter.LOG
Class logger.
|
private static Logging |
WeightedUncertainSplitFilter.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SparseVectorFieldFilter.getLogger() |
protected Logging |
UncertainSplitFilter.getLogger() |
protected Logging |
WeightedUncertainSplitFilter.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ClusteringVectorParser.LOG
Class logger.
|
private static Logging |
NumberVectorLabelParser.LOG
Logging class.
|
private static Logging |
SimpleTransactionParser.LOG
Class logger.
|
private static Logging |
ArffParser.LOG
Logger.
|
private static Logging |
SimplePolygonParser.LOG
Class logger
|
private static Logging |
CategorialDataAsNumberVectorParser.LOG
Logging class.
|
private static Logging |
BitVectorLabelParser.LOG
Class logger
|
private static Logging |
SparseNumberVectorLabelParser.LOG
Class logger.
|
private static Logging |
LibSVMFormatParser.LOG
Class logger.
|
private static Logging |
TermFrequencyParser.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ClusteringVectorParser.getLogger() |
protected Logging |
NumberVectorLabelParser.getLogger() |
protected Logging |
SimpleTransactionParser.getLogger() |
protected Logging |
SimplePolygonParser.getLogger() |
protected Logging |
CategorialDataAsNumberVectorParser.getLogger() |
protected Logging |
BitVectorLabelParser.getLogger() |
protected abstract Logging |
AbstractStreamingParser.getLogger()
Get the logger for this class.
|
protected Logging |
SparseNumberVectorLabelParser.getLogger() |
protected Logging |
LibSVMFormatParser.getLogger() |
protected Logging |
TermFrequencyParser.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
FileBasedSparseFloatDistanceFunction.LOG
Class logger.
|
private static Logging |
AsciiDistanceParser.LOG
The logger for this class.
|
private static Logging |
DiskCacheBasedFloatDistanceFunction.LOG
Class logger.
|
private static Logging |
DiskCacheBasedDoubleDistanceFunction.LOG
Class logger.
|
private static Logging |
FileBasedSparseDoubleDistanceFunction.LOG
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AutomaticEvaluation.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
EvaluateClustering.LOG
Logger for debug output.
|
private static Logging |
LogClusterSizes.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
EvaluateSquaredErrors.LOG
Logger for debug output.
|
private static Logging |
EvaluateConcordantPairs.LOG
Logger for debug output.
|
private static Logging |
EvaluateCIndex.LOG
Logger for debug output.
|
private static Logging |
EvaluateVarianceRatioCriteria.LOG
Logger for debug output.
|
private static Logging |
EvaluateSimplifiedSilhouette.LOG
Logger for debug output.
|
private static Logging |
EvaluatePBMIndex.LOG
Logger for debug output.
|
private static Logging |
EvaluateSilhouette.LOG
Logger for debug output.
|
private static Logging |
EvaluateDaviesBouldin.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 |
OutlierPrecisionAtKCurve.LOG
The logger.
|
private static Logging |
OutlierROCCurve.LOG
The logger.
|
private static Logging |
OutlierSmROCCurve.LOG
The logger.
|
private static Logging |
OutlierPrecisionRecallCurve.LOG
The logger.
|
private static Logging |
JudgeOutlierScores.LOG
Logger for debug output.
|
private static Logging |
OutlierRankingEvaluation.LOG
The logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ComputeSimilarityMatrixImage.LOG
The logger.
|
Modifier and Type | Method and Description |
---|---|
static void |
GUIUtil.logUncaughtExceptions(Logging logger)
Setup logging of uncaught exceptions.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MiniGUI.LOG
ELKI logger for the GUI.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
MultiStepGUI.LOG
ELKI logger for the GUI
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SavedSettingsTabPanel.LOG
Logger
|
private static Logging |
ParameterTabPanel.LOG
ELKI logger for the GUI
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
ParametersModel.LOG
Logger
|
Modifier and Type | Method and Description |
---|---|
abstract Logging |
AbstractRefiningIndex.getLogger()
Get the class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PrecomputedSimilarityMatrix.LOG
Class logger.
|
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 |
KNNJoinMaterializeKNNPreprocessor.LOG
Logging class.
|
private static Logging |
MetricalIndexApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
NNDescent.LOG
Logger
|
private static Logging |
NaiveProjectedKNNPreprocessor.LOG
Class logger.
|
private static Logging |
PartitionApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
MaterializeKNNPreprocessor.LOG
Logger to use.
|
private static Logging |
RandomSampleKNNPreprocessor.LOG
Logger
|
private static Logging |
SpacefillingMaterializeKNNPreprocessor.LOG
Class logger
|
private static Logging |
MaterializeKNNAndRKNNPreprocessor.LOG
Logger to use.
|
private static Logging |
SpacefillingKNNPreprocessor.LOG
Class logger
|
private static Logging |
SpatialApproximationMaterializeKNNPreprocessor.LOG
Logger to use
|
private static Logging |
CachedDoubleDistanceKNNPreprocessor.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
KNNJoinMaterializeKNNPreprocessor.getLogger() |
protected Logging |
MetricalIndexApproximationMaterializeKNNPreprocessor.getLogger() |
protected Logging |
NNDescent.getLogger() |
protected Logging |
PartitionApproximationMaterializeKNNPreprocessor.getLogger() |
protected Logging |
MaterializeKNNPreprocessor.getLogger() |
protected Logging |
RandomSampleKNNPreprocessor.getLogger() |
protected Logging |
SpacefillingMaterializeKNNPreprocessor.getLogger() |
protected Logging |
MaterializeKNNAndRKNNPreprocessor.getLogger() |
protected Logging |
SpatialApproximationMaterializeKNNPreprocessor.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 |
DiSHPreferenceVectorIndex.LOG
Logger to use.
|
private static Logging |
HiSCPreferenceVectorIndex.LOG
Logger to use.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
DiSHPreferenceVectorIndex.getLogger() |
protected Logging |
HiSCPreferenceVectorIndex.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
SharedNearestNeighborPreprocessor.LOG
Get a logger for this class.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SharedNearestNeighborPreprocessor.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
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 |
---|---|
(package private) static Logging |
CoverTree.LOG
Class logger.
|
private static Logging |
SimplifiedCoverTree.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
CoverTree.getLogger() |
protected Logging |
SimplifiedCoverTree.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 |
MinimalisticMemoryKDTree.LOG
Class logger
|
private static Logging |
SmallMemoryKDTree.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 |
RStarTree.LOG
The logger for this class.
|
private static Logging |
RStarTreeIndex.LOG
The appropriate logger for this index.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
RStarTree.getLogger() |
protected Logging |
RStarTreeIndex.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
MaxExtensionBulkSplit.LOG
Logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
AngTanLinearSplit.LOG
Logger class
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
PartialVAFile.LOG
Class logger.
|
private static Logging |
VAFile.LOG
Logging class.
|
Modifier and Type | Method and Description |
---|---|
Logging |
PartialVAFile.getLogger() |
Logging |
VAFile.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.String,Logging> |
Logging.loggers
HashMap to keep track of loggers.
|
Modifier and Type | Method and Description |
---|---|
static Logging |
Logging.getLogger(java.lang.Class<?> c)
Retrieve logging utility for a particular class.
|
static Logging |
Logging.getLogger(java.lang.String name)
Retrieve logging utility for a particular class.
|
Modifier and Type | Method and Description |
---|---|
void |
StepProgress.beginStep(int step,
java.lang.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(java.lang.String task,
int total,
Logging logger)
Constructor with auto-reporting to logging.
|
IndefiniteProgress(java.lang.String task,
Logging logger)
Constructor with logging.
|
MutableProgress(java.lang.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 |
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 |
OnDiskArrayPageFile.LOG
Class logger.
|
private static Logging |
LRUCache.LOG
Our class logger.
|
private static Logging |
PersistentPageFile.LOG
Our logger
|
private static Logging |
MemoryPageFile.LOG
Class logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
OnDiskArrayPageFile.getLogger() |
protected Logging |
LRUCache.getLogger() |
protected Logging |
PersistentPageFile.getLogger() |
protected abstract Logging |
AbstractPageFile.getLogger()
Get the class logger.
|
protected Logging |
MemoryPageFile.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
LogResultStructureResultHandler.LOG
Class logger
|
private static Logging |
ResultWriter.LOG
The logger for this class.
|
private static Logging |
KMLOutputHandler.LOG
Logger class to use.
|
private static Logging |
AutomaticVisualization.LOG
Get a logger for this class.
|
private static Logging |
ExportVisualizations.LOG
Get a logger for this class.
|
private static Logging |
ClusteringVectorDumper.LOG
Class logger.
|
private static Logging |
ResultHierarchy.LOG
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 |
ClassGenericsUtil.LOG
Static logger to use.
|
private static Logging |
ELKIBuilder.LOG
Class logger.
|
private static Logging |
ELKIServiceRegistry.LOG
Class logger.
|
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 |
SigmoidOutlierScaling.LOG
The logger for this class.
|
private static Logging |
MixtureModelOutlierScaling.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.
|
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
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
DetailView.LOG
Class logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OverviewPlot.LOG
Our logging class
|
private static Logging |
RectangleArranger.LOG
Logging class
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
OPTICSPlot.LOG
Logger
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
Parallel3DRenderer.LOG
Logging class.
|
private static Logging |
OpenGL3DParallelCoordinates.LOG
Logging class.
|
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 |
OPTICSClusterVisualization.LOG
The logger for this class.
|
private static Logging |
OPTICSPlotSelectionVisualization.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 |
EMClusterVisualization.LOG
Class logger.
|
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
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
SameSizeKMeansAlgorithm.LOG
Class logger
|
private static Logging |
NaiveAgglomerativeHierarchicalClustering1.LOG
Class logger
|
private static Logging |
NaiveAgglomerativeHierarchicalClustering4.LOG
Class logger
|
private static Logging |
NaiveAgglomerativeHierarchicalClustering2.LOG
Class logger
|
private static Logging |
NaiveAgglomerativeHierarchicalClustering3.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
SameSizeKMeansAlgorithm.getLogger() |
protected Logging |
NaiveAgglomerativeHierarchicalClustering1.getLogger() |
protected Logging |
NaiveAgglomerativeHierarchicalClustering4.getLogger() |
protected Logging |
NaiveAgglomerativeHierarchicalClustering2.getLogger() |
protected Logging |
NaiveAgglomerativeHierarchicalClustering3.getLogger() |
Modifier and Type | Field and Description |
---|---|
private static Logging |
ODIN.LOG
Class logger.
|
private static Logging |
DistanceStddevOutlier.LOG
Class logger
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
ODIN.getLogger() |
protected Logging |
DistanceStddevOutlier.getLogger() |
Copyright © 2019 ELKI Development Team. License information.