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 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 |
---|
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
public static final OptionID DIST_ID
public static final OptionID PCARUNNER_ID
public static final OptionID EXPECT_ID
public static final OptionID MODELS_ID
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 © 2019 ELKI Development Team. License information.