
O - Object typeD - Distance typeN - Node typeE - Entry typeI - Index typepublic abstract class AbstractMkTreeUnifiedFactory<O,D extends Distance<D>,N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry<D>,I extends AbstractMkTree<O,D,N,E> & Index> extends AbstractMTreeFactory<O,D,N,E,I>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMkTreeUnifiedFactory.Parameterizer<O,D extends Distance<D>>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
k_max
Holds the value of parameter
K_MAX_ID. |
static OptionID |
K_MAX_ID
Parameter specifying the maximal number k of reverse k nearest neighbors to
be supported, must be an integer greater than 0.
|
DISTANCE_FUNCTION_ID, distanceFunctionCACHE_SIZE_ID, cacheSize, FILE_ID, fileName, PAGE_SIZE_ID, pageSize| Constructor and Description |
|---|
AbstractMkTreeUnifiedFactory(String fileName,
int pageSize,
long cacheSize,
DistanceFunction<O,D> distanceFunction,
int k_max)
Constructor.
|
getInputTypeRestrictioninstantiate, makePageFilepublic static final OptionID K_MAX_ID
Key: -mktree.kmax
protected int k_max
K_MAX_ID.public AbstractMkTreeUnifiedFactory(String fileName, int pageSize, long cacheSize, DistanceFunction<O,D> distanceFunction, int k_max)
fileName - pageSize - cacheSize - distanceFunction - k_max -