Commit Graph
29 Commits
Author SHA1 Message Date
houyang c7a38c968a Initial release of "regularized risk minimization" project 2010-03-17 20:10:13 +00:00
tekhnofiend b76c8ee7ed moved dtw.h implementation into dtw_impl.h 2010-03-15 05:13:11 +00:00
tekhnofiend c4b937ba12 better organized multivariate dtw and added multivariate dtw to dtw.h 2010-03-15 05:12:53 +00:00
tekhnofiend e0fff042b8 added straw man - nearest centroid classifier, yields 47 percent accuracy 2010-03-15 01:33:18 +00:00
tekhnofiend dcb49ff8c1 finished first cut of multivariate dtw 2010-03-15 00:55:25 +00:00
tekhnofiend 929a085dd6 2010-03-15 00:55:12 +00:00
tqlong 79f6b1b088 add cross validation 2010-03-10 21:36:39 +00:00
tqlong e784b06e6d code separation into more cc and h files 2010-03-09 19:58:07 +00:00
tqlong 5ac86851d6 code separation into more cc and h files 2010-03-09 19:57:51 +00:00
tqlong 8df8534603 Passive Aggressive 2010-03-05 22:12:08 +00:00
Bill March 03c11a7da7 wrote depth first recursive code, fixed bug in base case 2010-03-03 01:42:35 +00:00
Bill March 117299c5bb fixed a few small errors, made test cases, naive works for 2 and 3 point tests 2010-02-25 19:10:28 +00:00
Bill March 07bdd8deba and now, to actually add the files 2010-02-24 21:40:06 +00:00
Bill March 08af692788 wrote base case and naive code to use it, few more problems with passing partial tuples around, tests to come 2010-02-24 21:39:36 +00:00
Bill March 37bbaea3f6 n-point correlations, wrote basic kernel function 2010-02-23 21:56:05 +00:00
tekhnofiend 57ec3853da fixed fucking retarded bug in dtw code that was due to hard coding of time series lengths 2010-02-23 05:22:11 +00:00
tekhnofiend a7bfa0567f added dtw visualization tool 2010-02-23 04:08:19 +00:00
tekhnofiend 788fbb4bf5 dtw - final checkthrough 2010-02-23 04:07:57 +00:00
tekhnofiend 3c9a9d472b changed dtw metric to normalize cost by path_length 2010-02-20 23:00:05 +00:00
tekhnofiend 54ecbaa044 fixed InitRaw member function of ArrayList to allocate memory for capacity, not size 2010-02-11 18:44:20 +00:00
tekhnofiend b111ab2479 2010-02-11 16:10:47 +00:00
tekhnofiend f20f3d7615 holy shit dont use arraylist with capacity version of Init 2010-02-11 06:03:26 +00:00
tekhnofiend cb0494580c added initial dynamic time warping code - needs debugging 2010-02-11 05:16:41 +00:00
tekhnofiend 07f37f605f updates to regularized ISM 2010-02-11 05:15:48 +00:00
tekhnofiend 7a7672a82b updates to spike train dependence 2010-02-11 05:15:34 +00:00
tekhnofiend 485afe35c9 various updates to new_hmm 2010-02-11 05:15:20 +00:00
tekhnofiend 62cbb7f012 update to kernel kmeans 2010-02-11 05:15:08 +00:00
tqlong d3005c87b0 2dPCA project on major basis 2010-02-10 17:51:23 +00:00
Ryan Curtin b6ca17628c Move fastlib2 to fastlib/trunk 2010-01-31 22:26:40 +00:00