Commit Graph
55 Commits
Author SHA1 Message Date
Ryan Curtin 93a2e1d6ad Fix for #26; forgot the type specifier after LI (since the LI macro now requires a type after it, so it works for all types)
#15 (standardized output system using cout) will solve all these silly printf problems.
2010-04-25 18:13:51 +00:00
Ryan Curtin 949d8116bb posix_fadvise is not defined on all systems 2010-04-24 23:12:51 +00:00
Ryan Curtin 8604c265a4 Do not build mlpack_contrib or any of its pieces by default 2010-04-24 22:33:32 +00:00
Bill March 630d88a0d5 working on multi-bandwidth version 2010-04-21 19:20:03 +00:00
Ryan Curtin 0e9913e5c7 uint -> unsigned int (same thing but 'uint' does not exist on all platforms apparently) 2010-04-21 17:14:00 +00:00
Ryan Curtin 8dfec9dffe Allow selection of SCALE_MASSIVE, SCALE_LARGE, or SCALE_NORMAL in CMake configuration (default to SCALE_NORMAL if not otherwise specified, and check to make sure multiple options are not selected) 2010-04-20 16:55:40 +00:00
Ryan Curtin 8a9f77b3d8 Missed these macros 2010-04-20 16:54:56 +00:00
Ryan Curtin 503651e4af #22: replace lots of preprocessor macros with what they actually are where possible.
COMPILER_NO_RETURN -> __attribute__((noreturn))
COMPILER_NO_INLINE -> __attribute__((noinline))
COMPILER_PRINTF -> __attribute__((format(printf, X, Y)))
COMPILER_FUNCTIONAL -> __attribute__((const))
COMPILER_DEPRECATED -> __attribute__((deprecated))
COMPILER_DEPRECATED_MSG -> __attribute__((deprecated))
STATIC_CAST(...) -> static_cast<...>(...)
REINTERPRET_CAST(...) -> reinterpret_cast<...>(...)
2010-04-20 14:58:34 +00:00
Ryan Curtin 2205622dab Incorrect #include line, should use relative paths for fastlib stuff 2010-04-20 14:44:50 +00:00
Ryan Curtin 2f47bc7a6b mmapmm support by default in fastlib means a lot of these methods now compile right 2010-04-15 13:56:12 +00:00
Ryan Curtin 5ead8b1016 Don't use local trilinos headers, use system ones (it's CMake's job to figure out where these are) 2010-04-15 13:55:50 +00:00
Ryan Curtin ab824e4b79 Need to figure out why those two lines have been causing issues 2010-04-14 22:50:19 +00:00
Ryan Curtin 4daef98a6d Add kernel_pca (which required sparse) to default build, modify a few things (ticket #13 is related) so it compiles fine 2010-04-14 22:49:39 +00:00
Ryan Curtin 20ac49f85f Move code that finds trilinos out from sparse CMakeLists 2010-04-14 22:48:32 +00:00
Ryan Curtin d5e7bde7c7 Add mmapmm to fastlib build. A few code changes were necessary stemming from some earlier base/basic_types.h changes. 2010-04-14 21:45:45 +00:00
Ryan Curtin d74c46dc99 Fix nnsvm so it builds correctly (fx_ calls were out of date) and add to CMake build 2010-04-14 21:29:10 +00:00
Ryan Curtin 2bd68567bc Revert 'src' to 'fastlib' so I don't break everything fl-build does. 2010-04-14 15:44:30 +00:00
Ryan Curtin f554a5639a Huge merge of fastlib-cmake into trunk, done all wrong (svn merge failed... surprise?). All the CMakeLists.txt files have been copied over and all of the other relevant CMake files too. I've done my best to keep it as simple as possible but unfortunately that was not entirely feasible here. 2010-04-14 15:38:59 +00:00
Ryan Curtin fd095e9931 Apply same change from branch to trunk ("Huh?") 2010-04-14 15:33:26 +00:00
tekhnofiend 9cc3a0511d small changes to how files are read in 2010-04-11 18:30:06 +00:00
tekhnofiend 6b4c4ef417 added multivariate dtw that does one global align using Euclidean distance between vectors in R^n 2010-04-11 17:27:17 +00:00
Bill March abb2f53cb6 actually fixed it now, replaced decrementing a global lower bound with just summing up the bounds as I traverse the new list. 2010-04-08 19:07:48 +00:00
Bill March 465ef3b3fa fixed bug in hybrid expansion - can't exit checking a node tuple when a pair excludes because the tuple may still have bad symmetry 2010-04-08 18:30:33 +00:00
Bill March 47a41b1454 finished hybrid expansion, added bad symmetry output to node checks 2010-04-07 19:19:41 +00:00
Bill March 8e5694a496 wrote basic hybrid expansion pattern, wrote function to test node lists 2010-04-05 20:42:26 +00:00
Bill March b4a2009eda wrote and tested counting function 2010-04-05 18:06:44 +00:00
houyang c7a38c968a Initial release of "regularized risk minimization" project 2010-03-17 20:10:13 +00:00
tekhnofiend b76c8ee7ed moved dtw.h implementation into dtw_impl.h 2010-03-15 05:13:11 +00:00
tekhnofiend c4b937ba12 better organized multivariate dtw and added multivariate dtw to dtw.h 2010-03-15 05:12:53 +00:00
tekhnofiend e0fff042b8 added straw man - nearest centroid classifier, yields 47 percent accuracy 2010-03-15 01:33:18 +00:00
tekhnofiend dcb49ff8c1 finished first cut of multivariate dtw 2010-03-15 00:55:25 +00:00
tekhnofiend 929a085dd6 2010-03-15 00:55:12 +00:00
tqlong 79f6b1b088 add cross validation 2010-03-10 21:36:39 +00:00
tqlong e784b06e6d code separation into more cc and h files 2010-03-09 19:58:07 +00:00
tqlong 5ac86851d6 code separation into more cc and h files 2010-03-09 19:57:51 +00:00
tqlong 8df8534603 Passive Aggressive 2010-03-05 22:12:08 +00:00
Bill March 03c11a7da7 wrote depth first recursive code, fixed bug in base case 2010-03-03 01:42:35 +00:00
Bill March 117299c5bb fixed a few small errors, made test cases, naive works for 2 and 3 point tests 2010-02-25 19:10:28 +00:00
Bill March 07bdd8deba and now, to actually add the files 2010-02-24 21:40:06 +00:00
Bill March 08af692788 wrote base case and naive code to use it, few more problems with passing partial tuples around, tests to come 2010-02-24 21:39:36 +00:00
Bill March 37bbaea3f6 n-point correlations, wrote basic kernel function 2010-02-23 21:56:05 +00:00
tekhnofiend 57ec3853da fixed fucking retarded bug in dtw code that was due to hard coding of time series lengths 2010-02-23 05:22:11 +00:00
tekhnofiend a7bfa0567f added dtw visualization tool 2010-02-23 04:08:19 +00:00
tekhnofiend 788fbb4bf5 dtw - final checkthrough 2010-02-23 04:07:57 +00:00
tekhnofiend 3c9a9d472b changed dtw metric to normalize cost by path_length 2010-02-20 23:00:05 +00:00
tekhnofiend 54ecbaa044 fixed InitRaw member function of ArrayList to allocate memory for capacity, not size 2010-02-11 18:44:20 +00:00
tekhnofiend b111ab2479 2010-02-11 16:10:47 +00:00
tekhnofiend f20f3d7615 holy shit dont use arraylist with capacity version of Init 2010-02-11 06:03:26 +00:00
tekhnofiend cb0494580c added initial dynamic time warping code - needs debugging 2010-02-11 05:16:41 +00:00
tekhnofiend 07f37f605f updates to regularized ISM 2010-02-11 05:15:48 +00:00