public static class SigmoidKernelFunction.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected double |
c
C parameter, theta parameter
|
static OptionID |
C_ID
C parameter: scaling
|
protected double |
theta
C parameter, theta parameter
|
static OptionID |
THETA_ID
Theta parameter: bias
|
Constructor and Description |
---|
SigmoidKernelFunction.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected SigmoidKernelFunction |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID C_ID
public static final OptionID THETA_ID
protected double c
protected double theta
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected SigmoidKernelFunction makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.