
public static class KMedoidsEM.Parameterizer<V,D extends NumberDistance<D,?>> extends AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<V,D>
| Modifier and Type | Field and Description |
|---|---|
protected KMedoidsInitialization<V> |
initializer |
protected int |
k |
protected int |
maxiter |
distanceFunction| Constructor and Description |
|---|
KMedoidsEM.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected KMedoidsEM<V,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected int k
protected int maxiter
protected KMedoidsInitialization<V> initializer
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<V,D extends NumberDistance<D,?>>config - Parameterization to add options to.protected KMedoidsEM<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer