
public static class OnlineLOF.Parameterizer<O,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<O,D>
| Modifier and Type | Field and Description | 
|---|---|
| protected int | kThe neighborhood size to use | 
| protected DistanceFunction<O,D> | neighborhoodDistanceFunctionNeighborhood distance function. | 
| protected DistanceFunction<O,D> | reachabilityDistanceFunctionReachability distance function. | 
distanceFunction| Constructor and Description | 
|---|
| OnlineLOF.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected OnlineLOF<O,D> | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makeprotected int k
protected DistanceFunction<O,D extends NumberDistance<D,?>> neighborhoodDistanceFunction
protected DistanceFunction<O,D extends NumberDistance<D,?>> reachabilityDistanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O,D extends NumberDistance<D,?>>config - Parameterization to add options to.protected OnlineLOF<O,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer