Merge pull request #2853 from onikolskyy/2842

fix default values of cmake config for bindings in docs
This commit is contained in:
jeffin sam
2021-03-01 23:18:35 +05:30
committed by GitHub
+6 -2
View File
@@ -175,9 +175,13 @@ The full list of options mlpack allows:
(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
necessary Python libraries are available (default ON except on Windows)
necessary Python libraries are available (default OFF)
- BUILD_R_BINDINGS=(ON/OFF): compile the bindings for R, if R is found
(default OFF)
- BUILD_GO_BINDINGS=(ON/OFF): compile Go bindings, if Go and the necessary Go
and Gonum exist. (default OFF)
- BUILD_JULIA_BINDINGS=(ON/OFF): compile Julia bindings, if Julia is found
(default ON)
(default OFF)
- BUILD_SHARED_LIBS=(ON/OFF): compile shared libraries as opposed to
static libraries (default ON)
- TEST_VERBOSE=(ON/OFF): run test cases in \c mlpack_test with verbose output