

Go to the source code of this file.
Namespaces | |
| mlpack | |
strip_type.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... | |