Commit Graph
10022 Commits
Author SHA1 Message Date
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 0f23d5f619 Remove mlpack conf; it will live in its own repo (fake commit during svn to git
transition).
2014-12-17 12:33:15 -05: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
Ryan Curtin f2b9f16ffe Remove fastlib repository (fake commit during svn to git transition). 2014-12-17 12:31:50 -05:00
Ryan Curtin d15f62862a Document the SortPolicy classes; we will use the NearestNeighborSort class as
the example class.  Also change things so they are .hpp and not .h (#152).
2011-10-24 20:12:57 +00:00
Ryan Curtin 91ff9d11f4 Put these things inside the gmm namespace. 2011-10-24 20:12:00 +00:00
Ryan Curtin e7c982189f Document NeighborSearch class. 2011-10-24 17:31:01 +00:00
Dongryeol Lee ace9a3818f Random parameter generation. 2011-10-24 15:37:55 +00:00
Dongryeol Lee 631c8ca124 Adding a random generator for DCM Table. 2011-10-24 02:48:50 +00:00
houyang 234a782356 2011-10-23 22:14:14 +00:00
nslagle 0e6f22d0a5 mlpack/trunk/src/contrib/nslagle: remove my directory from compilation and testing (damn you Jenkins) 2011-10-23 21:54:17 +00:00
nslagle e5f8e38b12 mlpack/trunk/src/contrib/nslagle: add and modify more of the KDE code by DL 2011-10-23 21:32:14 +00:00
houyang 31e5cbed87 2011-10-23 19:01:21 +00:00
houyang d8fd17017b 2011-10-23 18:22:30 +00:00
houyang 31c7b43554 2011-10-23 16:43:15 +00:00
Dongryeol Lee 587f0efa29 Option to simplify outputs. 2011-10-23 15:49:19 +00:00
Dongryeol Lee 9e9848bd8c Change so that SamplingAccumulatePrecompute is called automatically everytime beta is drawn from the distribution. 2011-10-23 15:25:51 +00:00
Dongryeol Lee acc1f70cc9 Fixing the test. 2011-10-23 05:09:04 +00:00
Dongryeol Lee 7442f16b1f Terminates when --attribute_dimensions_in missing for full Gaussian. 2011-10-23 02:12:40 +00:00
tekhnofiend ded361eae3 added another censorship script 2011-10-22 20:55:14 +00:00
tekhnofiend 35ebe4e514 forgot to add this objective function 2011-10-22 20:54:56 +00:00
tekhnofiend 384848f93c added function for censoring based on some proportion of occurrences of top 10 words in a given topic 2011-10-22 20:54:35 +00:00
tekhnofiend a32e6748ba added same as last update but using cvx (probably a lot slower 2011-10-22 20:54:08 +00:00
tekhnofiend 2918380ae3 added active set algorithms for nonnegative least squares with l1 penalty, as well as nonpositive least squares with l1 penalty (both algorithms are nearly identical) 2011-10-22 20:53:34 +00:00
tekhnofiend 1a3b44980e added negativity constraint to dictionary perturbation 2011-10-22 20:52:29 +00:00
houyang 73adfb0020 2011-10-22 19:56:07 +00:00
Parikshit Ram 445864ee40 alt traversal implemented and checked, approx-max-ip still to be checked 2011-10-21 21:41:09 +00:00
houyang e131eed4a4 2011-10-21 21:16:20 +00:00
tekhnofiend ea165c8314 added Gaussian Sparse Coding using lars (with simpler code that does not generalize to expfam case, as well as perturbed version, and MTL version with perturbations 2011-10-21 20:40:56 +00:00
tekhnofiend 60634e4ca5 added lars, mostly due to Karl Skoglund and Jingu Kim 2011-10-21 20:39:22 +00:00
tekhnofiend a968dc7a0a lots of changes, including loading of bush half censored dataset 2011-10-21 20:38:35 +00:00
houyang 29e67e24fc 2011-10-21 20:18:31 +00:00