Click or drag to resize
Accord.NET (logo)

BaseGridSearchTResult, TModel, TRange, TParam, TLearner, TInput, TOutputLoss Property

Gets or sets a ComputeLossTOutput, TInfo function that can be used to measure how far the actual model predictions were from the expected ground-truth.

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public ComputeLoss<TOutput, TModel> Loss { get; set; }
Request Example View Source

Property Value

Type: ComputeLossTOutput, TModel
See Also