Click or drag to resize
Accord.NET (logo)

LibSvmModelLoad Method (Stream)

Loads a model specified using LibSVM's model format from a stream.

Namespace:  Accord.IO
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static LibSvmModel Load(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream from where the model should be loaded.

Return Value

Type: LibSvmModel
The LibSvmModel stored on stream.
See Also