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