public static class PercentageEigenPairFilter.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private double |
alpha
The threshold for strong eigenvectors: the strong eigenvectors explain a
portion of at least alpha of the total variance.
|
static OptionID |
ALPHA_ID
The threshold for 'strong' eigenvectors: the 'strong' eigenvectors
explain a portion of at least alpha of the total variance.
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected PercentageEigenPairFilter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID ALPHA_ID
private double alpha
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected PercentageEigenPairFilter makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.