PredictorFactoryBaseOnProgressReport Method

CVB.Net Documentation
Event raiser.

Namespace:  Stemmer.Cvb.Polimago.Training
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

protected virtual void OnProgressReport(
	int id,
	ref bool retval
)

Parameters

id
Type: SystemInt32
ID for which progress reporting was called.
retval
Type: SystemBoolean
When set to true the operation continues, when set to false it will terminate at the next possible opportunity.
See Also

Reference