Commit Graph
10441 Commits
Author SHA1 Message Date
Ryan Curtin 46589bedab Update LARS test. 2011-12-14 23:56:37 +00:00
Ryan Curtin 1f724b3100 Format LARS a little better and give good program documentation. 2011-12-14 23:54:40 +00:00
Ryan Curtin 660e86308a Reset the tolerance to normal. 2011-12-14 23:27:16 +00:00
Ryan Curtin 622330077c This caused a problem for release-mode, so maybe this is the instability in the
test.
2011-12-14 23:27:08 +00:00
Ryan Curtin 2d6074a7c3 Change formatting of RADICAL code and redo the documentation a little bit to
make it more consistent with other programs.
2011-12-14 23:12:08 +00:00
Ryan Curtin c44c25c3c4 Redo API for NeighborSearch for the last time and go over documentation. 2011-12-14 22:59:30 +00:00
Ryan Curtin 57be5b0adb Not sure why I need to raise the tolerance... maybe something worse is wrong? 2011-12-14 22:58:45 +00:00
Ryan Curtin b86e6dc4a7 Document NCA. 2011-12-14 22:28:08 +00:00
Ryan Curtin 890fc6ae9d Fix bug and better warnings. 2011-12-14 22:13:14 +00:00
Ryan Curtin ac9b3f5845 Refactor and comment NaiveBayes a little better. 2011-12-14 22:08:08 +00:00
Ryan Curtin 3708a0e360 Fix a bug which was overwriting memory and may be causing that segfault I am
trying to hunt down on the build server...
2011-12-14 22:07:06 +00:00
Ryan Curtin 639bfa77b5 Namespace and API change for LinearRegression. 2011-12-14 21:23:39 +00:00
Ryan Curtin ec3fe5e922 Redo LinearRegression API and put it into the regression namespace (not
linear_regression).  Make the main executable more functional and document it.
2011-12-14 21:23:21 +00:00
Ryan Curtin ecca2e28a8 Clarify program name. 2011-12-14 20:11:27 +00:00
Ryan Curtin b51fd20706 Move kpca to kernel_pca; clean up the code to match formatting standards (okay,
some of my changes were superfluous), use size_t instead of int where necessary,
and change CMake configuration so kernel_pca is compiled.
2011-12-14 20:08:36 +00:00
Ryan Curtin 4a88a55171 Ignore some other things that we hadn't previously been ignoring. 2011-12-14 19:47:09 +00:00
Ryan Curtin 241d74e7c2 That's embarrassing, I forgot the name of the guy who opened the ticket to make
me fill this whole thing out...
2011-12-14 19:46:11 +00:00
Ryan Curtin 27b0cfc7ce Add license and copyright to satisfy #175. 2011-12-14 19:45:02 +00:00
Ryan Curtin a2957bd5b0 Change variable names to match code specifications and mark a couple functions
const.
2011-12-14 19:05:19 +00:00
Ryan Curtin 2de4edba9f Split math_misc.hpp as per #143. 2011-12-14 18:17:27 +00:00
Ryan Curtin 6419223810 Standard header include protection. 2011-12-14 18:04:46 +00:00
Ryan Curtin b0186f4dd9 Copy test data to the right place after building the test. 2011-12-14 17:58:43 +00:00
tekhnofiend e52d9c83ef moved accessor definitions for LARS from lars.cpp to lars.hpp 2011-12-14 17:52:34 +00:00
Ryan Curtin 492cf7fda9 Fix segfault. 2011-12-14 17:51:22 +00:00
tekhnofiend d58c8afb83 penultimate set of lars comments 2011-12-14 17:47:17 +00:00
Ryan Curtin 817ce6a4a6 Fix #174 and another bug in the main executable. 2011-12-14 17:45:45 +00:00
tekhnofiend 60ed209eff more comments for lars 2011-12-14 17:41:37 +00:00
tekhnofiend 117a912a27 added some comments to LARS 2011-12-14 17:38:18 +00:00
Matthew Amidon bc3d068ae7 Did some refactoring on CLI, fixed a potential bug.
Also removed some references to PARAM_MODULE.
2011-12-14 17:37:52 +00:00
Ryan Curtin cd36312560 Better documentation for K-Means. 2011-12-14 17:23:59 +00:00
Ryan Curtin 034218ed3e Remove these executables because they don't work anymore. 2011-12-14 17:16:02 +00:00
Ryan Curtin 5826e0d399 Don't build these targets. 2011-12-14 16:50:31 +00:00
Ryan Curtin 741a0ff859 Update documentation for HMMs. Documentation should be done for this class. 2011-12-14 13:48:54 +00:00
Ryan Curtin 976b5e26e5 All these files are unnecessary because I re-implemented HMMs. 2011-12-14 13:36:56 +00:00
Ryan Curtin 38c459957e Expand the example for the GMM. This documentation should be done. 2011-12-14 13:35:52 +00:00
Ryan Curtin 7049f6ea52 Last run of modifications for EMST documentation. 2011-12-14 13:33:02 +00:00
Ryan Curtin c4e57857be Two asterisks, not three. What is the meaning of life? 2011-12-14 13:24:30 +00:00
Ryan Curtin 051813c36f \bandwidth is not valid LaTeX... thanks regex... 2011-12-14 13:21:34 +00:00
Ryan Curtin 93441c5b5b Documentation fixes for GMMs and removal of now-unnecessary README. 2011-12-14 13:15:40 +00:00
Ryan Curtin 6b731005b2 Minor documentation fix for the namespace emst. 2011-12-14 13:15:13 +00:00
Ryan Curtin 981ab8fb7d Allow a GMM to be saved and clean up documentation. 2011-12-14 13:06:45 +00:00
Ryan Curtin 0f5317f85b -v == --verbose 2011-12-14 13:04:41 +00:00
Ryan Curtin d01c7f4e04 Move io/* to utilities/* then utilities to util (shorter, simpler name) and
update all references thereto.
2011-12-14 12:44:53 +00:00
Ryan Curtin 7346395dd5 Change in HasParam() changes a couple things in this test. 2011-12-14 12:41:57 +00:00
Ryan Curtin 8c5880e30d This was not an input parameter. 2011-12-14 12:27:00 +00:00
Ryan Curtin 7152df1389 Comment things a little better, and rename one of the timers. 2011-12-14 12:25:58 +00:00
Ryan Curtin e7d39b4e92 Compile libmlpack.so not libmlpack.a. 2011-12-14 12:16:49 +00:00
Ryan Curtin 435ef442b1 Allow compilation with -DARMA_EXTRA_DEBUG. 2011-12-14 12:16:27 +00:00
Ryan Curtin 4d76e86abb Make it how it was before. 2011-12-14 12:13:02 +00:00
Ryan Curtin 9c343e05bb Clean up CLI output again and again. Then change how Timers works because it
was being destructed before CLI in some cases.  That's the danger of
singletons...
2011-12-14 12:11:41 +00:00