
public static class FourCSubspaceIndex.Factory.Parameterizer<V extends NumberVector<?>,D extends Distance<D>> extends AbstractSubspaceProjectionIndex.Factory.Parameterizer<V,D,FourCSubspaceIndex.Factory<V,D>>
| Modifier and Type | Field and Description |
|---|---|
private PCAFilteredRunner<V> |
pca
The Filtered PCA Runner
|
epsilon, minpts, rangeQueryDistanceFunction| Constructor and Description |
|---|
FourCSubspaceIndex.Factory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected FourCSubspaceIndex.Factory<V,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configEpsilon, configMinPts, configRangeQueryDistanceFunctionconfigure, makeprivate PCAFilteredRunner<V extends NumberVector<?>> pca
public FourCSubspaceIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractSubspaceProjectionIndex.Factory.Parameterizer<V extends NumberVector<?>,D extends Distance<D>,FourCSubspaceIndex.Factory<V extends NumberVector<?>,D extends Distance<D>>>config - Parameterization to add options to.protected FourCSubspaceIndex.Factory<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer