Click or drag to resize
Accord.NET (logo)

SigmoidAlpha Property

Gets or sets the kernel's alpha parameter.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Alpha { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
In a sigmoid kernel, alpha is a inner product coefficient for the hyperbolic tangent function.
See Also