| 
            
              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
Syntaxpublic Exception[] Exceptions { get; set; }Public Property Exceptions As Exception()
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
Exception
See Also