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.
|
static OptionID |
NON_SPATIAL_DISTANCE_FUNCTION_ID
Parameter to specify the non spatial distance function to use
|
npredf| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstancepublic static final OptionID NON_SPATIAL_DISTANCE_FUNCTION_ID
protected PrimitiveDistanceFunction<O> distanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractNeighborhoodOutlier.Parameterizer<N>config - Parameterization to add options to.Copyright © 2019 ELKI Development Team. License information.