|
MulticlassSupportVectorMachineLoad Method (Stream)
|
Note: This API is now obsolete.
Loads a machine from a stream.
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Accord.IO.Serializer.Load<MulticlassSupportVectorMachine>(stream) instead.")]
public static MulticlassSupportVectorMachine Load(
Stream stream
)
<ObsoleteAttribute("Please use Accord.IO.Serializer.Load<MulticlassSupportVectorMachine>(stream) instead.")>
Public Shared Function Load (
stream As Stream
) As MulticlassSupportVectorMachine
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream from which the machine is to be deserialized.
Return Value
Type:
MulticlassSupportVectorMachineThe deserialized machine.
See Also