O
- Object typeN
- Node typeE
- Entry typepublic class MTreeSettings<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DistanceFunction<? super O> |
distanceFunction
Holds the instance of the trees distance function.
|
protected MTreeInsert<E,N> |
insertStrategy
Insertion strategy.
|
protected MTreeSplit<E,N> |
splitStrategy
Splitting strategy.
|
Constructor and Description |
---|
MTreeSettings() |
protected DistanceFunction<? super O> distanceFunction
protected MTreeSplit<E extends MTreeEntry,N extends AbstractMTreeNode<O,N,E>> splitStrategy
protected MTreeInsert<E extends MTreeEntry,N extends AbstractMTreeNode<O,N,E>> insertStrategy
Copyright © 2019 ELKI Development Team. License information.