Commit Graph
84 Commits
Author SHA1 Message Date
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
Ryan Curtin 791e23c63d Stupid idiot Ryan should not have checked that in 2011-10-31 03:47:24 +00:00
nslagle 9136535724 contrib/nslagle: newest, not yet working KDE code; multi-bandwidth, dual-tree 2011-10-31 01:58:09 +00:00
Parikshit Ram 5b05ec21dc Cosine tree -- co-axial cone tree added and tested 2011-10-30 03:16:22 +00:00
Parikshit Ram 3443a7d902 Cone-tree code named appropriately 2011-10-29 22:46:47 +00:00
Ryan Curtin 8965dd2b3b Corner case: last_coordinates_ may happen to be initialized to what the user
passes in as the coordinates; and in that case, the Precalculate() doesn't
actually do its job.  So, make sure a precalculation is done if one has never
been done before.
2011-10-29 05:40:50 +00:00
Ryan Curtin be15dc4673 Different ordering for includes. Include armadillo in arma_extend.h. 2011-10-29 04:27:01 +00:00
Ryan Curtin f1d8ba5bd5 Use overloaded mat.save() and mat.load() functions. 2011-10-29 04:26:38 +00:00
Ryan Curtin 90dd79d68b That's odd, I didn't properly convert that one to CSV. 2011-10-29 04:18:01 +00:00
Ryan Curtin dc1ee23d8c Why was it named .arff when it was a .csv? 2011-10-29 02:48:09 +00:00
Ryan Curtin 8d36ca35d1 Transpose matrices upon load 2011-10-29 01:59:03 +00:00
Ryan Curtin 194eeb732b Use CSVs not ARFFs. Transpose the dataset upon loading. 2011-10-29 01:56:37 +00:00
Ryan Curtin 33e346c983 Don't include Armadillo directly; just include core.h. 2011-10-29 01:56:24 +00:00
Ryan Curtin 1bb18f4f7b Add extra Mat code to load a transposed matrix. The patch has not yet been
submitted to Conrad.
2011-10-29 01:51:10 +00:00
Ryan Curtin 4877361a50 Seriously, I didn't check this in? 2011-10-28 02:30:07 +00:00
Ryan Curtin cc0471def0 Bank error in your favor. Collect $100. 2011-10-28 02:21:27 +00:00
Parikshit Ram a7148a1811 Waiting for arma::load() transpose -- quick fix now 2011-10-27 22:20:55 +00:00
Ryan Curtin 2973f3e49b Update names which were missed due to svn merges and my own failure to check the
build.
2011-10-27 21:04:33 +00:00
Parikshit Ram 025128320f appropriate changes made to work with new mlpack + alt-angle-pruning added 2011-10-27 20:54:10 +00:00
Ryan Curtin 1b50ad3156 Using math_misc.hpp not math_lib.hpp. 2011-10-27 20:49:55 +00:00
Ryan Curtin 38613b8b98 Changed filenames 2011-10-27 20:49:18 +00:00
Ryan Curtin 1611a3499f Changed a filename 2011-10-27 20:48:27 +00:00
Parikshit Ram 00b669d24f Oct 25th, Rank-approximate fixed for very high k-values 2011-10-27 13:48:31 +00:00
nslagle 5695e0dcbe mlpack/src/contrib/nslagle: continue modifying the KDE code 2011-10-27 00:35:58 +00:00