ClassificationResultUsedSettings Property |
Gets the classification settings defined by the user to create these results.
Namespace: RelaxIS_SDK.Plugins.Classifier.DataAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public ClassifierSettingsBase UsedSettings { get; }
Public ReadOnly Property UsedSettings As ClassifierSettingsBase
Get
Dim instance As ClassificationResult
Dim value As ClassifierSettingsBase
value = instance.UsedSettings
Property Value
ClassifierSettingsBaseSee Also