public static class SimpleCOP.Parameterizer<V extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<V>
Modifier and Type | Field and Description |
---|---|
(package private) int |
k
Number of neighbors to be considered.
|
static OptionID |
K_ID
Parameter to specify the number of nearest neighbors of an object to be
considered for computing its COP_SCORE, must be an integer greater than
0.
|
protected PCAFilteredRunner |
pca
Holds the object performing the dependency derivation
|
static OptionID |
PCARUNNER_ID
Parameter for the PCA runner class.
|
distanceFunction
Constructor and Description |
---|
SimpleCOP.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected SimpleCOP<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID K_ID
-cop.k
public static final OptionID PCARUNNER_ID
Key: -cop.pcarunner
int k
protected PCAFilteredRunner pca
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>
config
- Parameterization to add options to.protected SimpleCOP<V> 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.