public static class RandomlyChosenInitialMeans.Parameterizer<V> extends AbstractKMeansInitialization.Parameterizer<V>
rnd
Constructor and Description |
---|
RandomlyChosenInitialMeans.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected RandomlyChosenInitialMeans<V> |
makeInstance()
Make an instance after successful configuration.
|
makeOptions
configure, make
public RandomlyChosenInitialMeans.Parameterizer()
protected RandomlyChosenInitialMeans<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer