13 #ifndef MLPACK_METHODS_AUGMENTED_TASKS_SCORE_HPP
14 #define MLPACK_METHODS_AUGMENTED_TASKS_SCORE_HPP
33 template<
typename MatType>
35 arma::field<MatType> predOutputs,
43 #include "score_impl.hpp"
The core includes that mlpack expects; standard C++ includes and Armadillo.
double SequencePrecision(arma::field< MatType > trueOutputs, arma::field< MatType > predOutputs, double tol=1e-4)
Function that computes the sequences precision (number of correct sequences / number of sequences) of...