Commit Graph
126 Commits
Author SHA1 Message Date
tqlong 61d4fbfa53 optim:GradientDescent 2010-07-14 21:37:40 +00:00
tqlong c7f543751e optim::NelderMead 2010-07-09 23:30:50 +00:00
Ryan Curtin 44b806ae1e Turns out this is a better way to define the DEBUG flag (and by better I mean... it works) 2010-06-23 23:08:26 +00:00
Ryan Curtin 037005d7e2 Changes in contrib/ affected and broke kde/, so don't bother with that for now 2010-06-23 18:50:22 +00:00
Ryan Curtin e07ae52aed Oops, we need to tell the compiler to set the DEBUG macro flag. 2010-06-22 05:42:01 +00:00
Ryan Curtin f4c89b8008 Compile with debugging information by default (so that DEBUG_ASSERT_MSG and similar macros will still work, as they are DEBUG_ONLY).
Should make optimization the default for compilation when tagging for a release, but default debug is more convenient for development.
2010-06-22 05:37:38 +00:00
Dongryeol Lee 1b801e86ef Fixed L-BFGS test. 2010-06-20 05:16:13 +00:00
Bill March 6c50cd909a fixed small error in naive multi main 2010-06-14 18:22:48 +00:00
Bill March 3e9973a44e wrote code to time single matcher code over multiple matchers 2010-06-09 20:35:31 +00:00
Bill March 6cb7a401d8 fixed memory leak, should be fine now 2010-06-09 15:34:49 +00:00
Bill March 755df756fd fixed a memory leak when copying arrays of GenMatrices 2010-06-09 15:33:57 +00:00
Bill March ee3d805996 improved pruning slightly 2010-06-08 20:07:35 +00:00
Bill March cc75654332 successfully debugged for small 2 and 3 point tests 2010-06-08 19:30:50 +00:00
Bill March 59853f10d7 base case & output debugged, on to pruning 2010-06-08 15:38:40 +00:00
Bill March 5d12924758 wrote multi-matcher with inefficient base case 2010-06-07 19:56:02 +00:00
Dongryeol Lee 34de381cfc Compile error fix. 2010-06-06 16:18:02 +00:00
Dongryeol Lee c774175261 Adding L-BFGS optimizer with the test. 2010-06-05 22:42:24 +00:00
Dongryeol Lee 63f147f42e Adding the metric object. 2010-06-05 19:41:11 +00:00
Dongryeol Lee 32b761fff7 Back to FASTLIB. 2010-06-03 23:48:30 +00:00
tqlong 208f199113 affineNMF ANMF_test main 2010-06-03 13:19:50 +00:00
tqlong a92a61c1b1 affineNMF register_all 2010-06-03 08:46:15 +00:00
tqlong b1ed52dc5b tqlong CMakeLists 2010-06-03 07:05:28 +00:00
tqlong aa3bebf757 affineNMF CMakeLists 2010-06-03 07:05:05 +00:00
tqlong 93b254d105 affineNMF image_register 2010-06-03 07:03:03 +00:00
tqlong 02486944b4 affineNMF image_type 2010-06-03 00:06:05 +00:00
tqlong bede1f6046 anmf 2010-05-28 14:12:12 +00:00
tqlong aa3aa4bca9 anmf 2010-05-28 07:41:44 +00:00
tqlong e445ba180a affine NMF 2010-05-26 21:04:30 +00:00
Ryan Curtin 068f74cc61 Install README_MLPACK is /usr/share/doc 2010-05-26 05:36:57 +00:00
Ryan Curtin 439ba9d1ef A readme to get installed to /usr/share/doc 2010-05-26 05:34:38 +00:00
Ryan Curtin 13b94ebbbc Update CMakeLists to properly install fastlib and mlpack. 2010-05-25 23:21:42 +00:00
Ryan Curtin 9af9eece16 Update documentation partially; it was noticed that this does not work successfully. I put in some debug information
that helps track down the invalid MulExpert() call which causes it to crash.  This will require later investigation.
Also, this doesn't output any results at all in any way whatsoever.  Seriously, is this a joke?  How could anyone possibly
use this software in any way if it doesn't give any output?  Ok, rant over.
2010-05-25 22:24:05 +00:00
Ryan Curtin 777b8b0b3f Documented hmm_viterbi utility 2010-05-25 22:07:51 +00:00
Ryan Curtin 32c416697a Remove usage() declaration 2010-05-25 21:42:15 +00:00
Ryan Curtin 59b6b6cff6 Documented hmm_loglik utility thoroughly 2010-05-25 21:34:24 +00:00
Ryan Curtin 8a5204a70d Document the hmm_generate executable 2010-05-25 21:09:34 +00:00
Ryan Curtin 58faa6bfb6 Change some parameter names to indicate where model files are required 2010-05-25 21:09:21 +00:00
Ryan Curtin 84f2bae43e Looks like my brain tripped on terminology 2010-05-25 21:09:07 +00:00
Ryan Curtin f329dc2b60 Document hmm_train executable entirely, and change some outputs from printf to fastlib standards where necessary 2010-05-25 19:50:35 +00:00
Ryan Curtin f539d0979f Rename HMM executables to things that will not potentially conflict with other utilities on a user's system 2010-05-25 19:50:12 +00:00
Ryan Curtin 81bd53e7e7 Add documentation on file formats for HMM utilities 2010-05-25 19:49:52 +00:00
Ryan Curtin a0a801ac3e Document emst; remove non-working --use-thor parameter. Names of some parameters changed for consistency across all MLPACK methods. 2010-05-25 15:46:25 +00:00
Ryan Curtin 766d854026 Update some mistypings in allkfn documentation 2010-05-24 23:07:35 +00:00
Ryan Curtin 2e0b6caaca Properly document the allknn method.
Previously there was a parameter that allowed selection between single- and dual-tree mode, but I have removed it, defaulting it always to dual-tree mode; I found it was a potentially confusing parameter.
2010-05-24 23:07:16 +00:00
Ryan Curtin 69bda82205 Properly document allkfn, which was not done at all. Maybe now, people can use it! 2010-05-24 22:47:38 +00:00
Ryan Curtin 40229814a3 Set required parameters and defaults for non-required parameters 2010-05-24 21:58:58 +00:00
tekhnofiend 4f475b8855 updated code so that user can specify number of ICs to find via num_of_IC. Also, fixed bug in very final step where we forgot to transpose unmixing matrix W before multiplying it to data 2010-05-24 21:53:37 +00:00
Ryan Curtin 9713eafc86 Is this a joke? I mean, seriously! allnn ships with no actual way to save the data that it's calculated; I've rewritten so that it might actually be useful to someone, ever 2010-05-24 21:51:23 +00:00
Ryan Curtin e434965a7d Add cheap utility CSV saving method for allnn 2010-05-24 21:50:38 +00:00
Ryan Curtin b1ff13d12a Update documentation so that it actually works, and make sure we tell the user that they can actually give a dataset as a parameter 2010-05-24 21:17:55 +00:00