
public static class LimitEigenPairFilter.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private boolean |
absolute
Indicates whether delta is an absolute or a relative value.
|
private double |
delta
Threshold for strong eigenpairs, can be absolute or relative.
|
| Constructor and Description |
|---|
LimitEigenPairFilter.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected LimitEigenPairFilter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprivate double delta
private boolean absolute
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected LimitEigenPairFilter makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer