Click or drag to resize
Accord.NET (logo)

LibSvmModelSolver Property

Gets or sets the solver type used to create the model.

Namespace:  Accord.IO
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public LibSvmSolverType Solver { get; set; }
Request Example View Source

Property Value

Type: LibSvmSolverType
See Also