public static class FastDOC.Parameterizer<V extends NumberVector> extends DOC.Parameterizer<V>
Modifier and Type | Field and Description |
---|---|
protected int |
d_zero
Stopping threshold for FastDOC.
|
static OptionID |
D_ZERO_ID
Stopping threshold for FastDOC.
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected FastDOC<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID D_ZERO_ID
protected int d_zero
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class DOC.Parameterizer<V extends NumberVector>
config
- Parameterization to add options to.protected FastDOC<V> makeInstance()
AbstractParameterizer
makeInstance
in class DOC.Parameterizer<V extends NumberVector>
Copyright © 2019 ELKI Development Team. License information.