Ryan Curtin
f047dfb32c
Use specific Doxygen syntax types.
2018-03-30 14:05:23 -04:00
Ryan Curtin
688a9c04dc
Add intro section so Doxygen doesn't pick up the first line as a summary.
2018-03-30 14:04:22 -04:00
Ryan Curtin
328280717c
Add quickstart guides.
2018-03-29 21:05:37 -04:00
Ryan Curtin
7138af283d
Explicitly specify pytest-runner.
2018-03-29 17:34:54 -04:00
Ryan Curtin
78a9149cca
Refactor documentation and tutorials to bring things up to date.
...
Also fixes a few doxygen issues.
2018-03-28 21:05:24 -04:00
Ryan Curtin
c2decaf1cd
Refactor and update build documentation.
2018-03-26 16:59:20 -04:00
Ryan Curtin
cf0613af7d
Remove ambiguity in section names so links work right.
2018-03-26 16:38:10 -04:00
Ryan Curtin
6c3f84b50f
Clarify documentation.
2018-02-20 09:33:38 -05:00
Ryan Curtin
b8ee319818
Refactor words to be more clear.
2017-09-26 11:11:07 -04:00
Ryan Curtin
a6065e486d
Fix comments from Kirill.
2017-09-25 10:43:27 -04:00
Ryan Curtin
8e5846575a
Update tutorials, add more examples and links to other classes.
2017-09-18 14:20:20 -04:00
Kirill Mishchenko
10e632cb9c
Split into two tutorials
2017-09-18 14:20:20 -04:00
Kirill Mishchenko
6de1a020af
Add a tutorial for the CV and HPT modules
2017-09-18 14:20:20 -04:00
Ryan Curtin
99ba55393c
Update version numbers to latest stable version.
2017-08-25 20:31:34 -04:00
Ryan Curtin
9252fb1185
Merge remote-tracking branch 'upstream/master' into bindings
2017-08-07 01:36:50 -04:00
Marcus Edel
cea8fe2e3b
Update version numbers (mlpack-2.2.4).
2017-07-20 14:55:14 +02:00
N Rajiv Vaidyanathan
07839d60e3
Updated Armadillo version in /doc/guide/build.hpp
2017-07-04 20:15:09 +05:30
Ryan Curtin
fa62d40372
Merge branch 'master' into bindings
2017-06-08 15:01:55 -04:00
Marcus Edel
f6ea371e60
Update version numbers (mlpack-2.2.3).
2017-05-26 20:57:32 +02:00
Ryan Curtin
e8d9ba893b
Finish writing tutorial document describing system.
2017-05-23 15:25:05 -04:00
Ryan Curtin
73058a655c
Merge branch 'master' into bindings
2017-05-19 23:12:35 -04:00
Ryan Curtin
d310044876
Update version numbers.
2017-05-04 20:34:21 -04:00
Ryan Curtin
dec8a4ffcb
Update version numbers.
2017-04-13 16:32:14 -04:00
Ryan Curtin
ccdfe60f8b
Add some documentation about the bindings project.
2017-04-07 17:28:20 -04:00
Ryan Curtin
81dc1e5ee8
Update to latest stable version.
2017-03-21 17:00:01 -04:00
Marcus Edel
fa0af830fe
Update link to Keon's excellent tutorial to build mlpack on windows.
2017-03-13 16:40:46 +01:00
Ryan Curtin
eff46c9532
Update to latest version number.
2016-12-29 11:17:55 -05:00
Ryan Curtin
20da68540f
Clarify use of -std=c++11.
2016-12-20 21:08:49 -05:00
Ryan Curtin
a1dafa4abf
Use std::cout so users get output.
2016-11-23 17:13:21 -05:00
Ryan Curtin
d2de4e8f32
Update latest stable version information.
2016-10-31 22:45:08 +09:00
Ryan Curtin
84a940db9d
Fix types in example code.
2016-10-17 14:58:02 -04:00
Ryan Curtin
045c16afa6
At Conrad's suggestion, undo 310e72d and instead force a newer version of Armadillo.
2016-09-20 20:55:10 -04:00
Ryan Curtin
e801f30fa8
Update build instructions to make testing more clear.
2016-09-07 16:09:09 -04:00
Ryan Curtin
bd6a79a2cb
Update build documentation.
2016-08-25 14:50:16 -04:00
Ryan Curtin
256d77dfc8
Update to latest version number.
2016-07-27 10:10:24 -04:00
Ryan Curtin
98babfc774
Update references to newest version.
2016-07-06 10:47:29 -04:00
Ryan Curtin
56371c80f3
I hope nobody is still running 13.10 or jessie.
2016-06-05 14:38:03 -04:00
Ryan Curtin
31b5013719
Link to Keon's nice tutorial.
2016-06-05 14:37:42 -04:00
Ryan Curtin
06cae1319a
Update aged Fedora documentation.
2016-06-05 01:31:50 -04:00
Ryan Curtin
02e31b3b07
Better Doxygen formatting.
2016-05-31 14:41:47 -04:00
Ryan Curtin
e36eec5cb2
Document the state of loading sparse matrices.
2016-05-31 09:30:55 -04:00
Marcus Edel
6f6173c765
Update documentation for changed names.
2016-05-26 13:26:28 +02:00
Ryan Curtin
d2e353468b
Merge pull request #626 from ajjl/removeTrailingWhitespace
...
Removes trailing whitespaces at end of lines
2016-04-19 19:05:02 -04:00
Alexander Leinoff
efb64f2c7d
Removes trailing whitespaces at end of lines
...
Unnecessary end of line whitespace is generally frowned upon. In addition some
editors remove end of line whitespace automatically, making diffs hard to read.
This commit removes all trailing witespaces. Using some sed magic in bash:
find . -name "*.*" -type f -print0 | xargs gsed -i 's/[ \t]*$//'
2016-04-19 12:10:01 -05:00
Ryan Curtin
6be725a3fa
Update documentation for changed names.
2016-04-18 13:08:14 -07:00
Ryan Curtin
2564cf4c51
Update documentation.
2016-04-18 09:00:19 -07:00
Ryan Curtin
31dd6c033f
Document new CMake options.
2016-04-15 14:12:28 -04:00
Ryan Curtin
b8f53a4eeb
Update documentation.
2016-04-14 14:52:41 -04:00
Ryan Curtin
1140d93866
Fix missing \endcode.
2016-04-14 10:11:39 -04:00
Ryan Curtin
79bf33090e
Update documentation.
2016-04-14 10:11:39 -04:00