Click or drag to resize

RelaxISPlugin_Classifier Class

Defines a plugin that classifies a spectrum into a specific class.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.PluginsRelaxISPlugin
    RelaxIS_SDK.PluginsRelaxISOnlyPlugin
      RelaxIS_SDK.PluginsRelaxISPlugin_Classifier

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract class RelaxISPlugin_Classifier : RelaxISOnlyPlugin

The RelaxISPlugin_Classifier type exposes the following members.

Constructors
 NameDescription
Public methodRelaxISPlugin_Classifier Initializes a new instance of the RelaxISPlugin_Classifier class.
Top
Properties
 NameDescription
Public propertyDescription A short description of what the plugin does. Displayed on various occasions for clarification
(Inherited from RelaxISPlugin)
Public propertyDisplayName Gets a string that is used to display the plugin name.
Public propertyName The plugins's internal name, that is used to reference it on various occasions
(Inherited from RelaxISPlugin)
Public propertyOptimizerType Gets the type of optimization that this classifier performs.
Public propertyPluginSourcePath Gets or sets the full path of the file that the plugin was loaded from.
(Inherited from RelaxISPlugin)
Protected propertyRelaxISProgramInterface Gets an instance of the RelaxIS Program interface for the RelaxIS instance that the plugin is loaded in.
(Inherited from RelaxISOnlyPlugin)
Protected propertyRelaxISWCFInterface Gets an instance of the WCF interface for the RelaxIS instance that the plugin is loaded in.
(Inherited from RelaxISOnlyPlugin)
Public propertySortIndex By default the plugins are sorted based on the value of this property. That means, that they appear in lists in the order dictated by this value.
(Inherited from RelaxISPlugin)
Public propertySupportApplyResult Gets a value indicating if the ApplyClassResultAsync(ImpedanceSpectrum, ExecutionMode, ClassResult, ClassificationResult, CancellationToken) can be called for the plugin.
Public propertySupportsSelectableClasses Gets a value indicating whether the classifier supports the user selecting a subset of the classes returned by GetClasses(ExecutionMode, ClassifierClassSettingsBase).
Public propertyUserDataDirectory Gets or sets the path to the RelaxIS user data directory.
(Inherited from RelaxISPlugin)
Top
Methods
 NameDescription
Protected methodAddLogMessage(Exception) Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Protected methodAddLogMessage(String) Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Public methodAfterStartupInitialization Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin)
Public methodApplyClassResultAsync Apply a specific class result to the spectrum.
Public methodCompareTo Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin)
Public methodGetAdditionalInformation Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin)
Public methodGetClasses Get a list of available classes that the classifier can select for a spectrum.
Public methodGetFactory Create a factory object to generate required objects for this classifier.
Public methodInternalSetProgramInstance Set the internal program instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Public methodInternalSetWCFInstance Set the internal wcf instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Protected methodOnClassifierProgress Raises the ClassifierProgress event.
Public methodRunClassificationAsync Classify the given spectrum.
Public methodShouldDiscardPlugin Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.
(Inherited from RelaxISPlugin)
Protected methodUpdateProgress Raise the ClassifierProgress with the given information.
Top
Events
 NameDescription
Public eventClassifierProgress Raised when the classifier made progress.
Top
Remarks
See Also