Click or drag to resize
Accord.NET (logo)

LibSvmModelCreateMachine Method

Creates a SupportVectorMachine that attends the requisites specified in this model.

Namespace:  Accord.IO
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SupportVectorMachine CreateMachine()
Request Example View Source

Return Value

Type: SupportVectorMachine
A SupportVectorMachine that represents this model.
See Also