Commit Graph
298 Commits
Author SHA1 Message Date
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
Dongryeol Lee 15b9aed1e1 Still need to fix the stitching problem in pca_tree.h 2008-04-18 21:39:01 +00:00
Parikshit Ram dc7b81aa2a fkdnfl
general
2008-04-18 20:55:55 +00:00
Dongryeol Lee 0c9e4d6db8 Fixed a bug in median split kd-tree that resulted in infinite recursion. 2008-04-18 18:59:46 +00:00
Dongryeol Lee 2ee9dcdded Now uses median split KD-tree 2008-04-18 18:59:13 +00:00
Dongryeol Lee 94878bc82d Fixed a potential performance bug in the KDE code that resulted in a stricter pruning criterion. 2008-04-18 16:28:25 +00:00
Bill March 36a1d0c2c0 hf stuff 2008-04-17 17:57:03 +00:00
vasiloglou 776d0ba37f some minor fixes 2008-04-17 00:20:32 +00:00
vasiloglou c1abb88797 results seem promissing 2008-04-17 00:19:52 +00:00
vasiloglou ca108d9a06 Making it more natural 2008-04-16 13:48:02 +00:00
vasiloglou 0aa6101634 Removed these files that were redundant 2008-04-15 23:05:30 +00:00
vasiloglou 3aae4710d7 created an application for working with the movielens 2008-04-15 23:03:33 +00:00
Dongryeol Lee a67d885678 Completed the fixed-point algorithm for PCA 2008-04-15 22:01:41 +00:00
Dongryeol Lee 9b7fa53615 More compilation fix. Now starting the fix-point algorithm. 2008-04-15 18:28:28 +00:00
Dongryeol Lee 0e9327bef9 Compilation error fix. 2008-04-14 19:41:04 +00:00
Dongryeol Lee 80f65e9225 Renamed the class name to make it a static class supporting different modes of PCA computation. 2008-04-14 19:37:16 +00:00
vasiloglou 18e12670d3 Test seems to converge. 2008-04-14 04:49:23 +00:00
Dongryeol Lee a9a0416e1b Added a directory for testing variants of PCA 2008-04-13 04:29:55 +00:00
vasiloglou 60e8db5ac4 Seems to compile , I have to remove from svn at some point
th dual_manifold_objective{_impl}.h
2008-04-12 22:01:38 +00:00
Dongryeol Lee 96dc73c5c7 Added Static Init function for the general bound type. 2008-04-12 00:00:38 +00:00
Dongryeol Lee 5679851a09 Minor editing of the build file 2008-04-11 23:59:18 +00:00
Dongryeol Lee 8809198b07 Added Static versions of the Init/Own/Copy function that allocates using Nick's memory mapped files. 2008-04-11 23:59:00 +00:00
Dongryeol Lee 1e5dcf1f74 Now uses static allocation for matrices (Nick's memory manager) 2008-04-11 23:56:11 +00:00
Dongryeol Lee c568308ef0 Separated the global variable declarations into a separate cc file 2008-04-11 17:03:37 +00:00
Dongryeol Lee c2c933ce90 Separated the global variable declarations into a separate cc file 2008-04-11 17:03:30 +00:00
Dongryeol Lee 1abcd3c58f Adding general typed ranges. 2008-04-11 15:07:23 +00:00
vasiloglou 9bc02c834e Still working on the dual manifold 2008-04-11 14:54:15 +00:00
Dongryeol Lee fec6fd22c1 Metric tree had a bug, and now it is fixed... 2008-04-10 18:42:08 +00:00
vasiloglou c49ed3f4df Fixed some bugs and passed a simple test 2008-04-09 02:49:38 +00:00
rriegel 4d01e0e5d1 added deprecated debug macros 2008-04-07 23:14:42 +00:00
rriegel e67da2dc6a rectified missing ccmem.cc 2008-04-07 23:07:18 +00:00
vasiloglou 321a06060d added the example for memory_manager 2008-04-07 23:07:13 +00:00
vasiloglou 2cc9c75179 few corrections 2008-04-07 22:31:04 +00:00
vasiloglou 87fd9a662d first check in 2008-04-07 19:37:34 +00:00
vasiloglou 4998695430 added pca preprocessing 2008-03-31 14:21:02 +00:00
vasiloglou e30b14f750 fixed the same bug 2008-03-30 15:01:25 +00:00
vasiloglou c392ac896d fixed the initialization of LOOCV 2008-03-30 14:30:52 +00:00
vasiloglou f439886544 fixed another bug 2008-03-29 16:21:38 +00:00
vasiloglou 79eb0f3d93 fixed a minor bug 2008-03-29 01:11:35 +00:00
vasiloglou e702a0511c auto tuning on 2008-03-28 18:51:21 +00:00
jwaters6 29dfeb23cd modified bounds code to accomodate coordinate offset
jwaters 3/25/2008
2008-03-25 15:58:37 +00:00
vasiloglou 365c3e8edb Log the lower bound for optimization 2008-03-25 15:10:15 +00:00
rriegel 128a8e915c beta revised ot, ArrayList 2008-03-25 05:46:58 +00:00
vasiloglou bfee4c962f auto tuning seems to work at least for swiss roll 2008-03-25 00:47:58 +00:00
vasiloglou dc9aefc2db close to automatic tuning 2008-03-24 20:48:41 +00:00
vasiloglou f849e3f7cd fixed a couple of bugs in the max furthest 2008-03-21 21:37:21 +00:00
vasiloglou 45d581b7a4 Now the submodule works better 2008-03-20 20:35:15 +00:00
vasiloglou 27d858a230 Eventually it worked without warnings 2008-03-20 19:50:12 +00:00