Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax |
Modifier and Type | Field and Description |
---|---|
private QueryStatistic |
MkCoPTree.rkNNStatistics
Provides some statistics about performed reverse knn-queries.
|
Modifier and Type | Method and Description |
---|---|
QueryStatistic |
MkCoPTree.getRkNNStatistics()
Returns the statistic for performed rknn queries.
|
Modifier and Type | Field and Description |
---|---|
private QueryStatistic |
MkMaxTree.rkNNStatistics
Provides some statistics about performed reverse knn-queries.
|
Modifier and Type | Method and Description |
---|---|
QueryStatistic |
MkMaxTree.getRkNNStatistics()
Returns the statistic for performed rknn queries.
|