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 Counter
AbstractRefiningIndex. refinements
Refinement counter. -
Uses of Counter in elki.index.projected
Fields in elki.index.projected declared as Counter Modifier and Type Field Description (package private) Counter
ProjectedIndex. refinements
Count 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 Counter
AbstractMTree.Statistics. distanceCalcs
For counting the number of distance computations.protected Counter
AbstractMTree.Statistics. knnQueries
For counting the number of knn queries answered.protected Counter
AbstractMTree.Statistics. rangeQueries
For 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 Counter
MemoryKDTree. distcalc
Counter for distance computations.protected Counter
MinimalisticMemoryKDTree. distcalc
Counter for distance computations.protected Counter
SmallMemoryKDTree. distcalc
Counter for distance computations.protected Counter
MemoryKDTree. objaccess
Counter for comparisons.(package private) Counter
MinimalisticMemoryKDTree.CountSortAccesses. objaccess
Counter for comparisons.protected Counter
MinimalisticMemoryKDTree. objaccess
Counter for comparisons.protected Counter
SmallMemoryKDTree. objaccess
Counter 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 Counter
AbstractRStarTree.Statistics. distanceCalcs
For counting the number of distance computations.protected Counter
AbstractRStarTree.Statistics. knnQueries
For counting the number of knn queries answered.protected Counter
AbstractRStarTree.Statistics. rangeQueries
For 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 Counter
PartialVAFile.Statistics. issuedQueries
private Counter
PartialVAFile.Statistics. queryTime
private Counter
PartialVAFile.Statistics. refinements
private Counter
PartialVAFile.Statistics. scannedBytes
-
Uses of Counter in elki.logging
Methods in elki.logging that return Counter Modifier and Type Method Description Counter
Logging. 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 class
AtomicLongCounter
Class to count events in a thread-safe counter.class
UnsynchronizedLongCounter
Class 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 Counter
AbstractPageFile. readAccess
The read I/O-Access of this file.private Counter
AbstractPageFile. writeAccess
The write I/O-Access of this file.
-