public static class ReferenceBasedOutlierDetection.Parameterizer extends AbstractNumberVectorDistanceBasedAlgorithm.Parameterizer<NumberVector>
Modifier and Type | Field and Description |
---|---|
private int |
k
Holds the value of
K_ID . |
static OptionID |
K_ID
Parameter to specify the number of nearest neighbors of an object, to be
considered for computing its REFOD_SCORE, must be an integer greater than
1.
|
private ReferencePointsHeuristic |
refp
Stores the reference point strategy
|
static OptionID |
REFP_ID
Parameter for the reference points heuristic.
|
distanceFunction
Constructor and Description |
---|
ReferenceBasedOutlierDetection.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ReferenceBasedOutlierDetection |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID REFP_ID
public static final OptionID K_ID
private int k
K_ID
.private ReferencePointsHeuristic refp
public ReferenceBasedOutlierDetection.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractNumberVectorDistanceBasedAlgorithm.Parameterizer<NumberVector>
config
- Parameterization to add options to.protected ReferenceBasedOutlierDetection makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.