public static class COP.Parameterizer<V extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<V>
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) boolean |
models
Include COP models
|
static OptionID |
MODELS_ID
Include COP error vectors in output.
|
(package private) PCARunner |
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> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public 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
public static final OptionID MODELS_ID
Key: -cop.models
Default: off
int k
PCARunner pca
COP.DistanceDist dist
double expect
boolean models
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>
config
- Parameterization to add options to.protected COP<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.