
public static class LocallyWeightedDistanceFunction.Parameterizer<V extends NumberVector<?>> extends AbstractIndexBasedDistanceFunction.Parameterizer<LocalProjectionIndex.Factory<V,FilteredLocalPCAIndex<V>>>
factory| Constructor and Description |
|---|
LocallyWeightedDistanceFunction.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected LocallyWeightedDistanceFunction<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configIndexFactoryconfigure, makepublic LocallyWeightedDistanceFunction.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected LocallyWeightedDistanceFunction<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer