|
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
)
Public Shared Function Load (
stream As Stream
) As LibSvmModel
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream from where the model should be loaded.
Return Value
Type:
LibSvmModelThe
LibSvmModel stored on
stream.
See Also