Commit Graph
47 Commits
Author SHA1 Message Date
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
James Cline 5085e1a4e9 Change core/model to use *hpp, *cpp
Reformat core/model namespaces
Add namespace info to nnsmo*.h.
2011-10-26 16:08:22 +00:00
James Cline a81f321470 change optimizers/* to use hpp and cpp file extensions
Fix things that depend on them (#includes)
Fix #ifndef, #defines
2011-10-26 15:49:47 +00:00
Ryan Curtin f73d8b9869 Use BOOST_REQUIRE_SMALL instead. 2011-10-26 15:15:28 +00:00
James Cline 9668d1d0a2 Change core/tree, core/math to *.hpp, *.cpp
fix things that depend on these (#includes)
fix #ifndef #define to be MLPAC_CORE_path_filename_HPP
2011-10-26 15:11:26 +00:00
Ryan Curtin c7f987c71a Comment the rest of the things in the io directory and move the files to .hpp
and .cpp.
2011-10-26 15:07:29 +00:00
James Cline f9c16732f7 Remove using namespace mlpack::math in favor of math::Range 2011-10-26 14:32:21 +00:00
Ryan Curtin 2c5d3985d1 Uh, I forgot a few things. Stupid Ryan. 2011-10-26 03:36:40 +00:00
Ryan Curtin 5f7addd83f Move files and then make sure documentation is created correctly. 2011-10-26 03:19:27 +00:00
Ryan Curtin d276f5b566 Move some more files to .hpp or .cpp. Place Option and ProgramDoc classes
inside the io namespace.  Oh, and document them all, because doing that is a
Good Thing.
2011-10-25 22:47:24 +00:00
Ryan Curtin 244b427ec8 Hah. That last important file need to change. Yeah, that one... 2011-10-25 22:15:09 +00:00
James Cline de34498d76 mlpack::math namespace mess
math_lib -> mlpack::math
Range -> mlpack::math
fix core/tree methods requiring range to look in mlpack::math
remove math/kernel.h
remove references to math/kernel.h
2011-10-25 22:01:52 +00:00
Ryan Curtin 7efad68145 Implications of log.h -> log.hpp change. 2011-10-25 21:58:34 +00:00
Ryan Curtin 5f6ef66353 Move log.h to log.hpp, log.cc to log.cpp, and comment those files. 2011-10-25 21:58:21 +00:00
James Cline 4b4259e700 Put dballbound into namespace mlpack::bound 2011-10-25 21:36:23 +00:00
Ryan Curtin ec8fa758d0 Make sure we include cli.hpp, not io.h. 2011-10-25 18:34:26 +00:00
Ryan Curtin 8e47ded7aa Implications of renaming io.h to cli.hpp. 2011-10-25 18:34:06 +00:00
Ryan Curtin 89deb7742b Insane commenting of everything. I think the PARAM_* macros should be split
into another file because they are big now.  Also, rename some files (#152).
2011-10-25 18:33:52 +00:00
Parikshit Ram 14d273baf1 Approx max ip running, approx tester running as well (but both not thoroughly checked 2011-10-24 21:52:43 +00:00
Parikshit Ram 8fdaaa696c Approx max ip running, approx tester running as well (but both not thoroughly checked 2011-10-24 21:52:20 +00:00
Ryan Curtin 048eee4707 Hide PARAM declarations inside a namespace to help avoid collisions (#74). 2011-10-24 20:49:10 +00:00
Ryan Curtin 8163576f3d Hide parameters inside of a namespace to help avoid collisions (#74). 2011-10-24 20:47:09 +00:00
Ryan Curtin 2f369e3b78 Move mlpack/trunk/ to root of repository (fake commit during svn to git
transition).
2014-12-17 12:32:39 -05:00
sooraj fbb586fefc fixing botched tylesBase import 2008-09-12 21:13:14 +00:00
sooraj f76b88147a new import 2008-09-12 20:59:30 +00:00