
public static class COP.Parameterizer<V extends NumberVector<?>,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<V,D>
| Modifier and Type | Field and Description | 
|---|---|
(package private) COP.DistanceDist | 
dist
Distance distributution assumption. 
 | 
static OptionID | 
DIST_ID
Distribution assumption for distances. 
 | 
(package private) double | 
expect
Expected amount of outliers. 
 | 
static OptionID | 
EXPECT_ID
Expected share of outliers. 
 | 
(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. 
 | 
(package private) PCARunner<V> | 
pca
Holds the object performing the dependency derivation. 
 | 
static OptionID | 
PCARUNNER_ID
Class to compute the PCA with. 
 | 
distanceFunction| Constructor and Description | 
|---|
COP.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected COP<V,D> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID K_ID
 Key: -cop.k
 
public static final OptionID DIST_ID
 Key: -cop.dist
 
public static final OptionID PCARUNNER_ID
 Key: -cop.pcarunner
 
public static final OptionID EXPECT_ID
 Key: -cop.expect
 
 Default: 0.001
 
int k
PCARunner<V extends NumberVector<?>> pca
COP.DistanceDist dist
double expect
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector<?>,D extends NumberDistance<D,?>>config - Parameterization to add options to.protected COP<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer