Click or drag to resize
Accord.NET (logo)

BaseLinearDualCoordinateDescentTModel, TKernel, TInput 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 BaseLinearDualCoordinateDescent()
Request Example View Source
See Also