|
LibSvmModelVectors Property
|
Gets or sets the set of support vectors used
by this model. If the model is compact, this
will be set to null.
Namespace:
Accord.IO
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public double[][] Vectors { get; set; }
Public Property Vectors As Double()()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also