Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index |
Index structure implementations
|
de.lmu.ifi.dbs.elki.index.projected |
Projected indexes for data.
|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants |
M-Tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.kd |
K-d-tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants |
R*-Tree and variants.
|
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.statistics |
Classes for logging various statistics.
|
de.lmu.ifi.dbs.elki.persistent |
Persistent data management.
|
Modifier and Type | Field and Description |
---|---|
private Counter |
AbstractRefiningIndex.refinements
Refinement counter.
|
Modifier and Type | Field and Description |
---|---|
(package private) Counter |
ProjectedIndex.refinements
Count the number of distance refinements computed.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Field and Description |
---|---|
(package private) Counter |
SmallMemoryKDTree.distcalc
Counter for distance computations.
|
(package private) Counter |
MinimalisticMemoryKDTree.distcalc
Counter for distance computations.
|
(package private) Counter |
SmallMemoryKDTree.objaccess
Counter for comparisons.
|
(package private) Counter |
MinimalisticMemoryKDTree.objaccess
Counter for comparisons.
|
(package private) Counter |
MinimalisticMemoryKDTree.CountSortAccesses.objaccess
Counter for comparisons.
|
Constructor and Description |
---|
MinimalisticMemoryKDTree.CountSortAccesses(Counter objaccess,
Relation<? extends NumberVector> data)
Constructor.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Field and Description |
---|---|
private Counter |
PartialVAFile.Statistics.issuedQueries |
private Counter |
PartialVAFile.Statistics.queryTime |
private Counter |
PartialVAFile.Statistics.refinements |
private Counter |
PartialVAFile.Statistics.scannedBytes |
Modifier and Type | Method and Description |
---|---|
Counter |
Logging.newCounter(String key)
Generate a new counter.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicLongCounter
Class to count events in a thread-safe counter.
|
class |
UnsynchronizedLongCounter
Class to count events in a thread-safe counter.
|
Modifier and Type | Field and 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.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.