13#ifndef MLPACK_METHODS_AUGMENTED_TASKS_SCORE_HPP
14#define MLPACK_METHODS_AUGMENTED_TASKS_SCORE_HPP
33template<
typename MatType>
35 arma::field<MatType> predOutputs,
43#include "score_impl.hpp"
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...
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.