Uses of Interface
elki.logging.statistics.Counter
-
Packages that use Counter Package Description elki.index Index structure implementations.elki.index.projected Projected indexes for data.elki.index.tree.metrical.mtreevariants M-tree and variants.elki.index.tree.spatial.kd K-d-tree and variants.elki.index.tree.spatial.rstarvariants R*-tree and variants.elki.index.vafile Vector Approximation File.elki.logging Logging facility for controlling logging behavior of the complete framework.elki.logging.statistics Classes for logging various statistics.elki.persistent Persistent data management. -
-
Uses of Counter in elki.index
Fields in elki.index declared as Counter Modifier and Type Field Description private CounterAbstractRefiningIndex. refinementsRefinement counter. -
Uses of Counter in elki.index.projected
Fields in elki.index.projected declared as Counter Modifier and Type Field Description (package private) CounterProjectedIndex. refinementsCount the number of distance refinements computed. -
Uses of Counter in elki.index.tree.metrical.mtreevariants
Fields in elki.index.tree.metrical.mtreevariants declared as Counter Modifier and Type Field Description protected CounterAbstractMTree.Statistics. distanceCalcsFor counting the number of distance computations.protected CounterAbstractMTree.Statistics. knnQueriesFor counting the number of knn queries answered.protected CounterAbstractMTree.Statistics. rangeQueriesFor counting the number of range queries answered. -
Uses of Counter in elki.index.tree.spatial.kd
Fields in elki.index.tree.spatial.kd declared as Counter Modifier and Type Field Description protected CounterMemoryKDTree. distcalcCounter for distance computations.protected CounterMinimalisticMemoryKDTree. distcalcCounter for distance computations.protected CounterSmallMemoryKDTree. distcalcCounter for distance computations.protected CounterMemoryKDTree. objaccessCounter for comparisons.(package private) CounterMinimalisticMemoryKDTree.CountSortAccesses. objaccessCounter for comparisons.protected CounterMinimalisticMemoryKDTree. objaccessCounter for comparisons.protected CounterSmallMemoryKDTree. objaccessCounter for comparisons.Constructors in elki.index.tree.spatial.kd with parameters of type Counter Constructor Description CountSortAccesses(Counter objaccess, Relation<? extends NumberVector> data)Constructor. -
Uses of Counter in elki.index.tree.spatial.rstarvariants
Fields in elki.index.tree.spatial.rstarvariants declared as Counter Modifier and Type Field Description protected CounterAbstractRStarTree.Statistics. distanceCalcsFor counting the number of distance computations.protected CounterAbstractRStarTree.Statistics. knnQueriesFor counting the number of knn queries answered.protected CounterAbstractRStarTree.Statistics. rangeQueriesFor counting the number of range queries answered. -
Uses of Counter in elki.index.vafile
Fields in elki.index.vafile declared as Counter Modifier and Type Field Description private CounterPartialVAFile.Statistics. issuedQueriesprivate CounterPartialVAFile.Statistics. queryTimeprivate CounterPartialVAFile.Statistics. refinementsprivate CounterPartialVAFile.Statistics. scannedBytes -
Uses of Counter in elki.logging
Methods in elki.logging that return Counter Modifier and Type Method Description CounterLogging. newCounter(java.lang.String key)Generate a new counter. -
Uses of Counter in elki.logging.statistics
Classes in elki.logging.statistics that implement Counter Modifier and Type Class Description classAtomicLongCounterClass to count events in a thread-safe counter.classUnsynchronizedLongCounterClass to count events in a thread-safe counter. -
Uses of Counter in elki.persistent
Fields in elki.persistent declared as Counter Modifier and Type Field Description private CounterAbstractPageFile. readAccessThe read I/O-Access of this file.private CounterAbstractPageFile. writeAccessThe write I/O-Access of this file.
-