de.lmu.ifi.dbs.elki.datasource.filter
Class AbstractRandomFeatureSelectionFilter.Parameterizer<V extends NumberVector<V,?>>
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.datasource.filter.AbstractRandomFeatureSelectionFilter.Parameterizer<V>
- All Implemented Interfaces:
- Parameterizer
- Direct Known Subclasses:
- DoubleVectorRandomProjectionFilter.Parameterizer, SparseFloatVectorRandomProjectionFilter.Parameterizer
- Enclosing class:
- AbstractRandomFeatureSelectionFilter<V extends FeatureVector<?,?>>
public abstract static class AbstractRandomFeatureSelectionFilter.Parameterizer<V extends NumberVector<V,?>>
- extends AbstractParameterizer
Parameterization class.
Field Summary |
protected int |
k
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
k
protected int k
AbstractRandomFeatureSelectionFilter.Parameterizer
public AbstractRandomFeatureSelectionFilter.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 AbstractParameterizer
- Parameters:
config
- Parameterization to add options to.