From 82e03ddb6faffb89da51d4034cc3f00c77ff4c2d Mon Sep 17 00:00:00 2001 From: gmanlan Date: Fri, 6 Jul 2018 20:06:46 -0700 Subject: [PATCH] + ref to build_windows tutorial and sample app --- src/mlpack/core.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp index 6156ac5947..9de5b4b4b3 100644 --- a/src/mlpack/core.hpp +++ b/src/mlpack/core.hpp @@ -96,10 +96,12 @@ * A few short tutorials on how to use mlpack are given below. * * - @ref build + * - @ref build_windows * - @ref matrices * - @ref iodoc * - @ref timer * - @ref sample + * - @ref sample_ml_app * - @ref cv * - @ref hpt * - @ref verinfo @@ -247,6 +249,7 @@ * - Thanasis Mattas * - Shashank Shekhar * - Yasmine Dumouchel + * - German Lancioni */ // First, include all of the prerequisites.