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