From ad7d929aefdbca6ca46920b39fa64e1e00465b47 Mon Sep 17 00:00:00 2001 From: Kirill Mishchenko Date: Fri, 30 Jun 2017 08:19:16 +0500 Subject: [PATCH] Fix documentation --- src/mlpack/core/cv/simple_cv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/core/cv/simple_cv.hpp b/src/mlpack/core/cv/simple_cv.hpp index 3cca6dbd2d..d8121464a4 100644 --- a/src/mlpack/core/cv/simple_cv.hpp +++ b/src/mlpack/core/cv/simple_cv.hpp @@ -22,7 +22,7 @@ namespace cv { * The class SimpleCV splits data into training and validation sets, runs * training on the training set and evaluates performance on the validation set. * - * @tparam MLAlgorithm A machine learning algorithm to investigate. + * @tparam MLAlgorithm A machine learning algorithm. * @tparam Metric A metric to assess the quality of a trained model. * @tparam MatType The type of data. * @tparam PredictionsType The type of predictions (should be passed when the