Click or drag to resize
Accord.NET (logo)

BaseStochasticGradientDescentTModel, TKernel, TInput, TLossLoss Property

Gets or sets the loss function to be used. Default is to use the LogisticLoss.

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

Property Value

Type: TLoss
See Also