Click or drag to resize
Accord.NET (logo)

BaseLinearDualCoordinateDescentTModel, TKernel, TInputLoss Property

Gets or sets the Loss cost function that should be optimized. Default is L2.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Loss Loss { get; set; }
Request Example View Source

Property Value

Type: Loss
See Also