|   | 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
Syntaxpublic double[][] Vectors { get; set; }Public Property Vectors As Double()()
	Get
	Set
Property Value
Type: 
Double See Also
See Also