public static class SimpleCOP.Parameterizer<V extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<V>
| Modifier and Type | Field and Description | 
|---|---|
private EigenPairFilter | 
filter
Filter for selecting eigenvectors. 
 | 
(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 PCARunner | 
pca
Holds the object performing the dependency derivation 
 | 
static OptionID | 
PCARUNNER_ID
Parameter for the PCA runner class. 
 | 
distanceFunction| Constructor and Description | 
|---|
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, makepublic static final OptionID K_ID
public static final OptionID PCARUNNER_ID
int k
protected PCARunner pca
private EigenPairFilter filter
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>config - Parameterization to add options to.protected SimpleCOP<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.