
public static class ProgressiveEigenPairFilter.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private double |
palpha
The threshold for strong eigenvectors: the strong eigenvectors explain a
portion of at least alpha of the total variance.
|
private double |
walpha
The noise tolerance level for weak eigenvectors
|
| Constructor and Description |
|---|
ProgressiveEigenPairFilter.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ProgressiveEigenPairFilter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprivate double palpha
private double walpha
public ProgressiveEigenPairFilter.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ProgressiveEigenPairFilter makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer