CVB.Net 14.0
ClassifierFactory.LearnProgressEventArgs Class Reference

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).
 
double FractionDone [get]
 Fraction of the current step that has already been processed (ranges from 0 to 1)
 
LearnStage LearnStage [get]
 Current learnStage of the learning process.
 

Detailed Description

Arguments for the LearnProgress event.