Commit Graph
6003 Commits
Author SHA1 Message Date
(no author) d3b212fc7d -
Dongryeol Lee 57b114b5e2 Getting closer. 2010-10-04 17:14:54 +00:00
Dongryeol Lee 66bc4c5ca5 Fixing. 2010-10-03 23:17:50 +00:00
Dongryeol Lee 19d4953d34 There is a bug, I am fixing it. 2010-10-03 23:14:01 +00:00
(no author) 7c015220bd -
(no author) 5f5378f8ea -
Dongryeol Lee a72d6318a5 Kind of works, now have to test. 2010-10-03 20:04:47 +00:00
Dongryeol Lee 64843110c3 Getting closer to distributed table server. 2010-10-03 19:46:10 +00:00
Dongryeol Lee 192a653964 Getting there. 2010-10-03 17:26:10 +00:00
Dongryeol Lee f8ea0e9095 Fix to CMakeLists.txt which I never use. 2010-10-03 16:24:00 +00:00
Dongryeol Lee 9529d51e66 Removing old directories. 2010-10-03 16:23:15 +00:00
Dongryeol Lee 762b3fbbb2 Fixing warnings. 2010-10-03 16:22:33 +00:00
Dongryeol Lee 93099a19e0 Adding the test for distributed table, will finish today. 2010-10-03 16:21:18 +00:00
(no author) a659099268 -
Dongryeol Lee 0a375c1dbc Starting distributed tables. 2010-10-02 22:39:24 +00:00
Dongryeol Lee 2ee6c8ec34 Prefix scan code added. 2010-10-02 20:09:32 +00:00
(no author) 49d7f6c74f -
tqlong 866b57c812 learning Qt codes 2010-10-01 21:39:55 +00:00
(no author) b934334056 -
James Cline f515b272d2 naive_bayes compiles now. Currently untested. Could also possibly use some cleaning up still.
Changed out Matrix -> arma::mat, Vector -> arma::vec, added std::vector where appropriate. Some std::vectors might should be changed to arma::vec. 
No longer need math_functions.h for this.
2010-09-30 18:05:37 +00:00
(no author) 954bb7653a -
(no author) d05a488282 -
(no author) 555ec3b9ef -
Dongryeol Lee a7078cc1c6 Fix to the CMake. 2010-09-30 00:58:14 +00:00
Dongryeol Lee 99a18f28d6 Checking in thesis research code. 2010-09-29 23:00:39 +00:00
(no author) 5616e698fa -
(no author) 6e2c6be33f -
(no author) b7bf4518c7 -
(no author) bf3e36d0a4 -
Dongryeol Lee 75645ef735 Fix 2010-09-24 12:19:27 +00:00
(no author) 8b991eb2af -
(no author) 3e857b8992 -
Ryan Curtin 3b3502bc06 FastICA now compiles, but I'm sure it doesn't work, and it hasn't been tested. The vast majority of methods from lin_alg.h have been pruned as they are no longer necessary. 2010-09-22 15:53:31 +00:00
James Cline 27d9f5cb2d assert() undefined, added #include <assert.h> 2010-09-22 14:10:49 +00:00
(no author) 0e8e8c84c8 -
(no author) 661c76a077 -
(no author) 26bbc2f49f -
(no author) 4b8acd1c53 -
(no author) 5f63116057 -
(no author) 992ec1de31 -
(no author) 75399a02a5 -
tqlong e7200c6b7a Template for maximum weight matching in bipartie graph 2010-09-19 20:56:11 +00:00
Ryan Curtin ab03ff3233 Rewrite FastICA Orthogonalize() method and write a test for it. 2010-09-16 18:08:51 +00:00
Ryan Curtin 5b6bd24750 Extend functionality of Armadillo; cov() operates like Octave, but what we want is
cov(trans()).  However, that incurs a speed penalty with trans(), so I wrote ccov()
(column-based covariance) which does what we want without that speed penalty.  I'll
submit the patch to Armadillo sometime, but for now we'll just include it with
arma_extend.h.
2010-09-16 18:07:26 +00:00
tqlong f1dae5b717 Affine NMF: graph matching 2010-09-15 22:27:28 +00:00
(no author) 3b607e0728 -
tqlong a27a65188d Affine NMF: graph matching using Hungarian method 2010-09-13 21:15:19 +00:00
tqlong 921de7c48a Affine NMF: graph matching using Hungarian method 2010-09-13 20:40:58 +00:00
(no author) 56b8607d15 -
Ryan Curtin 074c8e6495 Rewrite WhitenUsingEig(). Fix simple (yet fatal) bug in Center(). Test case for WhitenUsingEig() also added, but perhaps at some point should be made more thorough. 2010-09-08 21:56:38 +00:00