
public static class OUTRES.Parameterizer<O extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| static OptionID | D_IDOption ID for Epsilon parameter | 
| protected double | epsQuery radius | 
| Constructor and Description | 
|---|
| OUTRES.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected OUTRES<O> | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makepublic static final OptionID D_ID
protected double eps
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected OUTRES<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer