Click or drag to resize

ClassResultDisplayControlBaseDisplay Method

Display a specific result for a given spectrum.

Namespace: RelaxIS_SDK.Plugins.Classifier.Controls
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual void Display(
	ImpedanceSpectrum spectrum,
	ClassifierSettingsBase settings,
	ClassResult result
)

Parameters

spectrum  ImpedanceSpectrum
The spectrum.
settings  ClassifierSettingsBase
The settings used for the classification.
result  ClassResult
The result.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf one of the parameters is null.
ArgumentExceptionIf settings does not have the correct type.
See Also