Fix regexp minor change error

Co-authored-by: Roberto Hueso <robertohueso96@gmail.com>
This commit is contained in:
shrit
2020-07-09 20:15:57 +02:00
committed by GitHub
co-authored by Roberto Hueso
parent 7d59a4c2f8
commit 32d6e42db8
+1 -1
View File
@@ -157,7 +157,7 @@ The full list of options mlpack allows:
- ARMA_EXTRA_DEBUG=(ON/OFF): compile with extra Armadillo debugging symbols
(default OFF)
- BUILD_TESTS=(ON/OFF): compile the \c mlpack_test program (default ON)
- BUILD_IO_EXECUTABLES=(ON/OFF): compile the mlpack command-line executables
- BUILD_CLI_EXECUTABLES=(ON/OFF): compile the mlpack command-line executables
(i.e. \c mlpack_knn, \c mlpack_kfn, \c mlpack_logistic_regression, etc.)
(default ON)
- BUILD_PYTHON_BINDINGS=(ON/OFF): compile the bindings for Python, if the