
public static class LOCI.Parameterizer<O,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<O,D>
| Modifier and Type | Field and Description | 
|---|---|
| protected double | alpha | 
| protected int | nmin | 
| protected D | rmax | 
distanceFunction| Constructor and Description | 
|---|
| LOCI.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected LOCI<O,D> | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makeprotected D extends NumberDistance<D,?> rmax
protected int nmin
protected double alpha
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O,D extends NumberDistance<D,?>>config - Parameterization to add options to.protected LOCI<O,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer