Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
See Also