|
OneVsRestLearningTInput, TBinary, TModelAggregateExceptions Property
|
Gets or sets a value indicating whether the entire training algorithm should stop
in case an exception has been detected at just one of the inner binary learning
problems. Default is true (execution will not be stopped).
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool AggregateExceptions { get; set; }
Public Property AggregateExceptions As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also