Arguments for the LearnProgress event. More...
Inherits EventArgs.
Properties | |
bool | Continue [get, set] |
Gets or sets whether the current learn operation should be continued (true) or interrupted (false). | |
TrainingSet.InstanceInfo | Instance [get] |
The instance that is currently being processed. | |
int | CurrentInstanceIndex [get] |
The index of the instance that is currently being processed. | |
int | TotalInstances [get] |
The total number of instances that will be processed. | |
int | CorrectInstances [get] |
Number of instances that Minos was able to correctly identify using the proto-classifier that is currently being built. | |
Arguments for the LearnProgress event.