
public static class SimpleCOP.Parameterizer<V extends NumberVector<?>,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<V,D>
| 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<V> | 
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,D> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID K_ID
-cop.k
 public static final OptionID PCARUNNER_ID
 Key: -cop.pcarunner
 
int k
protected PCAFilteredRunner<V extends NumberVector<?>> pca
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector<?>,D extends NumberDistance<D,?>>config - Parameterization to add options to.protected SimpleCOP<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer