PredictorFactoryBaseOnStartProgressReport 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 OnStartProgressReport(
	int id,
	string caption,
	int stepsTotal
)

Parameters

id
Type: SystemInt32
ID for which progress reporting starts.
caption
Type: SystemString
Caption under which progress reporting starts.
stepsTotal
Type: SystemInt32
The total number of steps (= calls to OnProgressReport(Int32, Boolean)) to be expected.
See Also

Reference