Commit Graph
10074 Commits
Author SHA1 Message Date
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
Ryan Curtin 0cf46b4d16 Require Armadillo 2.0.0 minimum, so we have CSV support. 2011-10-30 22:54:22 +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
Ryan Curtin 8702a35152 Reformat files in the math directory; comment them, and adhere to some new
coding standards (#153).
2011-10-27 00:31:53 +00:00
Ryan Curtin 15a8795070 Update includes of binary_search_tree.hpp. 2011-10-27 00:15:12 +00:00
Ryan Curtin ca1863f36f Move spacetree.hpp to binary_space_tree.hpp (better name) and comment it all. 2011-10-27 00:14:52 +00:00
nslagle 508b99cdd7 mlpack/src/mlpack/core: remove files I accidentally re-added 2011-10-27 00:10:53 +00:00
nslagle fcfbac3075 mlpack/trunk/src/mlpack: rearrange and restructure the save/restore mechanism; clean up some code 2011-10-27 00:08:59 +00:00
vlad321 421674c7ec Removed Dataset. Converted all data::Load and data::Save to armadillo's .load and .save. 2011-10-26 21:20:16 +00:00
James Cline a1d3926894 Move fastica -> hpp, cpp file extensions
Update #ifndef, #defines
2011-10-26 16:48:26 +00:00
James Cline acc05561f5 Move emst to hpp, cpp extensions
Change #ifndef, #defines
2011-10-26 16:44:59 +00:00
James Cline afd43042e1 Move nnsvm to *hpp, *cpp files.
Fix #ifndef, #defines
2011-10-26 16:28:23 +00:00
James Cline f3b763a5be Change linear_regression file names to hpp, cpp
Change #ifndef, #define
2011-10-26 16:21:51 +00:00