Click or drag to resize

IClassifierObjectFactory Interface

Defines the interface of an object that creates objects for a specific classifier.

Namespace: RelaxIS_SDK.Plugins.Classifier
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public interface IClassifierObjectFactory

The IClassifierObjectFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateClassSettings Get a classifier class settings object with the correct type and default settings for this classifier.
Public methodCreateClassSettingsControl Create a new settings control to edit the class settings objects created by CreateClassSettings(ExecutionMode).
Public methodCreateDisplayControl Create a new display control to display results created by this classifier.
Public methodCreateSettings Get a classifier settings object with the correct type and default settings for this classifier.
Public methodCreateSettingsControl Create a new settings control to edit the settings objects created by CreateSettings(ExecutionMode).
Top
See Also