O
- Object typeN
- Node typeE
- Entry typepublic class MTreeSettings<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry> extends Object
Modifier and Type | Field and Description |
---|---|
protected DistanceFunction<? super O> |
distanceFunction
Holds the instance of the trees distance function.
|
protected MTreeInsert<O,N,E> |
insertStrategy
Insertion strategy.
|
protected MTreeSplit<O,N,E> |
splitStrategy
Splitting strategy.
|
Constructor and Description |
---|
MTreeSettings() |
protected DistanceFunction<? super O> distanceFunction
protected MTreeSplit<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry> splitStrategy
protected MTreeInsert<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry> insertStrategy
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.