Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachineLoad 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<MultilabelSupportVectorMachine>(stream) instead.")]
public static MultilabelSupportVectorMachine Load(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream from which the machine is to be deserialized.

Return Value

Type: MultilabelSupportVectorMachine
The deserialized machine.
See Also