Click or drag to resize
Accord.NET (logo)

LibSvmModelBias Property

Gets or sets whether an initial double value should be appended in the beginning of every feature vector. If set to a negative number, this functionality is disabled. Default is 0.

Namespace:  Accord.IO
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Bias { get; set; }
Request Example View Source

Property Value

Type: Double
See Also