Class | Description |
---|---|
MTree<O,D extends Distance<D>> |
MTree is a metrical index structure based on the concepts of the M-Tree.
|
MTreeFactory<O,D extends Distance<D>> |
Factory for a M-Tree
|
MTreeFactory.Parameterizer<O,D extends Distance<D>> |
Parameterization class.
|
MTreeIndex<O,D extends Distance<D>> |
Class for using an m-tree as database index.
|
MTreeNode<O,D extends Distance<D>> |
Represents a node in an M-Tree.
|