Mech-DLK SDK C++ API 2.0.2
C++ API reference documentation for secondary development with Mech-DLK
|
Defines the classification result. More...
#include <MMIndResult.h>
Public Attributes | |
std::vector< int > | labels |
Category label. | |
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::labels |
Category label.