O - Object typepublic static class SOS.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
perplexity
Perplexity.
|
static OptionID |
PERPLEXITY_ID
Parameter to specify perplexity
|
distanceFunction| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected SOS<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID PERPLEXITY_ID
double perplexity
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O>config - Parameterization to add options to.protected SOS<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.