ClassificationResultUsedClassSettings Property |
Gets the classifier class settings defined by the user to create the initial set of classes.
Namespace: RelaxIS_SDK.Plugins.Classifier.DataAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public ClassifierClassSettingsBase UsedClassSettings { get; }
Public ReadOnly Property UsedClassSettings As ClassifierClassSettingsBase
Get
Dim instance As ClassificationResult
Dim value As ClassifierClassSettingsBase
value = instance.UsedClassSettings
Property Value
ClassifierClassSettingsBaseSee Also