Commit Graph
12757 Commits
Author SHA1 Message Date
Stephen Tu 6ef2e47cd8 travis.yml: add custom config.hpp 2015-02-14 22:43:46 -08:00
Stephen Tu d346878ef9 travis.yml: we really want config.hpp 2015-02-14 22:35:51 -08:00
Stephen Tu 0c6aa64468 travis.yml: cat arma_config.hpp for debug 2015-02-14 22:33:09 -08:00
Stephen Tu 3b9cfef3e0 travis.yml: hopefully this includes all the relevant boost libs 2015-02-14 22:29:33 -08:00
Stephen Tu 76ca1cf203 travis.yml: add a newer version of boost 2015-02-14 22:27:38 -08:00
Stephen Tu 8d22eb5da0 travis.yml: add libboost-dev dep 2015-02-14 22:24:57 -08:00
Stephen Tu f34f516b8a travis.yml: maybe this will let us get the right version of arma? 2015-02-14 22:21:39 -08:00
Stephen Tu c04b6af570 travis.yml: add armadillo dep 2015-02-14 22:17:49 -08:00
Stephen Tu 81a0f575c6 WIP: test out this travis.yml 2015-02-14 22:15:08 -08:00
Stephen Tu 62618f179b iterator counter was off by 1 2015-02-13 01:08:09 -08:00
Stephen Tu 660aa77179 SDP primal-dual: use a more numerically stable starting point 2015-02-13 01:07:52 -08:00
Ryan Curtin 93a21fc4dd Suppress non-bad warnings; they confuse people.
The homebrew-science folks are confused by these.
2015-02-11 22:39:04 -05:00
Ryan Curtin 165977e800 Refactor and code cleanup.
Sparse matrix overloads are untouched -- for now.
2015-02-09 14:09:00 -05:00
Ryan Curtin 58d48bb0ba Code cleanup. 2015-02-09 13:17:40 -05:00
Ryan Curtin 73a9bd32bb Remove unneeded semicolons at end of namespace. 2015-02-09 12:00:19 -05:00
Ryan Curtin 59d721ba13 Refactoring and code cleanup. 2015-02-09 11:59:58 -05:00
Ryan Curtin c998010fbf Fix incorrect variable name. 2015-02-09 11:59:44 -05:00
Ryan Curtin d27eb0560c Refactoring. 2015-02-09 11:59:29 -05:00
Ryan Curtin 609a49c65c Fix stray forward-slash. 2015-02-09 11:41:34 -05:00
Ryan Curtin a526a31d00 Code cleanup; better documentation. 2015-02-09 11:41:17 -05:00
Ryan Curtin d398b95c59 Fix minor misspelling. 2015-02-09 11:14:13 -05:00
Ryan Curtin c7a3aa7007 Fix documentation; thanks to Kumar. 2015-02-09 11:07:53 -05:00
Ryan Curtin a808a5688e Fix #400 -- remove unneeded specializations.
Also, refactor LoadParameter(arma::mat&) because you can't just empty streams into them (maybe this should change?).
2015-02-06 16:42:45 -05:00
Ryan Curtin d67726d3f1 We're not using Java. There's no need for new.
Stack, heap, what's the difference anyway?  I like stacking things, but I don't know how to heap things, so we should be stacking them.
2015-02-06 16:41:27 -05:00
Ryan Curtin c0f44eeacd Fix syntax. 2015-02-06 16:38:34 -05:00
Ryan Curtin da3c955207 Standardize name of test suite. 2015-02-06 16:37:56 -05:00
Ryan Curtin 62def05b67 Backport operator-(sp_mat) for Armadillo <= 4.000. 2015-02-06 16:18:15 -05:00
Ryan Curtin 22ae38ac0c Remove tab character. 2015-02-06 16:06:14 -05:00
Ryan Curtin ea795f1dee Revert "older versions of arma do not support unary minus on sparse matrices"
This reverts commit a8ecf093989cbe3d58c36c4e21e772c99d7856e4.
2015-02-06 15:56:05 -05:00
Stephen Tu cc6199a55e Comment out SDP test which is failing randomly 2015-02-04 11:05:29 -08:00
Stephen Tu 2bfe20de84 cov matrices should be symmetric- fixes error in gaussian test case 2015-02-04 10:59:34 -08:00
Stephen Tu 4b4d22bdee older versions of arma do not support unary minus on sparse matrices 2015-02-04 10:59:34 -08:00
Ryan Curtin d48cf446ea Fix documentation, thanks to Squalluca. 2015-02-03 19:44:28 -05:00
Ryan Curtin bb79a6af95 Merge branch 'jaskaran1-master' 2015-02-03 09:50:27 -05:00
Ryan Curtin 5b313de0e4 Merge branch 'master' of https://github.com/jaskaran1/mlpack into jaskaran1-master
Conflicts:
	README.md
2015-02-03 09:50:10 -05:00
Jaskaran Singh 59c7595950 Updated path of install in Readme 2015-02-03 14:46:02 +05:30
Ryan Curtin a6e5686f94 Add new contributor. 2015-02-02 17:16:34 -05:00
Ryan Curtin 9984629087 Refactor notice about LD_LIBRARY_PATH. 2015-02-02 17:09:59 -05:00
Ryan Curtin 41d34cb73a Merge pull request #398 from jaskaran1/master
shared object file issue after make install
2015-02-02 17:05:56 -05:00
Ryan Curtin 29694386bb Slight code cleanups for style.
No functionality changes.
2015-02-02 15:15:16 -05:00
Ryan Curtin 19131546bf Better commenting of the SDP class.
Make the dangers of invalid SDPs documented, among other things.
2015-02-02 15:05:55 -05:00
Ryan Curtin 07b0cbc1f4 Refactor to access SDPs through LRSDP::SDP().
(also change everything that used direct access through LRSDP.)
2015-02-02 14:59:16 -05:00
Jaskaran Singh 1a598d3831 .so problem fixed
.so problem fixed after doing a make install.
2015-02-03 00:29:19 +05:30
Jaskaran Singh 8869b455bc .so problem fixed 2015-02-03 00:18:06 +05:30
Jaskaran Singh dd6ee23e80 .so problem fixed
Shared Object(.so) file issue after doing a make install resolved.
2015-02-03 00:16:21 +05:30
Ryan Curtin 0195f97229 Merge branch 'stephentu-ip' 2015-02-02 11:03:50 -05:00
Ryan Curtin 356415177c Merge branch 'ip' of https://github.com/stephentu/mlpack into stephentu-ip 2015-02-02 11:03:38 -05:00
Marcus Edel c321d54b86 Use the correct input to accumulate the elements. Thanks to Shangtong for pointing this out. 2015-01-30 11:48:41 +01:00
Stephen Tu 6cbf1c2bf0 Update naive_method.hpp
Actually fix the comment
2015-01-29 11:27:56 -08:00
Stephen Tu 9fca52090b Update naive_method.hpp
Fix comment
2015-01-29 11:19:31 -08:00