Commit Graph
269 Commits
Author SHA1 Message Date
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
vasiloglou 9751f60e0a Trying to solve the submodule issue 2008-03-20 17:34:19 +00:00
vasiloglou c576fb23a0 There was a bug with the num_iterations that wasn't initialized 2008-03-20 17:21:23 +00:00
vasiloglou 2d59fb7d8a I need to get rid of some warnings, it is running 2008-03-20 17:09:58 +00:00
vasiloglou 00cd177dfc compiles 2008-03-20 15:56:45 +00:00
vasiloglou c3698de85b Added a recorder for the final results
Main function for mvu
2008-03-20 05:45:33 +00:00
vasiloglou 077762e294 more 2008-03-19 04:15:07 +00:00
vasiloglou 57fdd2df03 Added some extra files 2008-03-19 03:48:39 +00:00
vasiloglou 5970355d5f Implemented the member functions 2008-03-19 03:07:16 +00:00
vasiloglou 3901a8d029 Some minor repairs 2008-03-19 00:16:58 +00:00
vasiloglou d89b20d088 fisrt check in 2008-03-19 00:15:23 +00:00
vasiloglou acc3b2b164 several bugs fixed 2008-03-13 18:46:15 +00:00
vasiloglou ec015dcf09 some minor modifications, tests seem to run ok 2008-03-13 18:45:55 +00:00
vasiloglou eb82302da2 It is working 2008-03-13 13:15:25 +00:00
vasiloglou 3b80096ffb test seems to pass, we have to check for the validity of the results 2008-03-13 05:22:36 +00:00
vasiloglou cade017c70 Remove some binary files tha accidently were added 2008-03-13 02:58:28 +00:00
vasiloglou cddb821d4f Compiling 2008-03-13 02:57:05 +00:00
Dongryeol Lee 2cc2d27794 Fixed the compilation error 2008-03-11 02:09:52 +00:00
Dongryeol Lee d02458f3b2 The driver application now reads in a dataset of short ints for demonstration. 2008-03-11 01:50:20 +00:00
rriegel 4566179385 fixed test suite, fixed arraylist ambiguity 2008-03-11 01:46:08 +00:00
Bill March e55c93e7cf stuff 2008-03-11 01:03:17 +00:00
Dongryeol Lee 900ca48466 Fastlib tree now is OT-compliant, meaning it can be serialized/unserialized. However, it still does not admit a bounding box of general primitive type (for example, a short-int based bounding box rather than a double-based bounding box), which would involve making changes to bounds.h, math/math.h:DRange class. 2008-03-09 00:37:59 +00:00
Dongryeol Lee 2ddadcc3f2 Separated out the naive algorithm into a separate file. Now algorithms are templatized for different primitive types 2008-03-09 00:32:12 +00:00
rriegel 7991f3aba7 templatized matrices 2008-03-07 03:59:59 +00:00
rriegel d918575805 some memory optimizations 2008-03-07 03:58:39 +00:00
Bill March bb43bb75bc code hooray 2008-03-05 18:55:08 +00:00
Dongryeol Lee 2aace707ca Numerical stability fix 2008-03-05 01:39:30 +00:00
Dongryeol Lee f703694b81 More fixes in CG loop regarding the updating the solutions 2008-03-05 01:17:54 +00:00
Dongryeol Lee 0d6b734001 Bug fix in the Krylov loop - changed a break statement in the for-loop that iterated over each query to a continue statement 2008-03-05 01:05:31 +00:00
Dongryeol Lee d05803cc18 indentation fix in multi_conjugate_gradient.h 2008-03-05 00:54:32 +00:00