
O - Object typepublic static class LoOP.Parameterizer<O> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
COMPARISON_DISTANCE_FUNCTION_ID
The distance function to determine the reachability distance between
database objects.
|
protected DistanceFunction<O> |
comparisonDistanceFunction
Preprocessor Step 2.
|
(package private) int |
kcomp
Holds the value of
KCOMP_ID. |
static OptionID |
KCOMP_ID
Parameter to specify the number of nearest neighbors of an object to be
considered for computing its LOOP_SCORE, must be an integer greater than
1.
|
(package private) int |
kreach
Holds the value of
KREACH_ID. |
static OptionID |
KREACH_ID
Parameter to specify the number of nearest neighbors of an object to be
considered for computing its LOOP_SCORE, must be an integer greater than
1.
|
(package private) double |
lambda
Hold the value of
LAMBDA_ID. |
static OptionID |
LAMBDA_ID
Parameter to specify the number of nearest neighbors of an object to be
considered for computing its LOOP_SCORE, must be an integer greater than
1.
|
static OptionID |
REACHABILITY_DISTANCE_FUNCTION_ID
The distance function to determine the reachability distance between
database objects.
|
protected DistanceFunction<O> |
reachabilityDistanceFunction
Preprocessor Step 1.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected LoOP<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 COMPARISON_DISTANCE_FUNCTION_ID
public static final OptionID KREACH_ID
public static final OptionID KCOMP_ID
public static final OptionID LAMBDA_ID
int kreach
KREACH_ID.int kcomp
KCOMP_ID.double lambda
LAMBDA_ID.protected DistanceFunction<O> reachabilityDistanceFunction
protected DistanceFunction<O> comparisonDistanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected LoOP<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.