Click or drag to resize
Accord.NET (logo)

LibSvmModelCreateAlgorithm Method

Creates a support vector machine learning algorithm that attends the requisites specified in this model.

Namespace:  Accord.IO
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public ISupervisedLearning<SupportVectorMachine, double[], double> CreateAlgorithm()
Request Example View Source

Return Value

Type: ISupervisedLearningSupportVectorMachine, Double, Double
A ILinearSupportVectorMachineLearning that represents this model.
See Also