public static class KMedoidsFastPAM.Parameterizer<V> extends KMedoidsFastPAM1.Parameterizer<V>
Modifier and Type | Field and Description |
---|---|
protected double |
fasttol
Tolerance for fast swapping behavior (may perform worse swaps).
|
static OptionID |
FASTTOL_ID
Tolerance for performing additional swaps.
|
initializer, k, maxiter
distanceFunction
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<? extends KMedoidsInitialization> |
defaultInitializer()
Default initialization method.
|
protected KMedoidsFastPAM<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID FASTTOL_ID
protected double fasttol
protected java.lang.Class<? extends KMedoidsInitialization> defaultInitializer()
KMedoidsPAM.Parameterizer
defaultInitializer
in class KMedoidsPAM.Parameterizer<V>
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class KMedoidsPAM.Parameterizer<V>
config
- Parameterization to add options to.protected KMedoidsFastPAM<V> makeInstance()
AbstractParameterizer
makeInstance
in class KMedoidsFastPAM1.Parameterizer<V>
Copyright © 2019 ELKI Development Team. License information.