mlpack  3.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
confusion_matrix.hpp File Reference
Include dependency graph for confusion_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlpack
 .hpp
 
 mlpack::data
 Functions to load and save matrices and models.
 

Functions

template<typename eT >
void ConfusionMatrix (const arma::Row< size_t > predictors, const arma::Row< size_t > responses, arma::Mat< eT > &output, const size_t numClasses)
 A confusion matrix is a summary of prediction results on a classification problem. More...