Commit Graph
345 Commits
Author SHA1 Message Date
tekhnofiend 94c2f9889a 2008-04-24 12:43:49 +00:00
tekhnofiend 9513eb4ef2 2008-04-24 12:35:42 +00:00
tekhnofiend 0be3de5cd0 2008-04-24 12:33:17 +00:00
tekhnofiend f258d1ae30 2008-04-24 08:21:16 +00:00
Dongryeol Lee 16b213d988 Compilation error fix 2008-04-23 21:57:30 +00:00
Dongryeol Lee a6db2d18c2 Added the function for making kdtrees out of hyperrectangles. 2008-04-23 21:33:55 +00:00
tekhnofiend 817fe4f3a6 2008-04-23 04:32:41 +00:00
tekhnofiend 04723d3786 2008-04-23 03:34:29 +00:00
tekhnofiend 22d4437713 2008-04-23 03:32:06 +00:00
tekhnofiend 3fd5d7dfb2 2008-04-23 03:31:41 +00:00
tekhnofiend c60b25fa82 2008-04-23 03:30:02 +00:00
tekhnofiend df32d8f723 2008-04-23 03:28:38 +00:00
tekhnofiend 0aea22a156 2008-04-23 03:20:38 +00:00
tekhnofiend 27f129ce20 2008-04-23 03:20:24 +00:00
tekhnofiend 07ae88c052 2008-04-23 03:20:00 +00:00
tekhnofiend ca8a051083 2008-04-23 02:54:04 +00:00
tekhnofiend 659bae2af4 2008-04-23 02:53:01 +00:00
tekhnofiend 977d43c337 2008-04-23 02:51:20 +00:00
tekhnofiend 2811f7847f 2008-04-23 02:50:57 +00:00
tekhnofiend 83b2874cdc 2008-04-23 02:47:21 +00:00
tekhnofiend 065913e903 2008-04-23 02:09:49 +00:00
tekhnofiend 8da0c62169 2008-04-23 02:07:01 +00:00
tekhnofiend 536423756b 2008-04-23 02:06:27 +00:00
tekhnofiend 868fae04aa 2008-04-23 02:05:52 +00:00
tekhnofiend ee5d80d333 2008-04-23 02:01:03 +00:00
Bill March 70b9feee03 changed stuff 2008-04-22 20:51:44 +00:00
Dongryeol Lee 5801a767dc Memory leak error for ball-tree has been fixed... 2008-04-22 19:23:29 +00:00
vasiloglou c6f028e4f5 fixed some issues with svd
fixed l_bfgs and now it works again!!!
projection whould come after wolfe step
2008-04-22 07:02:30 +00:00
Dongryeol Lee 05dbd30799 Needs to be debugged. 2008-04-22 04:13:26 +00:00
tekhnofiend db7dc1f852 2008-04-22 03:46:04 +00:00
tekhnofiend 037815ef02 2008-04-22 03:45:10 +00:00
tekhnofiend 94606e8fbb 2008-04-22 03:43:03 +00:00
tekhnofiend 4f2a5b6a4a 2008-04-22 03:38:50 +00:00
tekhnofiend a763d683ba 2008-04-22 03:32:31 +00:00
tekhnofiend 2054175fb9 2008-04-22 03:32:24 +00:00
vasiloglou 919d80aa52 I have done some development on L-BFGS-B 2008-04-21 23:51:20 +00:00
tekhnofiend b36cd680cd 2008-04-21 06:03:41 +00:00
tekhnofiend 27f49df779 2008-04-21 03:13:35 +00:00
tekhnofiend 802468d017 2008-04-20 23:35:25 +00:00
Parikshit Ram dfd10bc659 testing files added to svn 2008-04-20 19:20:12 +00:00
Bill March f7fb517061 error testing stuff 2008-04-20 18:21:42 +00:00
tekhnofiend 22169f89d6 fixed 2008-04-20 04:49:25 +00:00
tekhnofiend d846b55a1b 2008-04-20 03:06:16 +00:00
Dongryeol Lee 42b1f704e1 Fixed the compilation errors. Plus added the module to compute principal angles between two subspaces. 2008-04-19 22:15:51 +00:00
Dongryeol Lee 47ccf11658 Renamed pca_tree.h to subspace_stat.h. This file will be templatized for different ways of stitching up two different subspaces. 2008-04-19 22:12:09 +00:00
Dongryeol Lee a5e6e06812 Minor change to the dualtree_kde.h to use InitCopy instead of Copy, a deprecated function. 2008-04-19 21:47:06 +00:00
Dongryeol Lee 1523c599e3 Fixed the SeriesExpansion module so that it is up to date with the current library. Changed const ArrayList to const ArrayList references. 2008-04-19 21:46:39 +00:00
Dongryeol Lee 6a6b321f96 SVD Tree has numerical stability issue when applied to high-dimensional matrices. Going to fix this using orthogonal iteration. 2008-04-19 20:10:40 +00:00
Parikshit Ram 294a820f8e Cover tree files uploaded, tree building coded up, not working, still waiting on dependencies of ArrayList 2008-04-19 10:16:13 +00:00
Dongryeol Lee cdd6a99f92 Updated a potential bug in the ball tree that could attempt to split even if the radius is very close to zero. Changed DBL_MIN to DBL_EPSILON as a result. 2008-04-19 01:28:43 +00:00