Mech-DLK SDK C# API 2.0.1
C# API reference documentation for secondary development with Mech-DLK
|
This class defines the classification result. More...
Public Attributes | |
List< int > | Labels = new List<int>() |
Category label. | |
List< float > | Confidences = new List<float>() |
Confidence for the corresponding category. | |
This class defines the classification result.
List<float> MMind.DL.ClassificationResult.Confidences = new List<float>() |
Confidence for the corresponding category.
List<int> MMind.DL.ClassificationResult.Labels = new List<int>() |
Category label.