Click or drag to resize

ClassificationResult Constructor

Initializes a new instance of the ClassificationResult class.

Namespace: RelaxIS_SDK.Plugins.Classifier.Data
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public ClassificationResult(
	IEnumerable<ClassResult> results,
	ClassifierSettingsBase usedSettings,
	ClassifierClassSettingsBase usedClassSettings
)

Parameters

results  IEnumerableClassResult
All class results.
usedSettings  ClassifierSettingsBase
The settings used to run the classification.
usedClassSettings  ClassifierClassSettingsBase
The class settings used to generate the initial set of classes.
See Also