O
- the type of objects stored in the indexN
- the type of nodes used in the metrical indexE
- the type of entries used in the metrical indexpublic abstract class MetricalIndexTree<O,N extends Node<E>,E extends Entry> extends IndexTree<N,E>
dirCapacity, dirMinimum, initialized, leafCapacity, leafMinimum
Constructor and Description |
---|
MetricalIndexTree(PageFile<N> pagefile)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract DistanceFunction<? super O> |
getDistanceFunction()
Returns the distance function of this metrical index.
|
abstract List<E> |
getLeaves()
Returns a list of entries pointing to the leaf nodes of this spatial index.
|
createEmptyRoot, createHeader, createNewDirectoryNode, createNewLeafNode, createRootEntry, deleteNode, getFile, getLogger, getNode, getNode, getPageID, getPageSize, getRoot, getRootEntry, getRootID, getRootPath, initialize, initialize, initializeCapacities, initializeFromFile, isRoot, logStatistics, postDelete, preInsert, writeNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongName, getShortName
public abstract DistanceFunction<? super O> getDistanceFunction()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.