
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.
|
| Constructor and Description |
|---|
PercentageEigenPairFilter.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, makeprivate double alpha
public PercentageEigenPairFilter.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected PercentageEigenPairFilter makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer