Click or drag to resize
Accord.NET (logo)

LibSvmModelWeights Property

Gets or sets the vector of linear weights used by this model, if it is a compact model. If this is not a compact model, this will be set to null.

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

Property Value

Type: Double
See Also