
public static class RangeQueryFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector<?>> extends AbstractFilteredPCAIndex.Factory.Parameterizer<NV,RangeQueryFilteredPCAIndex<NV>>
| Modifier and Type | Field and Description |
|---|---|
protected DoubleDistance |
epsilon |
pca, pcaDistanceFunction| Constructor and Description |
|---|
RangeQueryFilteredPCAIndex.Factory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected RangeQueryFilteredPCAIndex.Factory<NV> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected DoubleDistance epsilon
public RangeQueryFilteredPCAIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector<?>,RangeQueryFilteredPCAIndex<NV extends NumberVector<?>>>config - Parameterization to add options to.protected RangeQueryFilteredPCAIndex.Factory<NV> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer