Commit Graph
1271 Commits
Author SHA1 Message Date
houyang 7d92c338a5 minor bug fixed in SMO 2008-04-22 15:46:07 +00:00
houyang c030200b69 New SMO implementation. Support vector machine for regression now functional. 2008-04-22 14:40:21 +00:00
houyang 610e76341b In GetLabels(), all the input parameters are required to init beforehand. GeneralCrossValidator() is modified accordingly. 2008-04-22 14:37:56 +00:00
Dongryeol Lee b0fe649aef Fix to the pruning rule in dualtree_kde.h 2008-04-18 16:02:03 +00:00
houyang 2894dffe46 bug fix in crossvalidation.h 2008-04-18 00:40:13 +00:00
houyang f0b49fa46a Addback -> Addbackitem 2008-04-16 21:50:39 +00:00
houyang 062aed1593 2008-04-16 21:28:23 +00:00
houyang 3a4232411f fix bug in getlabels, delete (int) 2008-04-16 21:19:09 +00:00
houyang ba5599ec18 2008-04-16 02:33:15 +00:00
houyang 7a13cf8377 2008-04-15 14:51:02 +00:00
gmravi2003 0b15bc65c2 2008-04-15 00:31:34 +00:00
houyang fb24c64dd0 2008-04-14 20:52:01 +00:00
houyang 72b6fc056a 2008-04-14 20:45:02 +00:00
houyang bc529e400a 2008-04-14 20:03:12 +00:00
tekhnofiend 11cce6677a added pica 2008-04-06 01:11:52 +00:00
houyang f8930f2373 rvm classification 2008-04-04 19:57:31 +00:00
houyang dee61ae4f7 Relevance Vector Machine (RVM) 2008-03-31 20:26:46 +00:00
houyang a32ffc6cbc Add a statistics module. More functions to contribute. 2008-03-31 20:22:28 +00:00
houyang bf8a7b51b7 SVM regression 2008-03-31 20:14:42 +00:00
houyang 90fdbe203b Add a general cross validation class, which can be used for classification, regression and density estimation. Alpha Version. Still under construction. 2008-03-31 20:07:15 +00:00
tekhnofiend 6c3e22af6d 2008-03-30 16:51:24 +00:00
tekhnofiend 7f6cdcd037 2008-03-30 16:50:03 +00:00
tekhnofiend e122850378 updated 2008-03-30 16:24:35 +00:00
houyang e0436b7ffd 2008-03-21 23:23:32 +00:00
gmravi2003 7a7445d2d0 Fully functional. No leaks 2008-03-09 22:13:26 +00:00
gmravi2003 46f9df9c89 Slightly modified. Still workingb but with mem leaks 2008-03-09 00:05:52 +00:00
gmravi2003 cd564b8a9f Fully working. However there are mem leaks 2008-03-08 23:05:13 +00:00
Dongryeol Lee dc9cea5bd7 Another fix to the Compute function 2008-03-03 20:55:54 +00:00
Dongryeol Lee 93fdb3c60b The naive code had a bug in computing the influence value of a point; it should have computed t(q)^T (B^T W(q) B)^{-1} t(q) W(0), instead of t(q)^T (B^T W(q) B)^{-1} t(q) 2008-03-03 03:48:36 +00:00
gmravi2003 dc356ba601 Complete. Will need to do a small final check 2008-03-03 00:51:51 +00:00
gmravi2003 026a85eacc partially complete 2008-03-02 16:18:44 +00:00
gmravi2003 289f65b6d1 Partially complete code 2008-03-02 07:19:22 +00:00
Dongryeol Lee bb0441fb51 Fix in the compute function for naive code which contained erroneous extra argument 2008-03-02 06:12:24 +00:00
Dongryeol Lee c7122cb14c Caught a serious bug in non-shuffling of the weight diagram magnitude and influence values in the dense version of the algorithm 2008-03-02 04:42:49 +00:00
gmravi2003 4bf3d47d76 Looks to be fine 2008-02-28 02:18:10 +00:00
tekhnofiend 38987f4c15 updated niche/functional 2008-02-27 07:04:19 +00:00
tekhnofiend e917e96281 updated niche/functional 2008-02-27 07:03:39 +00:00
tekhnofiend 442be9e768 updated niche/functional 2008-02-26 19:43:52 +00:00
tekhnofiend 996d016cc3 updated niche/functional 2008-02-26 19:42:49 +00:00
gmravi2003 533d3a5c4f Looks like working.Havent tested it completely 2008-02-25 16:24:08 +00:00
tekhnofiend f33bc0144a added k_fold_fpc_cv* to niche/functional 2008-02-25 03:12:12 +00:00
tekhnofiend 449c2cc18b updated niche/functional 2008-02-25 03:10:43 +00:00
Dongryeol Lee 2b5b4a2e0e Fix to the variable bandwidth case 2008-02-24 20:02:00 +00:00
tekhnofiend 4e35eb39f0 added results_gene to niche/functional 2008-02-24 07:10:44 +00:00
tekhnofiend 9bdc54c492 updated niche/functional 2008-02-24 07:09:00 +00:00
Dongryeol Lee f384336b14 Added the multiindex expansion tool 2008-02-24 06:17:29 +00:00
Dongryeol Lee 0f0c837f7d Added the naive version 2008-02-24 06:16:34 +00:00
Dongryeol Lee 1eb548f9ac Initial check in of dense version 2008-02-24 06:16:13 +00:00
tekhnofiend 71f2f6c960 updated niche/functional 2008-02-24 02:06:01 +00:00
gmravi2003 43bc1068c7 Fully working without adaptive BW 2008-02-23 00:43:40 +00:00