Click or drag to resize
Accord.NET (logo)

SplitSetValidationTModelEvaluation Property

Gets or sets the performance estimation function.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SplitValidationEvaluateFunction<TModel> Evaluation { get; set; }
Request Example View Source

Property Value

Type: SplitValidationEvaluateFunctionTModel
See Also