Click or drag to resize
Accord.NET (logo)

OneVsOneLearningTInput, 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; }
Request Example View Source

Property Value

Type: Boolean
See Also