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, make
public static final OptionID PERPLEXITY_ID
protected double perplexity
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<O>
config
- Parameterization to add options to.protected PerplexityAffinityMatrixBuilder<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.