Mech-DLK SDK C# API 2.0.1
C# API reference documentation for secondary development with Mech-DLK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
MMind.DL.ClassificationResult Class Reference

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.
 

Detailed Description

This class defines the classification result.

Member Data Documentation

◆ Confidences

List<float> MMind.DL.ClassificationResult.Confidences = new List<float>()

Confidence for the corresponding category.


◆ Labels

List<int> MMind.DL.ClassificationResult.Labels = new List<int>()

Category label.


The documentation for this class was generated from the following file: