
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, makepublic static final OptionID DROPFIRST_ID
protected boolean dropfirst
public FarthestPointsInitialMeans.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractKMeansInitialization.Parameterizer<V>config - Parameterization to add options to.protected FarthestPointsInitialMeans<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer