|
LibSvmModelLoad Method (String)
|
Loads a model specified using LibSVM's model format from disk.
Namespace:
Accord.IO
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public static LibSvmModel Load(
string path
)
Public Shared Function Load (
path As String
) As LibSvmModel
Request Example
View SourceParameters
- path
- Type: SystemString
The file path from where the model should be loaded.
Return Value
Type:
LibSvmModelThe
LibSvmModel stored on
path.
See Also