Click or drag to resize
Accord.NET (logo)

BaseLinearCoordinateDescentTModel, TKernel Constructor

Constructs a new coordinate descent algorithm for L1-loss and L2-loss SVM dual problems.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public BaseLinearCoordinateDescent()
Request Example View Source
See Also