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