E
- the type of MTreeEntry used in the M-TreeN
- the type of AbstractMTreeNode used in the M-Treepublic static class RandomSplit.Parameterizer<E extends MTreeEntry,N extends AbstractMTreeNode<?,N,E>> extends AbstractMTreeSplit.Parameterizer<E,N>
Modifier and Type | Field and Description |
---|---|
static OptionID |
RANDOM_ID
Option ID for the random generator.
|
(package private) RandomFactory |
rnd
Random generator
|
distributor, DISTRIBUTOR_ID
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected RandomSplit<E,N> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID RANDOM_ID
RandomFactory rnd
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractMTreeSplit.Parameterizer<E extends MTreeEntry,N extends AbstractMTreeNode<?,N,E>>
config
- Parameterization to add options to.protected RandomSplit<E,N> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractMTreeSplit.Parameterizer<E extends MTreeEntry,N extends AbstractMTreeNode<?,N,E>>
Copyright © 2019 ELKI Development Team. License information.