|
Mech-DLK SDK C++ API 2.1.1
C++ API reference documentation for secondary development with Mech-DLK
|
Defines the classification result. More...
#include <MMIndResult.h>
Public Attributes | |
| std::vector< int > | labelIndices |
| Category label indices. | |
| std::vector< std::string > | labelNames |
| Category label names. | |
| std::vector< float > | confidences |
| Confidence of the corresponding category. | |
Defines the classification result.
| std::vector<float> mmind::dl::MMindClassificationResult::confidences |
Confidence of the corresponding category.
| std::vector<int> mmind::dl::MMindClassificationResult::labelIndices |
Category label indices.
| std::vector<std::string> mmind::dl::MMindClassificationResult::labelNames |
Category label names.