Commit Graph
10108 Commits
Author SHA1 Message Date
Ryan Curtin 0f0d2ecd67 Fix documentation a little bit. We want the bug list; we don't want .svn. 2011-11-09 19:34:28 +00:00
Ryan Curtin 8b42195d0e No more contrib/. 2011-11-09 19:25:45 +00:00
Ryan Curtin ee23259d08 Remove the extra load() stuff that was not the right choice in the end. 2011-11-09 19:25:24 +00:00
Ryan Curtin 62d23601f1 2011-11-09 18:26:03 +00:00
Ryan Curtin 6638058bc5 Set intercept to 0 for test debugging. 2011-11-09 04:10:26 +00:00
Ryan Curtin d29408c89d A better test, but it's not quite working for some reason. 2011-11-09 03:51:57 +00:00
Ryan Curtin 0c20936429 vec = double resized the vector to size 1. 2011-11-09 03:51:41 +00:00
James Cline 1ec9cf8b66 comments 2011-11-09 03:40:34 +00:00
nslagle 5c52c2ca30 mlpack/contrib/nslagle: KDE almost works, again... 2011-11-09 01:32:59 +00:00
Ryan Curtin c9d93a9589 Someone owes me some food for this... well... if it's the bug. 2011-11-09 01:24:36 +00:00
vlad321 45af7adacc Cleaned up and moved all stray tests and test data that is included in the general mlpack_test. 2011-11-08 23:57:26 +00:00
Parikshit Ram 153bef9623 New pairwise distance computer 2011-11-08 18:07:58 +00:00
Parikshit Ram 42365adeb7 MaxIP search commit after submission, need to clean up code and add approxMaxIP and fix the dual tree 2011-11-08 18:07:01 +00:00
Ryan Curtin 2fecd17789 Add test for MoGEM. 2011-11-08 17:27:54 +00:00
Ryan Curtin ad2b2d861f Update mog functions, eventually to be renamed GMMs. Work in progress -- not
yet complete.
2011-11-08 17:13:17 +00:00
nslagle 5da0ccf9ce mlpack/contrib/nslagle: the algorithm almost works... 2011-11-08 16:23:17 +00:00
Ryan Curtin ec0fc7cde8 Fix compiler warnings so build is stable. This whole output file business still
needs to be fixed.
2011-11-08 04:28:44 +00:00
Ryan Curtin f215a8fdd4 Use BOOST_REQUIRE_CLOSE instead of just plain assert(). 2011-11-08 04:08:48 +00:00
nslagle 6928991e0c mlpack/contrib/nslagle: I wonder if the algorithm ever really worked... 2011-11-07 23:42:17 +00:00
nslagle e9ca68e971 mlpack/contrib/nslagle: commit the latest changes; the binary tree apparently is not full 2011-11-06 23:18:25 +00:00
nslagle 47394e52ce mlpack/contrib/nslagle: commit more tweaks 2011-11-06 20:50:52 +00:00
nslagle f90bcef59a mlpack/contrib/nslagle: correct for bounds; track the success level for each bandwidth 2011-11-05 21:59:21 +00:00
nslagle 3517c31459 mlpack/contrib/nslagle: commit a possibly working version 2011-11-05 19:22:13 +00:00
nslagle b3a95a2d20 mlpack/contrib/nslagle: commit more changes 2011-11-04 23:47:12 +00:00
Bill March ce9ba14e5f cleaned up a bit 2011-11-04 19:15:45 +00:00
vlad321 286b70f55f The all encompasing test, it should be just names mlpack_test in the bit directory. All required dataset files are in a folder as well. 2011-11-04 15:43:10 +00:00
Ryan Curtin c62ccd1336 No need for duplication 2011-11-04 02:28:08 +00:00
nslagle c13ef1a336 mlpack/contrib/nslagle: add the multi-dualtree function 2011-11-03 20:23:20 +00:00
nslagle f673bbb8a2 mlpack/contrib/nslagle: add the multi-tree base function 2011-11-03 17:56:35 +00:00
Matthew Amidon f8e0a4427b Fixed regression w/ timers. 2011-11-03 17:43:28 +00:00
Ryan Curtin c4d3f33f15 Use data::Load and data::Save. This should fix our tests being slow. 2011-11-03 01:21:09 +00:00
Ryan Curtin b3baae948a Add load.hpp and save.hpp to default includes. 2011-11-03 00:16:59 +00:00
Ryan Curtin 6cec03fd4b Re-add data directory. 2011-11-03 00:12:50 +00:00
Ryan Curtin c4ab140202 Add data::Load() and data::Save() methods to wrap Armadillo functionality.
Sadly we can't seem to get away from that.
2011-11-03 00:12:30 +00:00
Bill March e0b41bae4d wrote emst_tests, fixed a few problems created by blindly replacing index_t with size_t 2011-11-01 18:48:39 +00:00
Matthew Amidon 96a09cc5ed Formatted according to new brace styles. 2011-11-01 17:36:36 +00:00
Matthew Amidon 60b17dfe14 Fighting with SVN over actually committing changes for timers. 2011-11-01 17:18:30 +00:00
Matthew Amidon 865558d9fe Reformatted #includes according to new specifications. 2011-11-01 16:51:58 +00:00
Matthew Amidon 69ff08cd37 Split timer functionality from CLI to Timers. 2011-11-01 16:19:45 +00:00
Bill March 4bc4c20788 fixed small bug in angle results, made random generation stuff backwards compatible with boost (hopefully) 2011-10-31 19:29:32 +00:00
Ryan Curtin 7ccdfd40c9 Don't include textfile.h because it doesn't exist. 2011-10-31 18:51:24 +00:00
Ryan Curtin 84c1bc22c3 Remove col/ and file/ since they are no longer used. 2011-10-31 18:51:11 +00:00
Ryan Curtin 71aae11103 Stop using TextWriter. This breaks already broken code. Waiting on resolution
of #131.  Also, this introduces forty ten bajillion warnings.
2011-10-31 18:50:40 +00:00
Bill March 10264408e3 refactored random generation stuff, wrote a simple timing case 2011-10-31 16:24:35 +00:00
James Cline c894b5d594 core/file to hpp & cpp 2011-10-31 16:07:01 +00:00
James Cline 943f41ec1a mog/* to hpp & cpp filenames, fix #defines, etc 2011-10-31 15:54:31 +00:00
James Cline c0086aa466 Fix braces, #153 2011-10-31 15:41:27 +00:00
James Cline 863acc8927 Fix #ifndef, #define, #endif 2011-10-31 15:17:27 +00:00
James Cline 50e42d2654 Add load and save and a constructor that loads model from file 2011-10-31 06:28:11 +00:00
James Cline 4be1768383 Rename files to .hpp, .cpp 2011-10-31 04:12:31 +00:00