Commit Graph
7033 Commits
Author SHA1 Message Date
Dongryeol Lee 46f8d7e58b Still deadlocking, but very close. 2010-10-08 01:53:26 +00:00
Dongryeol Lee 7509c8874a New implementation to be debugged. 2010-10-08 00:59:47 +00:00
Dongryeol Lee 0178964695 Almost fixed. 2010-10-07 22:51:54 +00:00
Dongryeol Lee 6067ca3d82 The new distributed table is on the way. 2010-10-07 21:40:11 +00:00
James Cline 6b6d0a31fe Uses data::Save to save as a CSV file 2010-10-07 16:32:13 +00:00
Dongryeol Lee 10a111fa84 Will continue tonight. 2010-10-06 20:16:08 +00:00
Dongryeol Lee cbdf9512d1 Fixing the distributed table with more threads. 2010-10-06 03:44:28 +00:00
Dongryeol Lee 4c7c053ca6 Some obvious variable elimination. 2010-10-06 02:19:00 +00:00
(no author) ba46e7ff74 -
(no author) 4b3a24add9 -
(no author) f5ada1faed -
James Cline 84057f3d60 Works correctly now, just need to get the output to be in csv format. 2010-10-05 19:21:25 +00:00
Dongryeol Lee 04ba43850b Dividing up files. 2010-10-05 17:40:55 +00:00
Dongryeol Lee fd0548f655 Took out efence. 2010-10-05 17:09:20 +00:00
(no author) b2f803c8de -
(no author) d24421cc5d -
(no author) 6948564c1f -
Dongryeol Lee e919b99bd7 Bug fix. 2010-10-05 14:52:38 +00:00
(no author) 3f3a3fee0e -
Dongryeol Lee ed2c5a43d3 Potential race condition fixed. 2010-10-05 04:27:54 +00:00
Dongryeol Lee bf968015eb Changed the prototype for initializing a distributed table. 2010-10-05 03:40:09 +00:00
Dongryeol Lee 2dc394bc72 Will need to fix the test so that it is more informative. 2010-10-05 03:25:09 +00:00
Dongryeol Lee cffa17608b Fixed, now really ready to start the tree. 2010-10-05 03:20:35 +00:00
Dongryeol Lee 0fb85d2a07 Currently fixing the deadlock. 2010-10-05 03:08:34 +00:00
Dongryeol Lee 1d9e9fbcdf Fix to CMake flags. 2010-10-04 23:17:33 +00:00
Dongryeol Lee 8a536ed7e7 It works, now ready to build the distributed tree. 2010-10-04 21:29:49 +00:00
(no author) 377026dae6 -
(no author) fea0d2e1ce -
Dongryeol Lee f887b82388 Will finish today. 2010-10-04 18:59:08 +00:00
Dongryeol Lee 967c874d12 I think it works. 2010-10-04 18:32:21 +00:00
(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