12 #ifndef MLPACK_CORE_CV_METRICS_R2SCORE_HPP
13 #define MLPACK_CORE_CV_METRICS_R2SCORE_HPP
58 template<
typename MLAlgorithm,
typename DataType,
typename ResponsesType>
59 static double Evaluate(MLAlgorithm& model,
61 const ResponsesType& responses);
67 static const bool NeedsMinimization =
false;
74 #include "r2_score_impl.hpp"
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...