public static class FarthestPointsInitialMeans.Parameterizer<V,D extends NumberDistance<D,?>> extends AbstractKMeansInitialization.Parameterizer<V>
Modifier and Type | Field and Description |
---|---|
protected boolean |
dropfirst
Flag for discarding the first object chosen.
|
static OptionID |
DROPFIRST_ID
Option ID to control the handling of the first object chosen.
|
rnd
Constructor and Description |
---|
FarthestPointsInitialMeans.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected FarthestPointsInitialMeans<V,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID DROPFIRST_ID
protected boolean dropfirst
public FarthestPointsInitialMeans.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractKMeansInitialization.Parameterizer<V>
config
- Parameterization to add options to.protected FarthestPointsInitialMeans<V,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer