|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer de.lmu.ifi.dbs.elki.math.linearalgebra.pca.ProgressiveEigenPairFilter.Parameterizer
public static class ProgressiveEigenPairFilter.Parameterizer
Parameterization class.
Field Summary | |
---|---|
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 Summary | |
---|---|
ProgressiveEigenPairFilter.Parameterizer()
|
Method Summary | |
---|---|
protected ProgressiveEigenPairFilter |
makeInstance()
Make an instance after successful configuration. |
protected void |
makeOptions(Parameterization config)
Add all options. |
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer |
---|
configure, make |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double palpha
private double walpha
Constructor Detail |
---|
public ProgressiveEigenPairFilter.Parameterizer()
Method Detail |
---|
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ProgressiveEigenPairFilter makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |