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