Commit Graph
499 Commits
Author SHA1 Message Date
Ryan Curtin 28eb1858c5 Update and release version 4.0.0. 2022-10-24 09:40:50 -04:00
Ryan Curtin 5d1190a3f7 Fix 7-zip link. 2022-10-21 14:24:19 -04:00
Ryan Curtin ca3422f869 Update this documentation too. 2022-10-20 18:14:45 -04:00
Ryan Curtin 3bc59eeed7 Make some changes so the example works correctly. 2022-10-20 18:05:34 -04:00
Ryan Curtin bc92c69750 Add a readme to detail what to do with this example. 2022-10-20 18:05:02 -04:00
Ryan Curtin 59024832f7 Merge branch 'master' into update-logs-for-header-only 2022-09-21 16:25:39 -04:00
Ryan Curtin e6ad5f78c0 Remove namespaces (#3269) 2022-09-21 03:40:20 +02:00
Ryan Curtin 50a5387245 Control Log output via macros. 2022-09-15 09:55:00 -04:00
Lily Wang 8d645022fb Merge branch 'master' of https://github.com/mlpack/mlpack into vcpkg-instructions
# Conflicts:
#	README.md
2022-09-08 23:32:27 -07:00
Ryan Curtin 00e0dd2653 Clean up includes to only include mlpack.hpp in general. 2022-09-04 11:18:45 -04:00
Ryan Curtin 3e9bb00b9f Fix output for C++ quickstart. 2022-09-02 17:51:18 -04:00
Ryan Curtin 7f0829d8b1 Fix quickstart program #1. 2022-09-02 17:31:45 -04:00
Ryan Curtin f8055b06f5 Update tutorial to mention MLPACK_ENABLE_ANN_SERIALIZATION. 2022-09-02 11:21:19 -04:00
Ryan Curtin 5825287e9b Adapt tutorials to Markdown and remove Doxygen entirely. 2022-08-31 23:02:27 -04:00
Ryan Curtin 921e71f079 Add C++ quickstart. 2022-08-19 23:24:48 -04:00
Ryan Curtin 1dc8bdd4f7 Update relative links in quickstarts. 2022-08-17 21:55:08 -04:00
Ryan Curtin 30a920d031 Start refactoring the README (let's see how it looks!). 2022-08-17 21:37:09 -04:00
Ryan Curtin 260aebb11d Update documentation for header-only changes. 2022-07-31 13:54:41 -04:00
Ryan Curtin 66923e8782 Remove FORCE_CXX11 option (it is assumed that the user has a C++11 compiler in 2022). 2022-06-27 18:50:06 -04:00
Ryan Curtin 9910d24dbe Fix accidentally-introduced spacing. 2022-05-27 16:12:54 -04:00
Ryan Curtin 89dfbb600a Get rid of all of the remaining parts of Boost! 2022-05-27 15:17:37 -04:00
Ryan Curtin a063654f2e Merge pull request #3093 from rcurtin/update-binding-docs
Update binding documentation for threadsafe IO
2022-01-25 09:27:26 -05:00
Ryan Curtin 5fb3ed04e9 Attempt to clarify section. 2022-01-17 14:42:59 -05:00
Ryan CurtinandMarcus Edel 653f06cf69 Update doc/tutorials/ann/ann.txt
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-01-03 19:29:40 -05:00
Ryan Curtin e0ae81ced8 Update documentation. 2022-01-03 16:59:06 -05:00
Ryan Curtin c136259ee4 Update binding documentation for threadsafe IO. 2021-11-15 22:47:52 -05:00
Omar Shrit 314557e4bb Merge pull request #2942 from heisenbuug/new-parser
Adapting armadillo's parser for mlpack(Removing Boost Dependencies)
2021-11-06 17:54:11 +01:00
Omar ShritandMarcus Edel 6d63b15e26 Update doc/tutorials/data_loading/datasetmapper.txt
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-11-05 20:15:12 +01:00
Omar ShritandMarcus Edel 4f7df5893d Update doc/tutorials/data_loading/datasetmapper.txt
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-11-05 20:15:05 +01:00
heisenbuug 54d7824a22 Style changes and fixs in tutorial 2021-09-01 17:47:46 +05:30
Marcus Edel bee9b848dd Bump minimum Armadillo version to 9.800 (#3043) 2021-08-31 15:41:25 +02:00
heisenbuug 2707ff1bf1 Adding a tutorial for DatasetMapper 2021-08-22 12:32:08 +05:30
Omar Shrit a916ac4d45 Remove the variables from documenatations and README
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-27 23:23:23 +02:00
Ryan Curtin 2436606a50 Add some notes for usage on RHEL7. 2021-05-25 11:47:37 -04:00
Ryan Curtin 92d57f2560 Merge pull request #2931 from shrit/build_static_binary
If we are building mlpack statically then build executable statically
2021-04-30 18:21:20 -04:00
Omar Shrit 0830bbc6d6 Fix documentation
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-04-29 23:23:57 +02:00
Omar ShritandRyan Curtin e441e906de Update doc/guide/build.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-04-29 23:08:36 +02:00
Omar Shrit da5862bcd0 Add a use case for BUILD_SHARED_LIBS in docs
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-04-26 13:01:44 +02:00
Ryan Curtin 22eb09e5d4 Don't build mlpack_test as part of make. 2021-04-23 22:10:38 -04:00
FawwazMayda 748b33b997 add missing std:: 2021-04-10 18:16:48 +08:00
Marcus Edel bd60c387a1 Merge pull request #2893 from gunnxx/master
Update Reinforcement Learning tutorial for custom DQN network.
2021-04-01 01:17:00 +02:00
FawwazMayda 240463c1da Improve Linear Regression Docs. (#2890)
* adding multivariate examples

* editing some typo in file

* edit some typo and modify the section

* Update linear_regression.txt

* Update linear_regression.txt
2021-03-30 12:05:41 -04:00
Tri Wahyu GuntaraandMarcus Edel 40698325b6 edit RL tutorial for custom DQN network
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-03-29 12:49:53 +07:00
gunnxx 73bc5b11f7 edit RL tutorial for custom DQN network 2021-03-28 15:49:56 +07:00
Omar Shrit 3c67db795d Remove doc and config related to coverage
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-03-12 10:28:41 +01:00
onikolskyy f33f003c3e fix default values of cmake config for bindings in docs 2021-03-01 15:03:08 +01:00
Ryan Curtin 46281ee3ef Update HISTORY and ANN tutorial. 2021-01-27 19:20:44 -05:00
Ryan Curtin c8c7e6594d Update documentation for new CMake option. 2021-01-03 20:38:52 -05:00
Anmolpreet SinghandRyan Curtin 3c5c2b9ca0 Update doc/guide/build.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-12-19 00:52:57 +05:30
Anmolpreet SinghandRyan Curtin eb7c5eb5c6 Update doc/guide/build.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-12-18 13:18:22 +05:30