
public static class FlexibleLOF.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
| 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 or
 equal to 1. 
 | 
protected int | 
krefer
The reference set size to use. 
 | 
protected DistanceFunction<? super O> | 
neighborhoodDistanceFunction
Neighborhood distance function. 
 | 
static OptionID | 
REACHABILITY_DISTANCE_FUNCTION_ID
The distance function to determine the reachability distance between
 database objects. 
 | 
protected DistanceFunction<? super O> | 
reachabilityDistanceFunction
Reachability distance function. 
 | 
distanceFunction| Constructor and Description | 
|---|
FlexibleLOF.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected FlexibleLOF<O> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic 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<? super O> neighborhoodDistanceFunction
protected DistanceFunction<? super O> reachabilityDistanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O>config - Parameterization to add options to.protected FlexibleLOF<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.