| 
            
              LibSvmModelSave Method (Stream)
             | 
          
        
         
              Saves this model to disk using LibSVM's model format.
            
 
    Namespace: 
   Accord.IO
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic void Save(
	Stream stream
)
Public Sub Save ( 
	stream As Stream
)
 Request Example
		View SourceParameters
- stream
 - Type: System.IOStream
The stream where the file should be written. 
See Also