Commit Graph
154 Commits
Author SHA1 Message Date
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 b89ae3a65a Add more documentation of mlpack_approx_kfn program. 2016-10-30 22:08:30 +09:00
Ryan Curtin 81fce4edfc Merge pull request #803 from rcurtin/kfn
Approximate furthest neighbor code and program
2016-10-30 21:53:59 +09:00
Ryan Curtin 5ca6936f03 Add approximate furthest neighbor search tutorial. 2016-10-30 20:50:52 +09:00
Ryan Curtin 84a940db9d Fix types in example code. 2016-10-17 14:58:02 -04:00
Barak A. Pearlmutter 7f75271cff spelling
Gbp-Pq: Name 0003-spelling.patch
2016-10-04 14:30:38 +01: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
Matthew Henderson ff5e9234b8 Use correct name for linear regression program. 2016-09-15 14:25:17 +01:00
Ryan Curtin e801f30fa8 Update build instructions to make testing more clear. 2016-09-07 16:09:09 -04:00
Mikhail Lozhnikov 26803dca1f Fixed pixelated formulas in the HTML output. 2016-08-29 20:57:59 +03: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
Seb Bro 2cc95254a1 Fixing vector classes to comply with method calls.
Changed vector classes of 'assignments' to comply with the corresponding method calls.
Fixes compile errors for those samples.
2016-07-20 15:06:23 +02:00
Ryan Curtin 98babfc774 Update references to newest version. 2016-07-06 10:47:29 -04:00
Ryan Curtin 76c0fc6283 Update tutorial to discuss empty clusters and LloydStepType. 2016-06-08 14:05:13 +00:00
Keon Kim 60ffbd238b fix typo 2016-06-08 03:03:14 +09:00
Keon Kim 81079bc9e1 fix doc tutorial 2016-06-08 02:27:45 +09: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
MarcosPividori 27ebca1df9 Fix a mistake in metric policy. 2016-05-12 10:45:37 -03: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 0e6f3512e5 Merge pull request #618 from darcyliu/rename
Rename mlpack_allknn/mlpack_allkfn to mlpack_knn/mlpack_kfn
2016-04-18 10:17:00 -04:00
Ryan Curtin 31dd6c033f Document new CMake options. 2016-04-15 14:12:28 -04:00
Darcy Liu f13409cf7f Rename mlpack_allknn/mlpack_allkfn to mlpack_knn/mlpack_kfn
Make a copy of mlpack_knn/mlpack_kfn both on Windows and *unix.
Update documentation which references 'allknn' or 'allkfn').
2016-04-15 14:16:20 +01:00
Ryan Curtin b8f53a4eeb Update documentation. 2016-04-14 14:52:41 -04:00
Ryan Curtin 08ffa1b0c6 Fix name of tutorial. 2016-04-14 10:11:39 -04:00
Ryan Curtin 1140d93866 Fix missing \endcode. 2016-04-14 10:11:39 -04:00
Ryan Curtin 15b5e65fe6 Add recent tutorials. 2016-04-14 10:11:39 -04:00
Ryan Curtin 79bf33090e Update documentation. 2016-04-14 10:11:39 -04:00
Ryan Curtin 8d77f42310 Update tutorial for k-means.
This considers the new API for initialization strategies.
2016-04-12 14:43:52 +00:00
Ryan Curtin 6ccf865445 Add a tutorial for the formats. 2016-04-12 14:43:52 +00:00
Ryan Curtin a955ee174f Clarify section name. 2016-04-12 14:43:52 +00:00
Ryan Curtin c487c587fb Update version in documentation. 2016-03-15 13:20:28 -07:00
Ryan Curtin 4a2466b147 Update dependencies for binutils (libbfd and libdl). 2016-03-15 13:19:54 -07:00
Ryan Curtin a3ce99e25b Remove libxml2-devel from list of Fedora/RHEL dependencies. 2016-03-15 13:00:07 -07:00
Marcus Edel 1a9c41a86b Merge pull request #535 from Kirizaki/master
Add mlpack::backtrace utility.
2016-03-09 02:47:10 +01:00
Ryan Curtin fcaf28c082 Add documentation for element type. 2016-03-07 19:59:46 +00:00