de.lmu.ifi.dbs.elki.math.linearalgebra.pca
Class PCAFilteredRunner.Parameterizer<V extends NumberVector<? extends V,?>>
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner.Parameterizer<V>
de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner.Parameterizer<V>
- All Implemented Interfaces:
- Parameterizer
- Enclosing class:
- PCAFilteredRunner<V extends NumberVector<? extends V,?>>
public static class PCAFilteredRunner.Parameterizer<V extends NumberVector<? extends V,?>>
- extends PCARunner.Parameterizer<V>
Parameterization class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eigenPairFilter
protected EigenPairFilter eigenPairFilter
- Holds the instance of the EigenPairFilter specified by
PCAFilteredRunner.PCA_EIGENPAIR_FILTER
.
big
protected double big
- Holds the value of
PCAFilteredRunner.BIG_ID
.
small
protected double small
- Holds the value of
PCAFilteredRunner.SMALL_ID
.
PCAFilteredRunner.Parameterizer
public PCAFilteredRunner.Parameterizer()
makeOptions
protected void makeOptions(Parameterization config)
- Description copied from class:
AbstractParameterizer
- Add all options.
ALWAYS call super.makeOptions(config), unless you have a strong reason
to do otherwise!
- Overrides:
makeOptions
in class PCARunner.Parameterizer<V extends NumberVector<? extends V,?>>
- Parameters:
config
- Parameterization to add options to.
makeInstance
protected PCAFilteredRunner<V> makeInstance()
- Description copied from class:
AbstractParameterizer
- Make an instance after successful configuration.
- Overrides:
makeInstance
in class PCARunner.Parameterizer<V extends NumberVector<? extends V,?>>
- Returns:
- instance