|
Mech-DLK SDK C# API 2.1.1
C# API reference documentation for secondary development with Mech-DLK
|
This class defines the classification result. More...
Public Attributes | |
| List< int > | LabelIndices = new List<int>() |
| Category label indices. | |
| List< String > | LabelNames = new List<String>() |
| Category label names. | |
| 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.LabelIndices = new List<int>() |
Category label indices.
| List<String> MMind.DL.ClassificationResult.LabelNames = new List<String>() |
Category label names.