Click or drag to resize
Accord.NET (logo)

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

Parameters

path
Type: SystemString
The file path from where the model should be loaded.

Return Value

Type: LibSvmModel
The LibSvmModel stored on path.
See Also