Commit Graph
2397 Commits
Author SHA1 Message Date
James Cline a20886ea1a More untested yet compilable files. 2010-06-08 18:53:35 +00:00
James Cline 7cc3ed954d More things that compile yet remain untested. 2010-06-08 16:18:45 +00:00
Bill March 59853f10d7 base case & output debugged, on to pruning 2010-06-08 15:38:40 +00:00
James Cline d4224ab508 Reimplemented String's tokenizer for std::string.
dataset.* now compile, but are completely untested. There are certainly bugs and improvements to be made.
2010-06-08 15:18: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
James Cline 1bda6c6ed2 Remove ArrayList and String. This commit breaks many other classes. 2010-06-03 12:58:26 +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
Ryan Curtin 99d0cbd6b8 Finish transition of tree to arma::vec and related classes, and remove some methods that were commented out and unnecessary 2010-06-02 21:24:04 +00:00
James Cline 3fbaaa44ab Queue deprecated and removed. std::deque should be used now instead. 2010-06-01 20:10:15 +00:00
James Cline c7dabde9a9 Rename branch to indicate its new purpose, switching from in house implementations of things in the standard library to the standard library implementations.
Examples: ArrayList -> std::vector, Queue -> std::deque
2010-06-01 18:04:47 +00:00
James Cline 10e397a72e Updated comments. Removed constructor nonsense. 2010-06-01 17:50:28 +00:00
James Cline 1656613538 Queue is now just a wrapper around std::deque. It will be completely removed later on as the things that call it are updated. 2010-06-01 17:36:15 +00:00
James Cline 9691dfb532 Forgot to change this back before previous commit. 2010-06-01 16:54:09 +00:00
James Cline 0af1ed41e5 Fixed TestQueue so that it actually fails if things don't match. 2010-06-01 16:48:51 +00:00
tqlong bede1f6046 anmf 2010-05-28 14:12:12 +00:00
tqlong aa3aa4bca9 anmf 2010-05-28 07:41:44 +00:00
Ryan Curtin a87005e9c5 Add GPLv2 as license and copy doc/README_MLPACK to README 2010-05-27 03:30:18 +00:00
Ryan Curtin 14e1036e5f Tag fastlib-0.4 release. 2010-05-27 03:28:52 +00:00
James Cline 1a00c8ef16 TestRangeSet() changed so that it actually will fail if the expected results are not generated.
There may be a better macro for this, or we may want to switch to something not made in house (assuming TEST_ASSERT is).
2010-05-26 21:22:17 +00:00
James Cline 95f5981133 Switched from ArrayList->std::vector. 2010-05-26 21:09:59 +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