
N - Object type for neighborhoodO - Non-spatial object typepublic abstract static class AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O> extends AbstractNeighborhoodOutlier.Parameterizer<N>
| Modifier and Type | Field and Description |
|---|---|
protected PrimitiveDistanceFunction<O> |
distanceFunction
The distance function to use on the non-spatial attributes.
|
npredf| Constructor and Description |
|---|
AbstractDistanceBasedSpatialOutlier.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstanceprotected PrimitiveDistanceFunction<O> distanceFunction
public AbstractDistanceBasedSpatialOutlier.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractNeighborhoodOutlier.Parameterizer<N>config - Parameterization to add options to.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.