Click or drag to resize
Accord.NET (logo)

SparseSigmoidGamma Property

Gets or sets the kernel's gamma parameter.

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

Property Value

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