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 |
---|
FarthestPointsInitialMeans.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, make
public static final OptionID KEEPFIRST_ID
protected boolean keepfirst
public FarthestPointsInitialMeans.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractKMeansInitialization.Parameterizer
config
- Parameterization to add options to.protected FarthestPointsInitialMeans<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.