
O - Input object typepublic static class UnweightedNeighborhoodAdapter.Factory.Parameterizer<O> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
(package private) NeighborSetPredicate.Factory<O> |
inner
The actual predicate.
|
static OptionID |
INNER_ID
The parameter to give the non-weighted neighborhood to use.
|
| Constructor and Description |
|---|
UnweightedNeighborhoodAdapter.Factory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected UnweightedNeighborhoodAdapter.Factory<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID INNER_ID
NeighborSetPredicate.Factory<O> inner
public UnweightedNeighborhoodAdapter.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected UnweightedNeighborhoodAdapter.Factory<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer