Click or drag to resize

RelaxISPlugin_ClassifierUpdateProgress Method

Raise the ClassifierProgress with the given information.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
protected void UpdateProgress(
	IEnumerable<ClassResult> intermediateResults,
	ClassifierSettingsBase settings,
	ClassifierClassCollection allClasses,
	string message
)

Parameters

intermediateResults  IEnumerableClassResult
The intermediate results.
settings  ClassifierSettingsBase
The settings used to run the classification.
allClasses  ClassifierClassCollection
The collection of all classes.
message  String
A status message.
See Also