[mlpack-git] master: fix directive name for split_data.hpp (ef01c05)

gitdub at mlpack.org gitdub at mlpack.org
Sun May 29 06:12:29 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/e3a23c256f017ebb8185b15847c82f51d359cdfd...181792d99549467440b2b839f52deec75be10334

>---------------------------------------------------------------

commit ef01c055a24863b4c34c37da9637b2bfcd2a5da1
Author: Keon Kim <kwk236 at gmail.com>
Date:   Sun May 29 19:12:29 2016 +0900

    fix directive name for split_data.hpp


>---------------------------------------------------------------

ef01c055a24863b4c34c37da9637b2bfcd2a5da1
 src/mlpack/core/data/split_data.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/core/data/split_data.hpp b/src/mlpack/core/data/split_data.hpp
index 3811320..1df1b28 100644
--- a/src/mlpack/core/data/split_data.hpp
+++ b/src/mlpack/core/data/split_data.hpp
@@ -5,8 +5,8 @@
  * Defines Split(), a utility function to split a dataset into a
  * training set and a test set.
  */
-#ifndef MLPACK_CORE_UTIL_SPLIT_DATA_HPP
-#define MLPACK_CORE_UTIL_SPLIT_DATA_HPP
+#ifndef MLPACK_CORE_DATA_SPLIT_DATA_HPP
+#define MLPACK_CORE_DATA_SPLIT_DATA_HPP
 
 #include <mlpack/core.hpp>
 




More information about the mlpack-git mailing list