Uses of Class
elki.logging.Logging
-
Packages that use Logging Package Description elki.algorithm Miscellaneous algorithms.elki.algorithm.statistics Statistical analysis algorithms.elki.application Base classes for standalone applications.elki.application.benchmark Benchmarking pseudo algorithms.elki.application.cache Utility applications for the persistence layer such as distance cache builders.elki.application.experiments Packaged experiments to make them easy to reproduce.elki.application.greedyensemble Greedy ensembles for outlier detection.elki.application.internal Internal utilities for development.elki.application.statistics Applications to compute some basic data set statistics.elki.clustering Clustering algorithms.elki.clustering.affinitypropagation Affinity Propagation (AP) clustering.elki.clustering.biclustering Biclustering algorithms.elki.clustering.correlation Correlation clustering algorithms.elki.clustering.correlation.cash Helper classes for theCASHalgorithm.elki.clustering.dbscan DBSCAN and its generalizations.elki.clustering.dbscan.parallel Parallel versions of Generalized DBSCAN.elki.clustering.dbscan.predicates Neighbor and core predicated for Generalized DBSCAN.elki.clustering.em Expectation-Maximization clustering algorithm for Gaussian Mixture Modeling (GMM).elki.clustering.em.models elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC).elki.clustering.hierarchical.birch BIRCH clustering.elki.clustering.hierarchical.extraction Extraction of partitional clusterings from hierarchical results.elki.clustering.kcenter K-center clustering.elki.clustering.kmeans K-means clustering and variations.elki.clustering.kmeans.initialization Initialization strategies for k-means.elki.clustering.kmeans.parallel Parallelized implementations of k-means.elki.clustering.kmeans.spherical Spherical k-means clustering and variations.elki.clustering.kmedoids K-medoids clustering (PAM).elki.clustering.kmedoids.initialization elki.clustering.meta Meta clustering algorithms, that get their result from other clusterings or external sources.elki.clustering.onedimensional Clustering algorithms for one-dimensional data.elki.clustering.optics OPTICS family of clustering algorithms.elki.clustering.silhouette Silhouette clustering algorithms.elki.clustering.subspace Axis-parallel subspace clustering algorithms.elki.clustering.svm elki.clustering.trivial Trivial clustering algorithms: all in one, no clusters, label clusterings.elki.clustering.uncertain Clustering algorithms for uncertain data.elki.data.projection Data projections.elki.data.synthetic.bymodel Generator using a distribution model specified in an XML configuration file.elki.database ELKI database layer - loading, storing, indexing and accessing data.elki.database.query Database queries - computing distances, neighbors, similarities - API and general documentation.elki.database.query.knn Prepared queries for k nearest neighbor (kNN) queries.elki.datasource Data normalization (and reconstitution) of data sets.elki.datasource.bundle Object bundles - exchange container for multi-represented objects.elki.datasource.filter Data filtering, in particular for normalization and projection.elki.datasource.filter.cleaning Filters for data cleaning.elki.datasource.filter.normalization.columnwise Normalizations operating on columns / variates; where each column is treated independently.elki.datasource.filter.selection Filters for selecting and sorting data to process.elki.datasource.filter.transform Data space transformations.elki.datasource.filter.typeconversions Filters to perform data type conversions.elki.datasource.parser Parsers for different file formats and data types.elki.distance.external Distance functions using external data sources.elki.evaluation Functionality for the evaluation of algorithms.elki.evaluation.clustering Evaluation of clustering results.elki.evaluation.clustering.internal Internal evaluation measures for clusterings.elki.evaluation.clustering.pairsegments Pair-segment analysis of multiple clusterings.elki.evaluation.outlier Evaluate an outlier score using a misclassification based cost model.elki.evaluation.similaritymatrix Render a distance matrix to visualize a clustering-distance-combination.elki.gui Graphical User Interfaces for ELKI.elki.gui.minigui A very simple UI to build ELKI command lines.elki.gui.multistep Multi-step GUI for ELKI.elki.gui.multistep.panels Panels for the multi-step GUI.elki.gui.util Utility classes for GUIs (e.g., a class to display a logging panel).elki.index Index structure implementations.elki.index.distancematrix Precomputed distance matrix.elki.index.idistance iDistance is a distance based indexing technique, using a reference points embedding.elki.index.invertedlist Indexes using inverted lists.elki.index.laesa Linear Approximating and Eliminating Search Algorithm (LAESA).elki.index.lsh Locality Sensitive Hashing.elki.index.preprocessed.fastoptics Preprocessed index used by the FastOPTICS algorithm.elki.index.preprocessed.knn Indexes providing KNN and rKNN data.elki.index.preprocessed.snn Indexes providing nearest neighbor sets.elki.index.projected Projected indexes for data.elki.index.tree Tree-based index structures.elki.index.tree.betula BETULA clustering by aggregating the data into cluster features.elki.index.tree.metrical.covertree Cover-tree variations.elki.index.tree.metrical.mtreevariants.mktrees.mkapp elki.index.tree.metrical.mtreevariants.mktrees.mkcop elki.index.tree.metrical.mtreevariants.mktrees.mkmax elki.index.tree.metrical.mtreevariants.mktrees.mktab elki.index.tree.metrical.mtreevariants.mtree elki.index.tree.metrical.vptree elki.index.tree.spatial.kd K-d-tree and variants.elki.index.tree.spatial.rstarvariants.deliclu elki.index.tree.spatial.rstarvariants.flat elki.index.tree.spatial.rstarvariants.rdknn elki.index.tree.spatial.rstarvariants.rstar elki.index.tree.spatial.rstarvariants.strategies.bulk Packages for bulk-loading R*-trees.elki.index.tree.spatial.rstarvariants.strategies.split Splitting strategies for R-trees.elki.index.vafile Vector Approximation File.elki.itemsetmining Algorithms for frequent itemset mining such as APRIORI.elki.itemsetmining.associationrules Association rule mining.elki.logging Logging facility for controlling logging behavior of the complete framework.elki.logging.progress Progress status objects (for UI).elki.math.geometry Algorithms from computational geometry.elki.math.linearalgebra The linear algebra package provides classes and computational methods for operations on matrices and vectors.elki.math.statistics.dependence Statistical measures of dependence, such as correlation.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.elki.outlier Outlier detection algorithms.elki.outlier.anglebased Angle-based outlier detection algorithms.elki.outlier.clustering Clustering based outlier detection.elki.outlier.density Density-based outlier detection algorithms.elki.outlier.distance Distance-based outlier detection algorithms, such as DBOutlier and kNN.elki.outlier.intrinsic Outlier detection algorithms based on intrinsic dimensionality.elki.outlier.lof LOF family of outlier detection algorithms.elki.outlier.meta Meta outlier detection algorithms: external scores, score rescaling.elki.outlier.spatial Spatial outlier detection algorithms.elki.outlier.spatial.neighborhood Spatial outlier neighborhood classes.elki.outlier.subspace Subspace outlier detection methods.elki.outlier.svm Support-Vector-Machines for outlier detection.elki.outlier.trivial Trivial outlier detection algorithms: no outliers, all outliers, label outliers.elki.persistent Persistent data management.elki.projection Data projections (see also preprocessing filters for basic projections).elki.result Result types, representation and handling.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...).elki.svm elki.svm.model elki.svm.solver elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ...elki.utilities.datastructures Basic memory structures such as heaps and object hierarchies.elki.utilities.io Utility classes for input/output.elki.utilities.optionhandling.parameterization Configuration managers.elki.utilities.optionhandling.parameters Classes for various typed parameters.elki.utilities.referencepoints Package containing strategies to obtain reference points.elki.utilities.scaling.outlier Scaling of outlier scores, that require a statistical analysis of the occurring values.elki.visualization Visualization package of ELKI.elki.visualization.batikutil Commonly used functionality useful for Apache Batik.elki.visualization.gui Package to provide a visualization GUI.elki.visualization.gui.detail Classes for managing a detail view.elki.visualization.gui.overview Classes for managing the overview plot.elki.visualization.opticsplot Code for drawing OPTICS plots.elki.visualization.parallel3d 3DPC: 3D parallel coordinate plot visualization for ELKI.elki.visualization.savedialog Save dialog for SVG plots.elki.visualization.silhouette Code for drawing silhouette plots.elki.visualization.style Style management for ELKI visualizations.elki.visualization.visualizers.optics Visualizers that do work on OPTICS plots.elki.visualization.visualizers.pairsegments Visualizers for inspecting cluster differences using pair counting segments.elki.visualization.visualizers.parallel Visualizers based on parallel coordinates.elki.visualization.visualizers.parallel.selection Visualizers for object selection based on parallel projections.elki.visualization.visualizers.scatterplot.cluster Visualizers for clustering results based on 2D projections.elki.visualization.visualizers.scatterplot.selection Visualizers for object selection based on 2D projections.elki.visualization.visualizers.silhouette Visualizers that do work on Silhouette plots.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. -
-
Uses of Logging in elki.algorithm
Fields in elki.algorithm declared as Logging Modifier and Type Field Description private static LoggingDependencyDerivator. LOGThe logger for this class.private static LoggingKNNDistancesSampler. LOGThe logger for this class.private static LoggingKNNJoin. LOGThe logger for this class. -
Uses of Logging in elki.algorithm.statistics
Fields in elki.algorithm.statistics declared as Logging Modifier and Type Field Description private static LoggingAveragePrecisionAtK. LOGThe logger for this class.private static LoggingDistanceQuantileSampler. LOGClass logger.private static LoggingDistanceStatisticsWithClasses. LOGThe logger for this class.private static LoggingEvaluateRankingQuality. LOGThe logger for this class.private static LoggingEvaluateRetrievalPerformance. LOGThe logger for this class.private static LoggingHopkinsStatisticClusteringTendency. LOGThe logger for this class.private static LoggingRankingQualityHistogram. LOGThe logger for this class. -
Uses of Logging in elki.application
Fields in elki.application declared as Logging Modifier and Type Field Description private static LoggingAbstractApplication. LOGWe need a static logger in this class, for code used in "main" methods.private static LoggingClassifierHoldoutEvaluationTask. LOGClass logger.private static LoggingConvertToBundleApplication. LOGLogging class.private static LoggingGeneratorXMLSpec. LOGThe logger for this class. -
Uses of Logging in elki.application.benchmark
Fields in elki.application.benchmark declared as Logging Modifier and Type Field Description private static LoggingKNNBenchmark. LOGThe logger for this class.private static LoggingPrioritySearchBenchmark. LOGThe logger for this class.private static LoggingRangeQueryBenchmark. LOGThe logger for this class.private static LoggingValidateApproximativeKNNIndex. LOGThe logger for this class. -
Uses of Logging in elki.application.cache
Fields in elki.application.cache declared as Logging Modifier and Type Field Description private static LoggingCacheDoubleDistanceInOnDiskMatrix. LOGThe logger for this class.private static LoggingCacheDoubleDistanceKNNLists. LOGThe logger for this class.private static LoggingCacheDoubleDistanceRangeQueries. LOGThe logger for this class.private static LoggingCacheFloatDistanceInOnDiskMatrix. LOGThe logger for this class.private static LoggingPrecomputeDistancesAsciiApplication. LOGThe logger for this class. -
Uses of Logging in elki.application.experiments
Fields in elki.application.experiments declared as Logging Modifier and Type Field Description private static LoggingORLibBenchmark. LOGClass logger.private static LoggingVisualizeGeodesicDistances. LOGGet a logger for this class. -
Uses of Logging in elki.application.greedyensemble
Fields in elki.application.greedyensemble declared as Logging Modifier and Type Field Description private static LoggingComputeKNNOutlierScores. LOGOur logger class.private static LoggingEvaluatePrecomputedOutlierScores. LOGGet static logger.private static LoggingGreedyEnsembleExperiment. LOGGet static logger.private static LoggingVisualizePairwiseGainMatrix. LOGGet static logger. -
Uses of Logging in elki.application.internal
Fields in elki.application.internal declared as Logging Modifier and Type Field Description private static LoggingCheckELKIServices. LOGThe logger for this class.private static LoggingCheckParameterizables. LOGThe logger for this class. -
Uses of Logging in elki.application.statistics
Fields in elki.application.statistics declared as Logging Modifier and Type Field Description private static LoggingEstimateIntrinsicDimensionality. LOGClass logger.private static LoggingRangeQuerySelectivity. LOGThe logger for this class. -
Uses of Logging in elki.clustering
Fields in elki.clustering declared as Logging Modifier and Type Field Description private static LoggingBetulaLeafPreClustering. LOGClass logger.private static LoggingCanopyPreClustering. LOGClass logger.private static LoggingCFSFDP. LOGClass logger.private static LoggingLeader. LOGClass logger.private static LoggingNaiveMeanShiftClustering. LOGClass logger.private static LoggingSNNClustering. LOGThe logger for this class. -
Uses of Logging in elki.clustering.affinitypropagation
Fields in elki.clustering.affinitypropagation declared as Logging Modifier and Type Field Description private static LoggingAffinityPropagation. LOGClass logger -
Uses of Logging in elki.clustering.biclustering
Fields in elki.clustering.biclustering declared as Logging Modifier and Type Field Description private static LoggingChengAndChurch. LOGThe logger for this class. -
Uses of Logging in elki.clustering.correlation
Fields in elki.clustering.correlation declared as Logging Modifier and Type Field Description private static LoggingCASH. LOGThe logger for this class.private static LoggingERiC. LOGThe logger for this class.private static LoggingHiCO. LOGThe logger for this class.private static LoggingLMCLUS. LOGThe logger for this class.private static LoggingORCLUS. LOGThe logger for this class.Methods in elki.clustering.correlation that return Logging Modifier and Type Method Description protected LoggingHiCO.Instance. getLogger() -
Uses of Logging in elki.clustering.correlation.cash
Fields in elki.clustering.correlation.cash declared as Logging Modifier and Type Field Description private static LoggingCASHInterval. LOGClass logger.private static LoggingCASHIntervalSplit. LOGThe logger of the class. -
Uses of Logging in elki.clustering.dbscan
Fields in elki.clustering.dbscan declared as Logging Modifier and Type Field Description private static LoggingDBSCAN. LOGThe logger for this class.private static LoggingGeneralizedDBSCAN. LOGGet a logger for this algorithmprivate static LoggingGriDBSCAN. LOGThe logger for this class.private static LoggingLSDBC. LOGClass logger. -
Uses of Logging in elki.clustering.dbscan.parallel
Fields in elki.clustering.dbscan.parallel declared as Logging Modifier and Type Field Description private static LoggingParallelGeneralizedDBSCAN. LOGGet a logger for this algorithm -
Uses of Logging in elki.clustering.dbscan.predicates
Fields in elki.clustering.dbscan.predicates declared as Logging Modifier and Type Field Description private static LoggingCOPACNeighborPredicate. LOGThe logger for this class.private static LoggingERiCNeighborPredicate. LOGThe logger for this class.private static LoggingFourCNeighborPredicate. LOGThe logger for this class.static LoggingMinPtsCorePredicate. LOGClass logger.private static LoggingPreDeConNeighborPredicate. LOGThe logger for this class.Methods in elki.clustering.dbscan.predicates that return Logging Modifier and Type Method Description (package private) abstract LoggingAbstractRangeQueryNeighborPredicate. getLogger()Get the class logger.(package private) LoggingFourCNeighborPredicate. getLogger()(package private) LoggingPreDeConNeighborPredicate. getLogger() -
Uses of Logging in elki.clustering.em
Fields in elki.clustering.em declared as Logging Modifier and Type Field Description private static LoggingBetulaGMM. LOGClass logger.private static LoggingEM. LOGThe logger for this class.private static LoggingKDTreeEM. LOGLogging object -
Uses of Logging in elki.clustering.em.models
Fields in elki.clustering.em.models declared as Logging Modifier and Type Field Description private static LoggingMultivariateGaussianModel. LOGClass logger. -
Uses of Logging in elki.clustering.hierarchical
Fields in elki.clustering.hierarchical declared as Logging Modifier and Type Field Description private LoggingAbstractHDBSCAN.HeapMSTCollector. logLogger, for progress logging.private static LoggingAGNES. LOGClass loggerprivate static LoggingAnderberg. LOGClass loggerprivate static LoggingCLINK. LOGThe logger for this class.private static LoggingClusterMergeHistoryBuilder. LOGClass logger.private static LoggingHACAM. LOGClass loggerprivate static LoggingHDBSCANLinearMemory. LOGClass logger.private static LoggingLinearMemoryNNChain. LOGClass logger.private static LoggingMedoidLinkage. LOGClass loggerprivate static LoggingMiniMax. LOGClass Logger.private static LoggingMiniMaxAnderberg. LOGClass loggerprivate static LoggingMiniMaxNNChain. LOGClass logger.private static LoggingNNChain. LOGClass logger.private static LoggingSLINK. LOGThe logger for this class.private static LoggingSLINKHDBSCANLinearMemory. LOGClass logger.Methods in elki.clustering.hierarchical that return Logging Modifier and Type Method Description protected abstract LoggingAbstractHDBSCAN. getLogger()Get the (STATIC) logger for this class.protected LoggingCLINK. getLogger()protected LoggingHDBSCANLinearMemory. getLogger()protected LoggingSLINK. getLogger()Get the (static) class logger.protected LoggingSLINKHDBSCANLinearMemory. getLogger()Constructors in elki.clustering.hierarchical with parameters of type Logging Constructor Description HeapMSTCollector(DoubleLongHeap heap, FiniteProgress prog, Logging log)Constructor. -
Uses of Logging in elki.clustering.hierarchical.birch
Fields in elki.clustering.hierarchical.birch declared as Logging Modifier and Type Field Description private static LoggingBIRCHLloydKMeans. LOGClass logger.static LoggingCFTree. LOGClass logger. -
Uses of Logging in elki.clustering.hierarchical.extraction
Fields in elki.clustering.hierarchical.extraction declared as Logging Modifier and Type Field Description private static LoggingClustersWithNoiseExtraction. LOGClass logger.private static LoggingCutDendrogramByHeight. LOGClass logger.(package private) static LoggingCutDendrogramByNumberOfClusters. LOGClass logger.private static LoggingHDBSCANHierarchyExtraction. LOGClass logger.private static LoggingSimplifiedHierarchyExtraction. LOGClass logger.Methods in elki.clustering.hierarchical.extraction that return Logging Modifier and Type Method Description protected abstract LoggingAbstractCutDendrogram. getLogger()protected LoggingCutDendrogramByHeight. getLogger()protected LoggingCutDendrogramByNumberOfClusters. getLogger() -
Uses of Logging in elki.clustering.kcenter
Fields in elki.clustering.kcenter declared as Logging Modifier and Type Field Description private static LoggingGreedyKCenter. LOGClass logger -
Uses of Logging in elki.clustering.kmeans
Fields in elki.clustering.kmeans declared as Logging Modifier and Type Field Description private static LoggingAnnulusKMeans. LOGThe logger for this class.private static LoggingBestOfMultipleKMeans. LOGThe logger for this class.private static LoggingBetulaLloydKMeans. LOGClass logger.private static LoggingBisectingKMeans. LOGThe logger for this class.private static LoggingCompareMeans. LOGThe logger for this class.private static LoggingElkanKMeans. LOGThe logger for this class.private static LoggingExponionKMeans. LOGThe logger for this class.private static LoggingFuzzyCMeans. LOGThe logger for this class.private static LoggingGMeans. LOGThe logger for this class.private static LoggingHamerlyKMeans. LOGThe logger for this class.private static LoggingHartiganWongKMeans. LOGClass loggerprivate static LoggingKDTreeFilteringKMeans. LOGThe logger for this class.private static LoggingKDTreePruningKMeans. LOGThe logger for this class.private static LoggingKMeansMinusMinus. LOGThe logger for this class.private static LoggingKMediansLloyd. LOGThe logger for this class.private static LoggingLloydKMeans. LOGThe logger for this class.private static LoggingMacQueenKMeans. LOGThe logger for this class.private static LoggingShallotKMeans. LOGThe logger for this class.private static LoggingSimplifiedElkanKMeans. LOGThe logger for this class.private static LoggingSingleAssignmentKMeans. LOGThe logger for this class.private static LoggingSortMeans. LOGThe logger for this class.private static LoggingXMeans. LOGThe logger for this class.private static LoggingYinYangKMeans. LOGClass loggerMethods in elki.clustering.kmeans that return Logging Modifier and Type Method Description protected abstract LoggingAbstractKMeans. getLogger()Get the (STATIC) logger for this class.protected abstract LoggingAbstractKMeans.Instance. getLogger()Get the class logger.protected LoggingAnnulusKMeans. getLogger()protected LoggingAnnulusKMeans.Instance. getLogger()protected LoggingBetulaLloydKMeans. getLogger()protected LoggingCompareMeans. getLogger()protected LoggingCompareMeans.Instance. getLogger()protected LoggingElkanKMeans. getLogger()protected LoggingElkanKMeans.Instance. getLogger()protected LoggingExponionKMeans. getLogger()protected LoggingExponionKMeans.Instance. getLogger()protected LoggingGMeans. getLogger()protected LoggingHamerlyKMeans. getLogger()protected LoggingHamerlyKMeans.Instance. getLogger()protected LoggingHartiganWongKMeans. getLogger()protected LoggingHartiganWongKMeans.Instance. getLogger()protected LoggingKDTreeFilteringKMeans. getLogger()protected LoggingKDTreeFilteringKMeans.Instance. getLogger()protected LoggingKDTreePruningKMeans. getLogger()protected LoggingKDTreePruningKMeans.Instance. getLogger()protected LoggingKMeansMinusMinus. getLogger()protected LoggingKMeansMinusMinus.Instance. getLogger()protected LoggingKMediansLloyd. getLogger()protected LoggingKMediansLloyd.Instance. getLogger()protected LoggingLloydKMeans. getLogger()protected LoggingLloydKMeans.Instance. getLogger()protected LoggingMacQueenKMeans. getLogger()protected LoggingMacQueenKMeans.Instance. getLogger()protected LoggingShallotKMeans. getLogger()protected LoggingShallotKMeans.Instance. getLogger()protected LoggingSimplifiedElkanKMeans. getLogger()protected LoggingSimplifiedElkanKMeans.Instance. getLogger()protected LoggingSingleAssignmentKMeans. getLogger()protected LoggingSingleAssignmentKMeans.Instance. getLogger()protected LoggingSortMeans. getLogger()protected LoggingSortMeans.Instance. getLogger()protected LoggingXMeans. getLogger()protected LoggingYinYangKMeans. getLogger()protected LoggingYinYangKMeans.Instance. getLogger() -
Uses of Logging in elki.clustering.kmeans.initialization
Fields in elki.clustering.kmeans.initialization declared as Logging Modifier and Type Field Description private static LoggingAFKMC2. LOGClass logger.private static LoggingKMC2. LOGClass logger.private static LoggingKMeansPlusPlus. LOGClass logger.private static LoggingOstrovsky. LOGClass logger.private static LoggingSphericalAFKMC2. LOGClass logger.private static LoggingSphericalKMeansPlusPlus. LOGClass logger.Methods in elki.clustering.kmeans.initialization that return Logging Modifier and Type Method Description protected LoggingAFKMC2.Instance. getLogger()protected LoggingKMC2.Instance. getLogger()Class logger. -
Uses of Logging in elki.clustering.kmeans.parallel
Fields in elki.clustering.kmeans.parallel declared as Logging Modifier and Type Field Description private static LoggingParallelLloydKMeans. LOGClass loggerMethods in elki.clustering.kmeans.parallel that return Logging Modifier and Type Method Description protected LoggingParallelLloydKMeans. getLogger() -
Uses of Logging in elki.clustering.kmeans.spherical
Fields in elki.clustering.kmeans.spherical declared as Logging Modifier and Type Field Description private static LoggingEuclideanSphericalElkanKMeans. LOGThe logger for this class.private static LoggingEuclideanSphericalHamerlyKMeans. LOGThe logger for this class.private static LoggingEuclideanSphericalSimplifiedElkanKMeans. LOGThe logger for this class.private static LoggingSphericalElkanKMeans. LOGThe logger for this class.private static LoggingSphericalHamerlyKMeans. LOGThe logger for this class.private static LoggingSphericalKMeans. LOGClass loggerprivate static LoggingSphericalSimplifiedElkanKMeans. LOGThe logger for this class.private static LoggingSphericalSimplifiedHamerlyKMeans. LOGThe logger for this class.private static LoggingSphericalSingleAssignmentKMeans. LOGClass loggerMethods in elki.clustering.kmeans.spherical that return Logging Modifier and Type Method Description protected LoggingEuclideanSphericalElkanKMeans. getLogger()protected LoggingEuclideanSphericalElkanKMeans.Instance. getLogger()protected LoggingEuclideanSphericalHamerlyKMeans. getLogger()protected LoggingEuclideanSphericalHamerlyKMeans.Instance. getLogger()protected LoggingEuclideanSphericalSimplifiedElkanKMeans. getLogger()protected LoggingEuclideanSphericalSimplifiedElkanKMeans.Instance. getLogger()protected LoggingSphericalElkanKMeans. getLogger()protected LoggingSphericalElkanKMeans.Instance. getLogger()protected LoggingSphericalHamerlyKMeans. getLogger()protected LoggingSphericalHamerlyKMeans.Instance. getLogger()protected LoggingSphericalKMeans. getLogger()protected LoggingSphericalKMeans.Instance. getLogger()protected LoggingSphericalSimplifiedElkanKMeans. getLogger()protected LoggingSphericalSimplifiedElkanKMeans.Instance. getLogger()protected LoggingSphericalSimplifiedHamerlyKMeans. getLogger()protected LoggingSphericalSimplifiedHamerlyKMeans.Instance. getLogger()protected LoggingSphericalSingleAssignmentKMeans. getLogger()protected LoggingSphericalSingleAssignmentKMeans.Instance. getLogger() -
Uses of Logging in elki.clustering.kmedoids
Fields in elki.clustering.kmedoids declared as Logging Modifier and Type Field Description private static LoggingAlternatingKMedoids. LOGThe logger for this class.private static LoggingCLARA. LOGClass logger.private static LoggingCLARANS. LOGClass logger.private static LoggingEagerPAM. LOGThe logger for this class.private static LoggingFastCLARA. LOGClass logger.private static LoggingFastCLARANS. LOGClass logger.private static LoggingFasterCLARA. LOGClass logger.private static LoggingFasterPAM. LOGThe logger for this class.private static LoggingFastPAM. LOGThe logger for this class.private static LoggingFastPAM1. LOGThe logger for this class.private static LoggingPAM. LOGThe logger for this class.private static LoggingReynoldsPAM. LOGThe logger for this class.private static LoggingSingleAssignmentKMedoids. LOGThe logger for this class.Methods in elki.clustering.kmedoids that return Logging Modifier and Type Method Description protected LoggingEagerPAM. getLogger()Get the static class logger.protected LoggingFasterPAM. getLogger()protected LoggingFastPAM. getLogger()protected LoggingFastPAM1. getLogger()protected LoggingPAM. getLogger()Get the static class logger.protected LoggingReynoldsPAM. getLogger()protected LoggingSingleAssignmentKMedoids. getLogger() -
Uses of Logging in elki.clustering.kmedoids.initialization
Fields in elki.clustering.kmedoids.initialization declared as Logging Modifier and Type Field Description private static LoggingAlternateRefinement. LOGClass logger.private static LoggingBUILD. LOGClass logger.private static LoggingGreedyG. LOGClass logger.private static LoggingLAB. LOGClass logger.private static LoggingParkJun. LOGClass logger. -
Uses of Logging in elki.clustering.meta
Fields in elki.clustering.meta declared as Logging Modifier and Type Field Description private static LoggingExternalClustering. LOGThe logger for this class. -
Uses of Logging in elki.clustering.onedimensional
Fields in elki.clustering.onedimensional declared as Logging Modifier and Type Field Description private static LoggingKNNKernelDensityMinimaClustering. LOGClass logger. -
Uses of Logging in elki.clustering.optics
Fields in elki.clustering.optics declared as Logging Modifier and Type Field Description private static LoggingDeLiClu. LOGThe logger for this class.private static LoggingFastOPTICS. LOGClass logger.private static LoggingOPTICSHeap. LOGThe logger for this class.private static LoggingOPTICSList. LOGThe logger for this class.private static LoggingOPTICSXi. LOGThe logger for this class.Methods in elki.clustering.optics that return Logging Modifier and Type Method Description protected abstract LoggingGeneralizedOPTICS.Instance. getLogger()Get the class logger. -
Uses of Logging in elki.clustering.silhouette
Fields in elki.clustering.silhouette declared as Logging Modifier and Type Field Description private static LoggingFasterMSC. LOGThe logger for this class.private static LoggingFastMSC. LOGThe logger for this class.private static LoggingPAMMEDSIL. LOGThe logger for this class.private static LoggingPAMSIL. LOGThe logger for this class.Methods in elki.clustering.silhouette that return Logging Modifier and Type Method Description protected LoggingFasterMSC. getLogger()protected LoggingFastMSC. getLogger()protected LoggingPAMMEDSIL. getLogger()protected LoggingPAMSIL. getLogger() -
Uses of Logging in elki.clustering.subspace
Fields in elki.clustering.subspace declared as Logging Modifier and Type Field Description private static LoggingCLIQUE. LOGThe logger for this class.private static LoggingDiSH. LOGThe logger for this class.private static LoggingDOC. LOGThe logger for this class.private static LoggingFastDOC. LOGThe logger for this class.private static LoggingHiSC. LOGThe logger for this class.private static LoggingP3C. LOGThe logger for this class.private static LoggingPROCLUS. LOGThe logger for this class.private static LoggingSUBCLU. LOGThe logger for this class.Methods in elki.clustering.subspace that return Logging Modifier and Type Method Description protected LoggingDiSH.Instance. getLogger()protected LoggingHiSC.Instance. getLogger() -
Uses of Logging in elki.clustering.svm
Fields in elki.clustering.svm declared as Logging Modifier and Type Field Description private static LoggingSupportVectorClustering. LOGClass logger. -
Uses of Logging in elki.clustering.trivial
Fields in elki.clustering.trivial declared as Logging Modifier and Type Field Description private static LoggingByLabelHierarchicalClustering. LOGThe logger for this class. -
Uses of Logging in elki.clustering.uncertain
Fields in elki.clustering.uncertain declared as Logging Modifier and Type Field Description private static LoggingRepresentativeUncertainClustering. LOGInitialize a Logger.private static LoggingUKMeans. LOGClass logger. -
Uses of Logging in elki.data.projection
Fields in elki.data.projection declared as Logging Modifier and Type Field Description private static LoggingRandomProjection. LOGClass logger. -
Uses of Logging in elki.data.synthetic.bymodel
Fields in elki.data.synthetic.bymodel declared as Logging Modifier and Type Field Description private static LoggingGeneratorMain. LOGClass logger. -
Uses of Logging in elki.database
Fields in elki.database declared as Logging Modifier and Type Field Description private static LoggingHashmapDatabase. LOGOur loggerprivate static LoggingProxyDatabase. LOGLogger class.private static LoggingStaticArrayDatabase. LOGOur loggerMethods in elki.database that return Logging Modifier and Type Method Description protected abstract LoggingAbstractDatabase. getLogger()Get the class logger.protected LoggingHashmapDatabase. getLogger()protected LoggingProxyDatabase. getLogger()protected LoggingStaticArrayDatabase. getLogger() -
Uses of Logging in elki.database.query
Fields in elki.database.query declared as Logging Modifier and Type Field Description private static LoggingEmpiricalQueryOptimizer. LOGClass logger.private static LoggingQueryBuilder. LOGClass logger. -
Uses of Logging in elki.database.query.knn
Fields in elki.database.query.knn declared as Logging Modifier and Type Field Description private static LoggingPreprocessorKNNQuery. LOGClass loggerprivate static LoggingPreprocessorSqrtKNNQuery. LOGClass loggerprivate static LoggingPreprocessorSquaredKNNQuery. LOGClass loggerMethods in elki.database.query.knn that return Logging Modifier and Type Method Description protected LoggingPreprocessorKNNQuery. getLogger()Get the class logger.protected LoggingPreprocessorSqrtKNNQuery. getLogger()Get the class logger.protected LoggingPreprocessorSquaredKNNQuery. getLogger()Get the class logger. -
Uses of Logging in elki.datasource
Fields in elki.datasource declared as Logging Modifier and Type Field Description private static LoggingArrayAdapterDatabaseConnection. LOGClass logger.private static LoggingBundleDatabaseConnection. LOGClass logger.private static LoggingConcatenateFilesDatabaseConnection. LOGClass logger.private static LoggingEmptyDatabaseConnection. LOGStatic loggerprivate static LoggingExternalIDJoinDatabaseConnection. LOGLoggerprivate static LoggingGeneratorXMLDatabaseConnection. LOGLoggerprivate static LoggingInputStreamDatabaseConnection. LOGThe logger for this class.private static LoggingLabelJoinDatabaseConnection. LOGLoggerprivate static LoggingPresortedBlindJoinDatabaseConnection. LOGLoggerprivate static LoggingRandomDoubleVectorDatabaseConnection. LOGClass logger.Methods in elki.datasource that return Logging Modifier and Type Method Description protected abstract LoggingAbstractDatabaseConnection. getLogger()Get the logger for this database connection.protected LoggingArrayAdapterDatabaseConnection. getLogger()protected LoggingBundleDatabaseConnection. getLogger()protected LoggingConcatenateFilesDatabaseConnection. getLogger()protected LoggingEmptyDatabaseConnection. getLogger()protected LoggingExternalIDJoinDatabaseConnection. getLogger()protected LoggingGeneratorXMLDatabaseConnection. getLogger()protected LoggingInputStreamDatabaseConnection. getLogger()protected LoggingLabelJoinDatabaseConnection. getLogger()protected LoggingPresortedBlindJoinDatabaseConnection. getLogger()protected LoggingRandomDoubleVectorDatabaseConnection. getLogger() -
Uses of Logging in elki.datasource.bundle
Fields in elki.datasource.bundle declared as Logging Modifier and Type Field Description private static LoggingBundleWriter. LOGClass logger for the bundle writer.private static LoggingMultipleObjectsBundle. LOGClass logger. -
Uses of Logging in elki.datasource.filter
Methods in elki.datasource.filter that return Logging Modifier and Type Method Description protected abstract LoggingAbstractConversionFilter. getLogger()Class logger. -
Uses of Logging in elki.datasource.filter.cleaning
Fields in elki.datasource.filter.cleaning declared as Logging Modifier and Type Field Description private static LoggingDropNaNFilter. LOGClass loggerprivate static LoggingNoMissingValuesFilter. LOGClass loggerprivate static LoggingReplaceNaNWithRandomFilter. LOGClass loggerprivate static LoggingVectorDimensionalityFilter. LOGClass logger. -
Uses of Logging in elki.datasource.filter.normalization.columnwise
Fields in elki.datasource.filter.normalization.columnwise declared as Logging Modifier and Type Field Description private static LoggingAttributeWiseBetaNormalization. LOGClass logger.private static LoggingAttributeWiseCDFNormalization. LOGClass logger.private static LoggingAttributeWiseMADNormalization. LOGClass logger.private static LoggingAttributeWiseMeanNormalization. LOGClass logger.private static LoggingAttributeWiseMinMaxNormalization. LOGClass logger.private static LoggingAttributeWiseVarianceNormalization. LOGClass logger.private static LoggingInverseDocumentFrequencyNormalization. LOGClass logger.Methods in elki.datasource.filter.normalization.columnwise that return Logging Modifier and Type Method Description protected LoggingAttributeWiseMeanNormalization. getLogger()protected LoggingAttributeWiseMinMaxNormalization. getLogger()protected LoggingAttributeWiseVarianceNormalization. getLogger()protected LoggingInverseDocumentFrequencyNormalization. getLogger() -
Uses of Logging in elki.datasource.filter.selection
Fields in elki.datasource.filter.selection declared as Logging Modifier and Type Field Description private static LoggingByLabelFilter. LOGClass loggerprivate static LoggingShuffleObjectsFilter. LOGClass loggerprivate static LoggingSortByLabelFilter. LOGClass logger -
Uses of Logging in elki.datasource.filter.transform
Fields in elki.datasource.filter.transform declared as Logging Modifier and Type Field Description private static LoggingClassicMultidimensionalScalingTransform. LOGClass logger.private static LoggingFastMultidimensionalScalingTransform. LOGClass logger.private static LoggingGlobalPrincipalComponentAnalysisTransform. LOGClass logger.private static LoggingLinearDiscriminantAnalysisFilter. LOGClass logger.private static LoggingPerturbationFilter. LOGClass loggerMethods in elki.datasource.filter.transform that return Logging Modifier and Type Method Description protected abstract LoggingAbstractSupervisedProjectionVectorFilter. getLogger()Class logger.protected LoggingGlobalPrincipalComponentAnalysisTransform. getLogger()protected LoggingLinearDiscriminantAnalysisFilter. getLogger()Class logger.protected LoggingPerturbationFilter. getLogger() -
Uses of Logging in elki.datasource.filter.typeconversions
Fields in elki.datasource.filter.typeconversions declared as Logging Modifier and Type Field Description private static LoggingSparseVectorFieldFilter. LOGClass logger.private static LoggingUncertainifyFilter. LOGClass logger.private static LoggingUncertainSplitFilter. LOGClass logger.private static LoggingWeightedUncertainSplitFilter. LOGClass logger.Methods in elki.datasource.filter.typeconversions that return Logging Modifier and Type Method Description protected LoggingSparseVectorFieldFilter. getLogger()protected LoggingUncertainSplitFilter. getLogger()protected LoggingWeightedUncertainSplitFilter. getLogger() -
Uses of Logging in elki.datasource.parser
Fields in elki.datasource.parser declared as Logging Modifier and Type Field Description private static LoggingArffParser. LOGLogger.private static LoggingBitVectorLabelParser. LOGClass loggerprivate static LoggingCategorialDataAsNumberVectorParser. LOGLogging class.private static LoggingClusteringVectorParser. LOGClass logger.private static LoggingLibSVMFormatParser. LOGClass logger.private static LoggingNumberVectorLabelParser. LOGLogging class.private static LoggingSimplePolygonParser. LOGClass loggerprivate static LoggingSimpleTransactionParser. LOGClass logger.private static LoggingSparseNumberVectorLabelParser. LOGClass logger.private static LoggingTermFrequencyParser. LOGClass logger.Methods in elki.datasource.parser that return Logging Modifier and Type Method Description protected abstract LoggingAbstractStreamingParser. getLogger()Get the logger for this class.protected LoggingBitVectorLabelParser. getLogger()protected LoggingCategorialDataAsNumberVectorParser. getLogger()protected LoggingClusteringVectorParser. getLogger()protected LoggingLibSVMFormatParser. getLogger()protected LoggingNumberVectorLabelParser. getLogger()protected LoggingSimplePolygonParser. getLogger()protected LoggingSimpleTransactionParser. getLogger()protected LoggingSparseNumberVectorLabelParser. getLogger()protected LoggingTermFrequencyParser. getLogger() -
Uses of Logging in elki.distance.external
Fields in elki.distance.external declared as Logging Modifier and Type Field Description private static LoggingAsciiDistanceParser. LOGThe logger for this class.private static LoggingDiskCacheBasedDoubleDistance. LOGClass logger.private static LoggingDiskCacheBasedFloatDistance. LOGClass logger.private static LoggingFileBasedSparseDoubleDistance. LOGClass logger.private static LoggingFileBasedSparseFloatDistance. LOGClass logger. -
Uses of Logging in elki.evaluation
Fields in elki.evaluation declared as Logging Modifier and Type Field Description private static LoggingAutomaticEvaluation. LOGClass logger -
Uses of Logging in elki.evaluation.clustering
Fields in elki.evaluation.clustering declared as Logging Modifier and Type Field Description private static LoggingEvaluateClustering. LOGLogger for debug output.private static LoggingLogClusterSizes. LOGClass logger -
Uses of Logging in elki.evaluation.clustering.internal
Fields in elki.evaluation.clustering.internal declared as Logging Modifier and Type Field Description private static LoggingCIndex. LOGLogger for debug output.private static LoggingClusterRadius. LOGLogger for debug output.private static LoggingConcordantPairsGammaTau. LOGLogger for debug output.private static LoggingDaviesBouldinIndex. LOGLogger for debug output.private static LoggingPBMIndex. LOGLogger for debug output.private static LoggingSilhouette. LOGLogger for debug output.private static LoggingSimplifiedSilhouette. LOGLogger for debug output.private static LoggingSquaredErrors. LOGLogger for debug output.private static LoggingVarianceRatioCriterion. LOGLogger for debug output. -
Uses of Logging in elki.evaluation.clustering.pairsegments
Fields in elki.evaluation.clustering.pairsegments declared as Logging Modifier and Type Field Description private static LoggingSegments. LOGClass logger -
Uses of Logging in elki.evaluation.outlier
Fields in elki.evaluation.outlier declared as Logging Modifier and Type Field Description private static LoggingJudgeOutlierScores. LOGLogger for debug output.private static LoggingOutlierPrecisionAtKCurve. LOGThe logger.private static LoggingOutlierPrecisionRecallCurve. LOGThe logger.private static LoggingOutlierPrecisionRecallGainCurve. LOGThe logger.private static LoggingOutlierRankingEvaluation. LOGThe logger.private static LoggingOutlierROCCurve. LOGThe logger.private static LoggingOutlierSmROCCurve. LOGThe logger. -
Uses of Logging in elki.evaluation.similaritymatrix
Fields in elki.evaluation.similaritymatrix declared as Logging Modifier and Type Field Description private static LoggingComputeSimilarityMatrixImage. LOGThe logger. -
Uses of Logging in elki.gui
Methods in elki.gui with parameters of type Logging Modifier and Type Method Description static voidGUIUtil. logUncaughtExceptions(Logging logger)Setup logging of uncaught exceptions. -
Uses of Logging in elki.gui.minigui
Fields in elki.gui.minigui declared as Logging Modifier and Type Field Description private static LoggingMiniGUI. LOGELKI logger for the GUI. -
Uses of Logging in elki.gui.multistep
Fields in elki.gui.multistep declared as Logging Modifier and Type Field Description private static LoggingMultiStepGUI. LOGELKI logger for the GUI -
Uses of Logging in elki.gui.multistep.panels
Fields in elki.gui.multistep.panels declared as Logging Modifier and Type Field Description private static LoggingParameterTabPanel. LOGELKI logger for the GUIprivate static LoggingSavedSettingsTabPanel. LOGLogger -
Uses of Logging in elki.gui.util
Fields in elki.gui.util declared as Logging Modifier and Type Field Description private static LoggingParametersModel. LOGLogger -
Uses of Logging in elki.index
Methods in elki.index that return Logging Modifier and Type Method Description abstract LoggingAbstractRefiningIndex. getLogger()Get the class logger. -
Uses of Logging in elki.index.distancematrix
Fields in elki.index.distancematrix declared as Logging Modifier and Type Field Description private static LoggingPrecomputedDistanceMatrix. LOGClass logger.private static LoggingPrecomputedSimilarityMatrix. LOGClass logger. -
Uses of Logging in elki.index.idistance
Fields in elki.index.idistance declared as Logging Modifier and Type Field Description private static LoggingInMemoryIDistanceIndex. LOGClass logger.Methods in elki.index.idistance that return Logging Modifier and Type Method Description LoggingInMemoryIDistanceIndex. getLogger() -
Uses of Logging in elki.index.invertedlist
Fields in elki.index.invertedlist declared as Logging Modifier and Type Field Description private static LoggingInMemoryInvertedIndex. LOGClass logger. -
Uses of Logging in elki.index.laesa
Fields in elki.index.laesa declared as Logging Modifier and Type Field Description private static LoggingLAESA. LOGClass logger. -
Uses of Logging in elki.index.lsh
Fields in elki.index.lsh declared as Logging Modifier and Type Field Description private static LoggingInMemoryLSHIndex. LOGClass loggerMethods in elki.index.lsh that return Logging Modifier and Type Method Description LoggingInMemoryLSHIndex.Instance. getLogger() -
Uses of Logging in elki.index.preprocessed.fastoptics
Fields in elki.index.preprocessed.fastoptics declared as Logging Modifier and Type Field Description private static LoggingRandomProjectedNeighborsAndDensities. LOGClass logger. -
Uses of Logging in elki.index.preprocessed.knn
Fields in elki.index.preprocessed.knn declared as Logging Modifier and Type Field Description private static LoggingCachedDoubleDistanceKNNPreprocessor. LOGClass logger.private static LoggingKNNJoinMaterializeKNNPreprocessor. LOGLogging class.private static LoggingMaterializeKNNAndRKNNPreprocessor. LOGLogger to use.private static LoggingMaterializeKNNPreprocessor. LOGLogger to use.private static LoggingMetricalIndexApproximationMaterializeKNNPreprocessor. LOGLogger to useprivate static LoggingNaiveProjectedKNNPreprocessor. LOGClass logger.private static LoggingNNDescent. LOGLoggerprivate static LoggingPartitionApproximationMaterializeKNNPreprocessor. LOGLogger to useprivate static LoggingRandomSampleKNNPreprocessor. LOGLoggerprivate static LoggingSpacefillingKNNPreprocessor. LOGClass loggerprivate static LoggingSpacefillingMaterializeKNNPreprocessor. LOGClass loggerprivate static LoggingSpatialApproximationMaterializeKNNPreprocessor. LOGLogger to useMethods in elki.index.preprocessed.knn that return Logging Modifier and Type Method Description protected abstract LoggingAbstractMaterializeKNNPreprocessor. getLogger()Get the classes static logger.protected LoggingCachedDoubleDistanceKNNPreprocessor. getLogger()protected LoggingKNNJoinMaterializeKNNPreprocessor. getLogger()protected LoggingMaterializeKNNAndRKNNPreprocessor. getLogger()protected LoggingMaterializeKNNPreprocessor. getLogger()protected LoggingMetricalIndexApproximationMaterializeKNNPreprocessor. getLogger()protected LoggingNNDescent. getLogger()protected LoggingPartitionApproximationMaterializeKNNPreprocessor. getLogger()protected LoggingRandomSampleKNNPreprocessor. getLogger()protected LoggingSpacefillingMaterializeKNNPreprocessor. getLogger()protected LoggingSpatialApproximationMaterializeKNNPreprocessor. getLogger() -
Uses of Logging in elki.index.preprocessed.snn
Fields in elki.index.preprocessed.snn declared as Logging Modifier and Type Field Description private static LoggingSharedNearestNeighborPreprocessor. LOGGet a logger for this class. -
Uses of Logging in elki.index.projected
Fields in elki.index.projected declared as Logging Modifier and Type Field Description private static LoggingProjectedIndex. LOGClass logger -
Uses of Logging in elki.index.tree
Methods in elki.index.tree that return Logging Modifier and Type Method Description protected abstract LoggingIndexTree. getLogger()Get the (STATIC) logger for this class. -
Uses of Logging in elki.index.tree.betula
Fields in elki.index.tree.betula declared as Logging Modifier and Type Field Description static LoggingCFTree. LOGClass logger. -
Uses of Logging in elki.index.tree.metrical.covertree
Fields in elki.index.tree.metrical.covertree declared as Logging Modifier and Type Field Description private static LoggingCoverTree. LOGClass logger.private static LoggingSimplifiedCoverTree. LOGClass logger.Methods in elki.index.tree.metrical.covertree that return Logging Modifier and Type Method Description protected abstract LoggingAbstractCoverTree. getLogger()Get the class logger.protected LoggingCoverTree. getLogger()protected LoggingSimplifiedCoverTree. getLogger() -
Uses of Logging in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Fields in elki.index.tree.metrical.mtreevariants.mktrees.mkapp declared as Logging Modifier and Type Field Description private static LoggingMkAppTree. LOGThe logger for this class.private static LoggingMkAppTreeNode. LOGClass logger.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mkapp that return Logging Modifier and Type Method Description protected LoggingMkAppTree. getLogger() -
Uses of Logging in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Fields in elki.index.tree.metrical.mtreevariants.mktrees.mkcop declared as Logging Modifier and Type Field Description private static LoggingMkCoPTree. LOGThe logger for this class.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mkcop that return Logging Modifier and Type Method Description protected LoggingMkCoPTree. getLogger() -
Uses of Logging in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Fields in elki.index.tree.metrical.mtreevariants.mktrees.mkmax declared as Logging Modifier and Type Field Description private static LoggingMkMaxTree. LOGThe logger for this class.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mkmax that return Logging Modifier and Type Method Description protected LoggingMkMaxTree. getLogger() -
Uses of Logging in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Fields in elki.index.tree.metrical.mtreevariants.mktrees.mktab declared as Logging Modifier and Type Field Description private static LoggingMkTabTree. LOGThe logger for this class.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mktab that return Logging Modifier and Type Method Description protected LoggingMkTabTree. getLogger() -
Uses of Logging in elki.index.tree.metrical.mtreevariants.mtree
Fields in elki.index.tree.metrical.mtreevariants.mtree declared as Logging Modifier and Type Field Description private static LoggingMTree. LOGThe logger for this class.Methods in elki.index.tree.metrical.mtreevariants.mtree that return Logging Modifier and Type Method Description protected LoggingMTree. getLogger() -
Uses of Logging in elki.index.tree.metrical.vptree
Fields in elki.index.tree.metrical.vptree declared as Logging Modifier and Type Field Description private static LoggingGNAT. LOGClass logger.private static LoggingVPTree. LOGClass logger. -
Uses of Logging in elki.index.tree.spatial.kd
Fields in elki.index.tree.spatial.kd declared as Logging Modifier and Type Field Description private static LoggingMemoryKDTree. LOGClass loggerprivate static LoggingMinimalisticMemoryKDTree. LOGClass loggerprivate static LoggingSmallMemoryKDTree. LOGClass logger -
Uses of Logging in elki.index.tree.spatial.rstarvariants.deliclu
Fields in elki.index.tree.spatial.rstarvariants.deliclu declared as Logging Modifier and Type Field Description private static LoggingDeLiCluTree. LOGThe logger for this class.private static LoggingDeLiCluTreeIndex. LOGThe appropriate logger for this index.Methods in elki.index.tree.spatial.rstarvariants.deliclu that return Logging Modifier and Type Method Description protected LoggingDeLiCluTree. getLogger()protected LoggingDeLiCluTreeIndex. getLogger() -
Uses of Logging in elki.index.tree.spatial.rstarvariants.flat
Fields in elki.index.tree.spatial.rstarvariants.flat declared as Logging Modifier and Type Field Description private static LoggingFlatRStarTree. LOGThe logger for this class.private static LoggingFlatRStarTreeIndex. LOGThe appropriate logger for this index.Methods in elki.index.tree.spatial.rstarvariants.flat that return Logging Modifier and Type Method Description protected LoggingFlatRStarTree. getLogger()protected LoggingFlatRStarTreeIndex. getLogger() -
Uses of Logging in elki.index.tree.spatial.rstarvariants.rdknn
Fields in elki.index.tree.spatial.rstarvariants.rdknn declared as Logging Modifier and Type Field Description private static LoggingRdKNNTree. LOGThe logger for this class.Methods in elki.index.tree.spatial.rstarvariants.rdknn that return Logging Modifier and Type Method Description protected LoggingRdKNNTree. getLogger() -
Uses of Logging in elki.index.tree.spatial.rstarvariants.rstar
Fields in elki.index.tree.spatial.rstarvariants.rstar declared as Logging Modifier and Type Field Description private static LoggingRStarTree. LOGThe logger for this class.private static LoggingRStarTreeIndex. LOGThe appropriate logger for this index.Methods in elki.index.tree.spatial.rstarvariants.rstar that return Logging Modifier and Type Method Description protected LoggingRStarTree. getLogger()protected LoggingRStarTreeIndex. getLogger() -
Uses of Logging in elki.index.tree.spatial.rstarvariants.strategies.bulk
Fields in elki.index.tree.spatial.rstarvariants.strategies.bulk declared as Logging Modifier and Type Field Description private static LoggingMaxExtensionBulkSplit. LOGLogger. -
Uses of Logging in elki.index.tree.spatial.rstarvariants.strategies.split
Fields in elki.index.tree.spatial.rstarvariants.strategies.split declared as Logging Modifier and Type Field Description private static LoggingAngTanLinearSplit. LOGLogger class -
Uses of Logging in elki.index.vafile
Fields in elki.index.vafile declared as Logging Modifier and Type Field Description private static LoggingPartialVAFile. LOGClass logger.private static LoggingVAFile. LOGLogging class.Methods in elki.index.vafile that return Logging Modifier and Type Method Description LoggingPartialVAFile. getLogger()LoggingVAFile. getLogger() -
Uses of Logging in elki.itemsetmining
Fields in elki.itemsetmining declared as Logging Modifier and Type Field Description private static LoggingAPRIORI. LOGThe logger for this class.private static LoggingEclat. LOGClass logger.private static LoggingFPGrowth. LOGClass logger. -
Uses of Logging in elki.itemsetmining.associationrules
Fields in elki.itemsetmining.associationrules declared as Logging Modifier and Type Field Description private static LoggingAssociationRuleGeneration. LOGClass logger. -
Uses of Logging in elki.logging
Fields in elki.logging with type parameters of type Logging Modifier and Type Field Description private static java.util.HashMap<java.lang.String,Logging>Logging. loggersHashMap to keep track of loggers.Methods in elki.logging that return Logging Modifier and Type Method Description static LoggingLogging. getLogger(java.lang.Class<?> c)Retrieve logging utility for a particular class.static LoggingLogging. getLogger(java.lang.String name)Retrieve logging utility for a particular class. -
Uses of Logging in elki.logging.progress
Methods in elki.logging.progress with parameters of type Logging Modifier and Type Method Description voidStepProgress. beginStep(int step, java.lang.String stepTitle, Logging logger)Do a new step and log itvoidFiniteProgress. ensureCompleted(Logging logger)Ensure that the progress was completed, to make progress bars disappearvoidAbstractProgress. incrementProcessed(Logging logger)Increment the processed counter.voidIndefiniteProgress. setCompleted(Logging logger)Set the completion flag and log itvoidStepProgress. setCompleted(Logging logger)Mark the progress as completed and log it.voidAbstractProgress. setProcessed(int processed, Logging logger)Sets the number of items already processed at a time being.Constructors in elki.logging.progress with parameters of type Logging Constructor 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. -
Uses of Logging in elki.math.geometry
Fields in elki.math.geometry declared as Logging Modifier and Type Field Description private static LoggingSweepHullDelaunay2D. LOGClass logger -
Uses of Logging in elki.math.linearalgebra
Fields in elki.math.linearalgebra declared as Logging Modifier and Type Field Description private static LoggingLinearEquationSystem. LOGLogger. -
Uses of Logging in elki.math.statistics.dependence
Fields in elki.math.statistics.dependence declared as Logging Modifier and Type Field Description private static LoggingPearsonCorrelationDependence. LOGClass logger. -
Uses of Logging in elki.math.statistics.distribution.estimator.meta
Fields in elki.math.statistics.distribution.estimator.meta declared as Logging Modifier and Type Field Description private static LoggingBestFitEstimator. LOGClass logger. -
Uses of Logging in elki.outlier
Fields in elki.outlier declared as Logging Modifier and Type Field Description private static LoggingCOP. LOGThe logger for this class.private static LoggingDWOF. LOGThe logger for this class.private static LoggingSimpleCOP. LOGThe logger for this class. -
Uses of Logging in elki.outlier.anglebased
Fields in elki.outlier.anglebased declared as Logging Modifier and Type Field Description private static LoggingLBABOD. LOGThe logger for this class. -
Uses of Logging in elki.outlier.clustering
Fields in elki.outlier.clustering declared as Logging Modifier and Type Field Description private static LoggingCBLOF. LOGThe logger for this class.private static LoggingEMOutlier. LOGThe logger for this class.private static LoggingKMeansOutlierDetection. LOGClass logger. -
Uses of Logging in elki.outlier.density
Fields in elki.outlier.density declared as Logging Modifier and Type Field Description private static LoggingHySortOD. LOGThe logger for this class.private static LoggingIsolationForest. LOGClass logger -
Uses of Logging in elki.outlier.distance
Fields in elki.outlier.distance declared as Logging Modifier and Type Field Description private static LoggingDBOutlierDetection. LOGThe logger for this class.private static LoggingDBOutlierScore. LOGThe logger for this class.private static LoggingHilOut. LOGThe logger for this class.private static LoggingKNNDD. LOGThe logger for this class.private static LoggingKNNOutlier. LOGThe logger for this class.private static LoggingKNNSOS. LOGClass logger.private static LoggingKNNWeightOutlier. LOGThe logger for this class.private static LoggingLocalIsolationCoefficient. LOGThe logger for this class.private static LoggingSOS. LOGClass logger. -
Uses of Logging in elki.outlier.intrinsic
Fields in elki.outlier.intrinsic declared as Logging Modifier and Type Field Description private static LoggingIDOS. LOGThe logger for this class.private static LoggingISOS. LOGClass logger.private static LoggingLID. LOGClass logger. -
Uses of Logging in elki.outlier.lof
Fields in elki.outlier.lof declared as Logging Modifier and Type Field Description private static LoggingALOCI. LOGThe logger for this class.private static LoggingCOF. LOGThe logger for this class.private static LoggingFlexibleLOF. LOGThe logger for this class.private static LoggingINFLO. LOGThe logger for this class.private static LoggingKDEOS. LOGClass logger.private static LoggingLDF. LOGThe logger for this class.private static LoggingLDOF. LOGThe logger for this class.private static LoggingLOCI. LOGThe logger for this class.private static LoggingLOF. LOGThe logger for this class.private static LoggingLoOP. LOGThe logger for this class.private static LoggingOnlineLOF. LOGThe logger for this class.private static LoggingSimpleKernelDensityLOF. LOGThe logger for this class.private static LoggingSimplifiedLOF. LOGThe logger for this class.private static LoggingVarianceOfVolume. LOGThe logger for this class. -
Uses of Logging in elki.outlier.meta
Fields in elki.outlier.meta declared as Logging Modifier and Type Field Description private static LoggingExternalDoubleOutlierScore. LOGThe logger for this class.private static LoggingFeatureBagging. LOGThe logger for this class.private static LoggingHiCS. LOGThe Logger for this class.private static LoggingSimpleOutlierEnsemble. LOGThe logger for this class. -
Uses of Logging in elki.outlier.spatial
Fields in elki.outlier.spatial declared as Logging Modifier and Type Field Description private static LoggingCTLuMeanMultipleAttributes. LOGLoggerprivate static LoggingCTLuMedianMultipleAttributes. LOGloggerprivate static LoggingCTLuRandomWalkEC. LOGClass loggerprivate static LoggingTrimmedMeanApproach. LOGThe logger for this class. -
Uses of Logging in elki.outlier.spatial.neighborhood
Fields in elki.outlier.spatial.neighborhood declared as Logging Modifier and Type Field Description private static LoggingExtendedNeighborhood. LOGThe logger to use.private static LoggingExternalNeighborhood. LOGLoggerprivate static LoggingPrecomputedKNearestNeighborNeighborhood. LOGLoggerMethods in elki.outlier.spatial.neighborhood that return Logging Modifier and Type Method Description protected abstract LoggingAbstractPrecomputedNeighborhood. getLogger()The logger to use for error reporting.protected LoggingExtendedNeighborhood. getLogger()protected LoggingExternalNeighborhood. getLogger()protected LoggingPrecomputedKNearestNeighborNeighborhood. getLogger() -
Uses of Logging in elki.outlier.subspace
Fields in elki.outlier.subspace declared as Logging Modifier and Type Field Description private static LoggingAggarwalYuEvolutionary. LOGThe logger for this class.private static LoggingAggarwalYuNaive. LOGThe logger for this class.private static LoggingOUTRES. LOGThe logger for this class.private static LoggingSOD. LOGThe logger for this class. -
Uses of Logging in elki.outlier.svm
Fields in elki.outlier.svm declared as Logging Modifier and Type Field Description private static LoggingLibSVMOneClassOutlierDetection. LOGClass logger.private static LoggingOCSVM. LOGClass logger.private static LoggingSVDD. LOGClass logger. -
Uses of Logging in elki.outlier.trivial
Fields in elki.outlier.trivial declared as Logging Modifier and Type Field Description private static LoggingTrivialGeneratedOutlier. LOGClass logger -
Uses of Logging in elki.persistent
Fields in elki.persistent declared as Logging Modifier and Type Field Description private static LoggingLRUCache. LOGOur class logger.private static LoggingMemoryPageFile. LOGClass logger.private static LoggingOnDiskArrayPageFile. LOGClass logger.private static LoggingPersistentPageFile. LOGOur loggerMethods in elki.persistent that return Logging Modifier and Type Method Description protected abstract LoggingAbstractPageFile. getLogger()Get the class logger.protected LoggingLRUCache. getLogger()protected LoggingMemoryPageFile. getLogger()protected LoggingOnDiskArrayPageFile. getLogger()protected LoggingPersistentPageFile. getLogger() -
Uses of Logging in elki.projection
Fields in elki.projection declared as Logging Modifier and Type Field Description private static LoggingBarnesHutTSNE. LOGClass logger.private static LoggingGaussianAffinityMatrixBuilder. LOGClass logger.private static LoggingIntrinsicNearestNeighborAffinityMatrixBuilder. LOGClass logger.private static LoggingNearestNeighborAffinityMatrixBuilder. LOGClass logger.private static LoggingPerplexityAffinityMatrixBuilder. LOGClass logger.private static LoggingSNE. LOGClass logger.private static LoggingTSNE. LOGClass logger. -
Uses of Logging in elki.result
Fields in elki.result declared as Logging Modifier and Type Field Description private static LoggingAutomaticVisualization. LOGGet a logger for this class.private static LoggingClusteringVectorDumper. LOGClass logger.private static LoggingExportVisualizations. LOGGet a logger for this class.private static LoggingKMLOutputHandler. LOGLogger class to use.private static LoggingLogResultStructureResultHandler. LOGClass loggerprivate static LoggingMetadata. LOGClass loggerprivate static LoggingResultWriter. LOGThe logger for this class. -
Uses of Logging in elki.result.textwriter
Fields in elki.result.textwriter declared as Logging Modifier and Type Field Description private static LoggingMultipleFilesOutput. LOGLogger for debugging. -
Uses of Logging in elki.svm
Fields in elki.svm declared as Logging Modifier and Type Field Description private static LoggingCSVC. LOGprivate static LoggingEpsilonSVR. LOGprivate static LoggingNuSVC. LOGprivate static LoggingNuSVR. LOGprivate static LoggingOneClassSVM. LOGprivate static LoggingR2q. LOGprivate static LoggingSVDD. LOGMethods in elki.svm that return Logging Modifier and Type Method Description protected abstract LoggingAbstractSingleSVM. getLogger()protected LoggingCSVC. getLogger()protected LoggingEpsilonSVR. getLogger()protected LoggingNuSVC. getLogger()protected LoggingNuSVR. getLogger()protected LoggingOneClassSVM. getLogger()protected LoggingR2q. getLogger()protected LoggingSVDD. getLogger() -
Uses of Logging in elki.svm.model
Fields in elki.svm.model declared as Logging Modifier and Type Field Description private static LoggingProbabilisticClassificationModel. LOGClass logger -
Uses of Logging in elki.svm.solver
Fields in elki.svm.solver declared as Logging Modifier and Type Field Description private static LoggingSolver. LOG -
Uses of Logging in elki.utilities
Fields in elki.utilities declared as Logging Modifier and Type Field Description private static LoggingClassGenericsUtil. LOGStatic logger to use.private static LoggingELKIBuilder. LOGClass logger.private static LoggingELKIServiceRegistry. LOGClass logger.private static LoggingELKIServiceScanner. LOGClass logger -
Uses of Logging in elki.utilities.datastructures
Fields in elki.utilities.datastructures declared as Logging Modifier and Type Field Description private static LoggingKuhnMunkres. LOGClass logger -
Uses of Logging in elki.utilities.io
Fields in elki.utilities.io declared as Logging Modifier and Type Field Description private static LoggingParseUtil. LOGLogging helper.private static LoggingTokenizer. LOGClass logger. -
Uses of Logging in elki.utilities.optionhandling.parameterization
Fields in elki.utilities.optionhandling.parameterization declared as Logging Modifier and Type Field Description private static LoggingAbstractParameterization. LOGThe logger of the class. -
Uses of Logging in elki.utilities.optionhandling.parameters
Fields in elki.utilities.optionhandling.parameters declared as Logging Modifier and Type Field Description private static LoggingClassParameter. LOGThe class logger. -
Uses of Logging in elki.utilities.referencepoints
Fields in elki.utilities.referencepoints declared as Logging Modifier and Type Field Description private static LoggingGridBasedReferencePoints. LOGClass logger. -
Uses of Logging in elki.utilities.scaling.outlier
Fields in elki.utilities.scaling.outlier declared as Logging Modifier and Type Field Description private static LoggingMixtureModelOutlierScaling. LOGThe logger for this class.private static LoggingSigmoidOutlierScaling. LOGThe logger for this class. -
Uses of Logging in elki.visualization
Fields in elki.visualization declared as Logging Modifier and Type Field Description private static LoggingVisualizerContext. LOGLogger.private static LoggingVisualizerParameterizer. LOGGet a logger for this class. -
Uses of Logging in elki.visualization.batikutil
Fields in elki.visualization.batikutil declared as Logging Modifier and Type Field Description private static LoggingThumbnailRegistryEntry. LOGThe logger class. -
Uses of Logging in elki.visualization.gui
Fields in elki.visualization.gui declared as Logging Modifier and Type Field Description private static LoggingSelectionTableWindow. LOGThe logger -
Uses of Logging in elki.visualization.gui.detail
Fields in elki.visualization.gui.detail declared as Logging Modifier and Type Field Description private static LoggingDetailView. LOGClass logger -
Uses of Logging in elki.visualization.gui.overview
Fields in elki.visualization.gui.overview declared as Logging Modifier and Type Field Description private static LoggingOverviewPlot. LOGOur logging classprivate static LoggingRectangleArranger. LOGLogging class -
Uses of Logging in elki.visualization.opticsplot
Fields in elki.visualization.opticsplot declared as Logging Modifier and Type Field Description private static LoggingOPTICSPlot. LOGLogger -
Uses of Logging in elki.visualization.parallel3d
Fields in elki.visualization.parallel3d declared as Logging Modifier and Type Field Description private static LoggingOpenGL3DParallelCoordinates. LOGLogging class.private static LoggingParallel3DRenderer. LOGLogging class. -
Uses of Logging in elki.visualization.savedialog
Fields in elki.visualization.savedialog declared as Logging Modifier and Type Field Description private static LoggingSVGSaveDialog. LOGStatic logger reference -
Uses of Logging in elki.visualization.silhouette
Fields in elki.visualization.silhouette declared as Logging Modifier and Type Field Description private static LoggingSilhouettePlot. LOGLogger -
Uses of Logging in elki.visualization.style
Fields in elki.visualization.style declared as Logging Modifier and Type Field Description private static LoggingPropertiesBasedStyleLibrary. LOGLogger -
Uses of Logging in elki.visualization.visualizers.optics
Fields in elki.visualization.visualizers.optics declared as Logging Modifier and Type Field Description private static LoggingOPTICSClusterVisualization. LOGThe logger for this class.private static LoggingOPTICSPlotSelectionVisualization. LOGThe logger for this class. -
Uses of Logging in elki.visualization.visualizers.pairsegments
Fields in elki.visualization.visualizers.pairsegments declared as Logging Modifier and Type Field Description private static LoggingCircleSegmentsVisualizer. LOGClass logger -
Uses of Logging in elki.visualization.visualizers.parallel
Fields in elki.visualization.visualizers.parallel declared as Logging Modifier and Type Field Description private static LoggingParallelAxisVisualization. LOGClass logger -
Uses of Logging in elki.visualization.visualizers.parallel.selection
Fields in elki.visualization.visualizers.parallel.selection declared as Logging Modifier and Type Field Description private static LoggingSelectionToolAxisRangeVisualization. LOGThe logger for this class. -
Uses of Logging in elki.visualization.visualizers.scatterplot.cluster
Fields in elki.visualization.visualizers.scatterplot.cluster declared as Logging Modifier and Type Field Description private static LoggingEMClusterVisualization. LOGClass logger. -
Uses of Logging in elki.visualization.visualizers.scatterplot.selection
Fields in elki.visualization.visualizers.scatterplot.selection declared as Logging Modifier and Type Field Description private static LoggingSelectionToolCubeVisualization. LOGThe logger for this class. -
Uses of Logging in elki.visualization.visualizers.silhouette
Fields in elki.visualization.visualizers.silhouette declared as Logging Modifier and Type Field Description private static LoggingSilhouettePlotSelectionToolVisualization. LOGThe logger for this class. -
Uses of Logging in elki.workflow
Fields in elki.workflow declared as Logging Modifier and Type Field Description private static LoggingAlgorithmStep. LOGLogger -
Uses of Logging in tutorial.clustering
Fields in tutorial.clustering declared as Logging Modifier and Type Field Description private static LoggingNaiveAgglomerativeHierarchicalClustering1. LOGClass loggerprivate static LoggingNaiveAgglomerativeHierarchicalClustering2. LOGClass loggerprivate static LoggingNaiveAgglomerativeHierarchicalClustering3. LOGClass loggerprivate static LoggingNaiveAgglomerativeHierarchicalClustering4. LOGClass loggerprivate static LoggingSameSizeKMeans. LOGClass loggerMethods in tutorial.clustering that return Logging Modifier and Type Method Description protected LoggingSameSizeKMeans. getLogger()
-