Click or drag to resize
Accord.NET (logo)

LibSvmModelFromMachine Method

Namespace:  Accord.IO
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static LibSvmModel FromMachine(
	SupportVectorMachine<Linear> svm
)
Request Example View Source

Parameters

svm
Type: Accord.MachineLearning.VectorMachinesSupportVectorMachineLinear
The vector machine from which a libSVM model definition should be created.

Return Value

Type: LibSvmModel
A LibSvmModel class representing a support vector machine in LibSVM format.
See Also