![]() |
ImFusion SDK 4.3
|
#include <ImFusion/ML/LearningEvaluation.h>
Class for evaluation of a regression method. More...
Class for evaluation of a regression method.
Public Member Functions | |
| RegressionLearningEvaluation (int dimLabel) | |
| Constructor. | |
| ~RegressionLearningEvaluation () | |
| Destructor. | |
| double | evaluateRegression (std::vector< float > *labels, std::vector< float > *predictions, size_t nbData) |
| Evaluate the results of a binary classification. | |