
public static class PreDeConSubspaceIndex.Factory.Parameterizer<V extends NumberVector<?>,D extends Distance<D>> extends AbstractSubspaceProjectionIndex.Factory.Parameterizer<V,D,PreDeConSubspaceIndex.Factory<V,D>>
| Modifier and Type | Field and Description |
|---|---|
protected double |
delta
The threshold for small eigenvalues.
|
epsilon, minpts, rangeQueryDistanceFunction| Constructor and Description |
|---|
PreDeConSubspaceIndex.Factory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected PreDeConSubspaceIndex.Factory<V,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configEpsilon, configMinPts, configRangeQueryDistanceFunctionconfigure, makepublic PreDeConSubspaceIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractSubspaceProjectionIndex.Factory.Parameterizer<V extends NumberVector<?>,D extends Distance<D>,PreDeConSubspaceIndex.Factory<V extends NumberVector<?>,D extends Distance<D>>>config - Parameterization to add options to.protected PreDeConSubspaceIndex.Factory<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer