Commit Graph
181 Commits
Author SHA1 Message Date
Dongryeol Lee f6ef287cb0 Added the vanilla dual-tree KDE 2008-01-31 02:32:48 +00:00
Dongryeol Lee c19f566be1 Minor doxygen comment correction 2008-01-25 03:11:21 +00:00
Dongryeol Lee a058359a40 Minor doxygen comment fix 2008-01-25 02:37:26 +00:00
Dongryeol Lee 36acad8d2d Finished doxygen-style commenting 2008-01-25 02:09:05 +00:00
Dongryeol Lee ef1254368f Minor print statement taken out from IFGT 2008-01-24 19:33:17 +00:00
Dongryeol Lee fdb452f548 Added automatic parameter tuning for the original IFGT 2008-01-24 19:30:30 +00:00
Dongryeol Lee 248105d07d More extensive commenting on the FGT code 2008-01-24 02:43:36 +00:00
Dongryeol Lee 0756d748ce Another quick fix under debug mode 2008-01-23 16:51:38 +00:00
Dongryeol Lee c44548e26e Fixed up user-level functions for better interfacing 2008-01-23 16:23:24 +00:00
Dongryeol Lee 01382ef582 Renamed the main driver file 2008-01-23 04:29:56 +00:00
Dongryeol Lee bfe661b833 Minor commenting correction 2008-01-23 03:08:34 +00:00
Dongryeol Lee b24ec3bae2 Added the original IFGT, took out the bugged IFGT 2008-01-23 02:44:36 +00:00
Dongryeol Lee 10d8e4d878 Checking in more documented stuffs 2008-01-22 19:56:23 +00:00
Dongryeol Lee 9af1b7902f Another pass in doxygen-style documentations 2008-01-22 01:12:11 +00:00
Dongryeol Lee 2896bf95de removed thor style KDE (backup version) 2008-01-21 21:43:01 +00:00
Dongryeol Lee de55a273af more doxygen stuff 2008-01-21 21:37:45 +00:00
Dongryeol Lee 5ad20a55a6 General commenting updates 2008-01-21 21:11:12 +00:00
Dongryeol Lee 0b32184e28 Bug fix in FGT based KDE 2008-01-21 20:15:04 +00:00
Dongryeol Lee c5203035c5 Basic documentation for running FGT based KDE completed 2008-01-21 05:05:48 +00:00
Dongryeol Lee c114e51190 FFT based KDE fully documented 2008-01-21 04:15:40 +00:00
Dongryeol Lee 7c51fef1bc Extensive commenting and instructions on how to run fast kde is completed 2008-01-21 02:26:18 +00:00
Dongryeol Lee 0f0eef79f0 Fast KDE is now using submodule for organizing parameters 2008-01-21 01:53:59 +00:00
Dongryeol Lee fb1a963406 Renamed main.cc to kde_main.cc 2008-01-20 19:24:46 +00:00
Dongryeol Lee 7eea0b63a1 Added dataset scaler 2008-01-20 01:38:21 +00:00
Dongryeol Lee 4332e50d6e Took out dataset reading from algorithm core 2008-01-20 01:34:39 +00:00
Dongryeol Lee a957fcfa1c old version of KDE is bugged, so I'm checking in the thor-style KDE which works 2008-01-20 00:33:09 +00:00
Dongryeol Lee 82fb9ff992 Swapped the thor-style KDE with the current stable version 2008-01-18 21:56:25 +00:00
Dongryeol Lee 89f6ee8b76 Took out the parts that are currently under development 2008-01-17 23:39:13 +00:00
Dongryeol Lee 3ca11a1f3b Compilation fixes before the code freeze 2008-01-15 01:53:30 +00:00
rriegel 7852a0b76e removed a few Makefiles 2008-01-10 22:13:35 +00:00
Dongryeol Lee 3aebcbddf9 quick fix to account for dataset permutation 2008-01-01 20:49:24 +00:00
Dongryeol Lee c947e3749c range search with serialization finished 2007-12-31 22:14:02 +00:00
Dongryeol Lee e066709974 currently saves the permuted matrix dataset, but need to figure out how apply permutation 2007-12-31 04:08:06 +00:00
Dongryeol Lee 36750e4335 tree saving/loading supported 2007-12-31 03:41:43 +00:00
Dongryeol Lee 77f6807142 Separated naive kde implementation into separate file 2007-12-14 18:06:12 +00:00
Dongryeol Lee 1a88c99935 added two options for expansion pattern for THOR-based KDE 2007-12-11 20:29:01 +00:00
Dongryeol Lee 3126cfdf1f Fix on generalized kd-tree implementation 2007-12-11 02:00:42 +00:00
Dongryeol Lee 22a4a00f69 Does cutoff of singular value based on its value compared to the maximum 2007-12-10 20:55:57 +00:00
Dongryeol Lee 62205219e2 factorial functions in auxilary series expansion object converted to const functions 2007-12-10 19:37:57 +00:00
Dongryeol Lee cdc3b4c9ae critical performance bug fix 2007-12-09 23:25:00 +00:00
Dongryeol Lee 60d7cd719c Small compilation change in multiplicative expansion 2007-12-09 20:04:10 +00:00
Dongryeol Lee f35c11403b THOR-style DFS series-expansion based KDE implemented 2007-12-08 02:47:46 +00:00
Dongryeol Lee 9f816e408e Made separate mains for fgt and fft 2007-12-07 22:33:39 +00:00
Dongryeol Lee e0e8997b98 Converted KDE to use THOR grammar 2007-12-07 22:22:25 +00:00
Dongryeol Lee 3c297a751e new formulation of KDE using THOR semantic 2007-12-06 17:50:10 +00:00
Dongryeol Lee d2c0327a5f cleaned up the template mess in series expansion class and fixed compilation errors due to the template cleanup 2007-12-05 21:26:18 +00:00
Dongryeol Lee 04e7b2eb46 quick fix on the timer stuff for timing naive 2007-12-05 05:09:43 +00:00
Dongryeol Lee c016277e51 Added Garry's optimized pruning rule, just need to integrate series expansion stuffs now 2007-12-04 20:40:21 +00:00
Dongryeol Lee 8035c2d9f0 all bugs in thor kde finite difference ironed out, need to add in further optimizations 2007-12-04 02:42:55 +00:00
Dongryeol Lee 2f9b21141d THOR KDE with pure finite difference works 2007-12-03 20:27:23 +00:00