public static class FarthestPointsInitialMeans.Parameterizer<O> extends AbstractKMeansInitialization.Parameterizer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
keepfirst
Flag for discarding the first object chosen.
|
static OptionID |
KEEPFIRST_ID
Option ID to control the handling of the first object chosen.
|
rnd| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected FarthestPointsInitialMeans<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID KEEPFIRST_ID
protected boolean keepfirst
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractKMeansInitialization.Parameterizerconfig - Parameterization to add options to.protected FarthestPointsInitialMeans<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.