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,
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
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...
Definition: score_impl.hpp:24
The core includes that mlpack expects; standard C++ includes and Armadillo.