Click or drag to resize
Accord.NET (logo)

GridSearchResultTModel, TParam, TInput, TOutputExceptions Property

Gets exceptions found during the learning of each of the created models, if any.

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Exception[] Exceptions { get; set; }
Request Example View Source

Property Value

Type: Exception
See Also