|
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; }
Public Property Weights As Double()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also