Commit Graph
335 Commits
Author SHA1 Message Date
vasiloglou 388453d943 close to compiling 2008-05-20 19:14:52 +00:00
vasiloglou 6b59a6daff added more files 2008-05-20 18:20:28 +00:00
vasiloglou 4d65a5c7e7 first commit 2008-05-20 03:17:13 +00:00
Dongryeol Lee f0d1921623 Need to implement the canonical dual-tree recursion and debug... 2008-05-20 02:18:35 +00:00
tekhnofiend 561c985bad 2008-05-20 02:18:26 +00:00
Dongryeol Lee 6015ec3a94 More compilation error fix. 2008-05-20 00:51:36 +00:00
Dongryeol Lee e017fe7b75 Fixed the compilation error. 2008-05-19 18:49:58 +00:00
Dongryeol Lee bddffe766e Added the empty driver for the matrix factorized FMM. 2008-05-19 18:47:54 +00:00
Dongryeol Lee bf53e2bf7d Initial checkin of the matrix-factorized FMM 2008-05-19 18:45:17 +00:00
rriegel 5e4c556037 added kda 2008-05-18 03:57:59 +00:00
rriegel e9175e290e general overhaul for fx update 2008-05-18 03:56:17 +00:00
rriegel 6af081127b removed loads of test results 2008-05-18 03:24:50 +00:00
Dongryeol Lee d307f01c84 Fixed the ball-tree to be compatible with the fastlib tree interface, fixed subspace_stat class to have the correct mean vector in the case of the node owning only one point. 2008-05-12 22:35:56 +00:00
vasiloglou 9708d16350 Getting closer 2008-05-09 19:06:19 +00:00
vasiloglou 2931879fde still is not faster 2008-05-09 07:15:21 +00:00
Dongryeol Lee 6f5c6b5d2b Added the function for computing maximum l2 norm reconstructoin error 2008-05-09 04:37:27 +00:00
Dongryeol Lee a0bcaf2d0c Eliminated the storage space for the right singular vectors. 2008-05-09 03:23:23 +00:00
Dongryeol Lee 3715d33d79 Finished the hierarchical PCA algorithm. Now need to work on high dimensional FMM. 2008-05-08 21:40:44 +00:00
Dongryeol Lee 094ff683cc Replaced unstable SVD merging step with regular Monte Carlo algorithm. Now going to try out a possibly more stable approach. 2008-05-08 15:55:08 +00:00
Parikshit Ram 938696ab03 trying a new thing so saving stuff in the svn 2008-05-07 18:53:20 +00:00
Dongryeol Lee 95924e69ba Finished the base case, now have to work on the merging phase... 2008-05-07 16:57:27 +00:00
Dongryeol Lee 58c35195fa Completed the base fast SVD case for which the number of points is less than the dimension... 2008-05-07 16:43:28 +00:00
Dongryeol Lee 35148ccf99 Replaced EigenvectorsInit call which did not return eigenvalues in sorted order with SVDInit call which does. 2008-05-07 16:08:50 +00:00
vasiloglou 2f2b6e4af1 doing better 2008-05-07 06:36:54 +00:00
Dongryeol Lee 7cae0e6cfd Restarted the hierarchical pca algorithm, now replaced with Vempala's fast SVD algorithm. Need to finish the subspace combining part... 2008-05-07 06:33:06 +00:00
vasiloglou 90a9b59ae5 some trivial parts are running 2008-05-07 06:28:10 +00:00
vasiloglou 8809a88bcf compiles 2008-05-07 06:21:45 +00:00
vasiloglou 72a3a96d8d development done, now it is time to compile 2008-05-07 05:47:03 +00:00
houyang 2178dd07ca Replace deprecated functions in RVM with new ones. 2008-05-06 16:40:57 +00:00
vasiloglou 065458778c changes the way midpoint is computed.Added a function that overwrites on an initialized vector 2008-05-06 14:14:10 +00:00
vasiloglou 9abfd50df5 it is running 2008-05-06 07:23:17 +00:00
tekhnofiend 1824385cec 2008-05-06 05:52:46 +00:00
tekhnofiend a0105abd5a 2008-05-06 03:48:55 +00:00
tekhnofiend 3acb8f4d0f 2008-05-06 03:48:28 +00:00
houyang 3cb74327f4 Replace deprecated functions in crossvalidation.h and dataset.cc. Update svm code under mlpack with the updated version. It now supports support vector regression. 2008-05-05 23:48:45 +00:00
houyang 7ed70bfe2e Move everything in my folder(houyang) from fastlib to fastlib2 2008-05-05 22:31:55 +00:00
Bill March 4b10269eb9 changing recursion to include square trees 2008-05-05 18:53:15 +00:00
vasiloglou e725fcda45 hasn't compiled yet 2008-05-05 14:25:07 +00:00
Parikshit Ram 2945575973 tried to make it faster, but didn't help too much 2008-05-04 23:45:00 +00:00
Dongryeol Lee 68406f6ecb Fixed a bug in partitioning function for constructing trees out of hyperrectnalges. 2008-05-02 20:38:12 +00:00
Dongryeol Lee 3db190c189 Fixed the tree constructor for hyperrectangles. 2008-05-01 16:26:08 +00:00
Bill March 5e9af0602f the build file helps 2008-05-01 03:23:38 +00:00
Bill March 37860e8bec added readme 2008-05-01 03:19:20 +00:00
Bill March 9411072512 fixed lower bound problem 2008-04-29 19:39:39 +00:00
Parikshit Ram 3a95d810d5 nearest neighbor preliminary code complete and working on a small test dataset and output decent 2008-04-29 02:55:12 +00:00
Parikshit Ram 9f464ac0ff nearest neighbor preliminary code complete and working on a small test dataset 2008-04-29 02:51:08 +00:00
Parikshit Ram f67c6a9713 files added but not compiled as yet 2008-04-28 20:32:07 +00:00
Dongryeol Lee e212790409 Added splitting functions for making trees out of hyperrectangles. 2008-04-28 20:16:17 +00:00
Bill March 78ab53a160 fixed things 2008-04-25 14:52:08 +00:00
tekhnofiend 10d4bf206c 2008-04-24 13:22:27 +00:00