Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineSave Method (String)

Note: This API is now obsolete.

Saves the machine to a file.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Accord.IO.Serializer.Save() instead (or use it as an extension method).")]
public void Save(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path to the file to which the machine is to be serialized.
See Also