ClassificationResultBest Property |
Gets the class with the highest score, or null if no results are available.
Namespace: RelaxIS_SDK.Plugins.Classifier.DataAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public ClassResult Best { get; }
Public ReadOnly Property Best As ClassResult
Get
Dim instance As ClassificationResult
Dim value As ClassResult
value = instance.Best
Property Value
ClassResultSee Also