public static class FlexibleLOF.Parameterizer<O,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<O,D>
Modifier and Type | Field and Description |
---|---|
protected int |
kreach
The set size to use for reachability distance.
|
static OptionID |
KREACH_ID
Parameter to specify the number of nearest neighbors of an object to be
considered for computing its reachability distance.
|
static OptionID |
KREF_ID
Parameter to specify the number of nearest neighbors of an object to be
considered for computing its LOF_SCORE, must be an integer greater than
1.
|
protected int |
krefer
The reference set size to use.
|
protected DistanceFunction<O,D> |
neighborhoodDistanceFunction
Neighborhood distance function.
|
static OptionID |
REACHABILITY_DISTANCE_FUNCTION_ID
The distance function to determine the reachability distance between
database objects.
|
protected DistanceFunction<O,D> |
reachabilityDistanceFunction
Reachability distance function.
|
distanceFunction
Constructor and Description |
---|
FlexibleLOF.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected FlexibleLOF<O,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID REACHABILITY_DISTANCE_FUNCTION_ID
public static final OptionID KREF_ID
public static final OptionID KREACH_ID
protected int krefer
protected int kreach
protected DistanceFunction<O,D extends NumberDistance<D,?>> neighborhoodDistanceFunction
protected DistanceFunction<O,D extends NumberDistance<D,?>> reachabilityDistanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<O,D extends NumberDistance<D,?>>
config
- Parameterization to add options to.protected FlexibleLOF<O,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer