
public abstract static class AbstractFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector<?>,I extends AbstractFilteredPCAIndex<NV>> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected PCAFilteredRunner<NV> |
pca
PCA utility object.
|
protected DistanceFunction<NV,DoubleDistance> |
pcaDistanceFunction
Holds the instance of the distance function specified by
AbstractFilteredPCAIndex.Factory.PCA_DISTANCE_ID. |
| Constructor and Description |
|---|
AbstractFilteredPCAIndex.Factory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstanceprotected DistanceFunction<NV extends NumberVector<?>,DoubleDistance> pcaDistanceFunction
AbstractFilteredPCAIndex.Factory.PCA_DISTANCE_ID.protected PCAFilteredRunner<NV extends NumberVector<?>> pca
public AbstractFilteredPCAIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.