Click or drag to resize
Accord.NET (logo)

BaseSplitSetValidationTResult, TModel, 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, SetResult<TModel>> Loss { get; set; }
Request Example View Source

Property Value

Type: ComputeLossTOutput, SetResultTModel
See Also