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, makepublic static final OptionID D_ZERO_ID
protected int d_zero
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class DOC.Parameterizer<V extends NumberVector>config - Parameterization to add options to.protected FastDOC<V> makeInstance()
AbstractParameterizermakeInstance in class DOC.Parameterizer<V extends NumberVector>Copyright © 2019 ELKI Development Team. License information.