O
- Object typeD
- Distance typeN
- Node typeE
- Entry typepublic class MkTreeSettings<O,D extends NumberDistance<D,?>,N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry> extends MTreeSettings<O,D,N,E>
Modifier and Type | Field and Description |
---|---|
int |
k_max
Holds the maximum value of k to support.
|
distanceFunction, insertStrategy, splitStrategy
Constructor and Description |
---|
MkTreeSettings() |