
O - Object typepublic abstract static class AbstractNeighborhoodOutlier.Parameterizer<O> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected NeighborSetPredicate.Factory<O> |
npredf
The predicate to obtain the neighbors.
|
| Constructor and Description |
|---|
AbstractNeighborhoodOutlier.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstanceprotected NeighborSetPredicate.Factory<O> npredf
public AbstractNeighborhoodOutlier.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.