Commit Graph

3872 Commits

Author SHA1 Message Date
Davis King 6d623eebb9 Refined the definition of a sequence segmentation problem. 2013-05-13 19:33:11 -04:00
Davis King 848c301587 Clarified spec 2013-05-13 19:13:22 -04:00
Davis King 62c8d3ee26 Changed svm_c_linear_trainer stopping epsilon to something a little more
reasonable.
2013-05-12 19:29:15 -04:00
Davis King cdc0f3b09d Added unit tests for sequence segmentation tools. 2013-05-12 18:05:32 -04:00
Davis King f4a725559e Clarified spec. 2013-05-12 18:05:14 -04:00
Davis King 6eae1119bc A minor change to avoid a compiler warning 2013-05-12 17:58:33 -04:00
Davis King 736d662a4b Added missing assert 2013-05-12 17:45:09 -04:00
Davis King 832fb2cbab Added more asserts and a version number to the serialization
format for sequence_segmenter objects.
2013-05-12 17:44:41 -04:00
Davis King 1b093f7ae1 updated docs 2013-05-12 17:24:37 -04:00
Davis King 74ece35ac7 Added structural_sequence_segmentation_trainer, test_sequence_segmenter(),
and cross_validate_sequence_segmenter()
2013-05-12 17:06:57 -04:00
Davis King f02d09daa4 Added is_sequence_segmentation_problem() 2013-05-12 16:19:36 -04:00
Davis King 4a527aa878 Added the sequence_segmenter object. 2013-05-12 10:19:06 -04:00
Davis King f5f3d07c72 Clarified spec 2013-05-09 23:11:19 -04:00
Davis King 9a271f12ed Clarified spec 2013-05-09 20:42:58 -04:00
Steve Taylor 691e1ab17a Updated numeric_constants.h. Added a first version of
a numerical integration method to /examples/adapt_simp.cpp
2013-05-04 19:39:57 -04:00
Davis King cd319ec522 updated docs 2013-05-04 12:52:03 -04:00
Davis King 0cdbbe85ec Added the svr_linear_trainer. 2013-05-04 12:44:30 -04:00
Davis King 73551a87c6 This is a minor change. All it does is slightly change the stopping condition
used by the svm_c_linear_trainer so that the epsilon value is not implicitly
scaled by the C values given by the user.  This should make this object
slightly easier to use.
2013-05-04 10:14:39 -04:00
Davis King 835e0bd888 Changed test_ranking_function() and cross_validate_ranking_trainer() slightly
to avoid a run time error in gcc 4.7.
2013-05-02 19:57:53 -04:00
Davis King 967cd8228b Fixed incorrect search paths on windows. 2013-04-29 18:57:37 -04:00
Davis King 0c3952d549 Minor changes to avoid compiler warnings from visual studio. 2013-04-28 17:56:33 -04:00
Davis King 758856dff9 Fixed cmake build problem on windows 2013-04-28 17:55:56 -04:00
Davis King 2c2f955647 Added cca() bindings 2013-04-28 15:46:55 -04:00
Davis King 8770498c4e Fixed typo in spec 2013-04-28 15:44:01 -04:00
Davis King 5e10ae6eee Added more sparse vector tools and fixed a bug. 2013-04-27 17:05:04 -04:00
Davis King 313bca15c9 Added linear SVM binding 2013-04-27 16:25:25 -04:00
Davis King 859ccf5e8b Added some cross validation wrappers. 2013-04-27 15:44:26 -04:00
Davis King b8f2b5225c Added decision function testing wrappers. 2013-04-27 15:20:50 -04:00
Davis King bca5cddf43 Added more refinements and also bindings for svm_rank_trainer. 2013-04-27 14:05:38 -04:00
Davis King d7b8dfbc0c Fixed spelling error in filename.
--HG--
rename : tools/python/src/decision_funcions.cpp => tools/python/src/decision_functions.cpp
2013-04-27 12:29:52 -04:00
Davis King 6c313b8949 Just moving code around. 2013-04-27 12:28:46 -04:00
Davis King e0c9bb6586 Added more python bindings 2013-04-27 12:23:23 -04:00
Davis King affd197e3c Refined the python bindings more. Still lots to do though. 2013-04-27 09:57:24 -04:00
Davis King 1a64bcc39a Added initial python bindings for dlib 2013-04-27 08:35:04 -04:00
Davis King 860314ec5c Added cmake script to simplify making python modules 2013-04-27 08:34:47 -04:00
Davis King ec10281204 Improved how we try to link against the Intel MKL. In particular, this change
avoids a runtime linking error bug in the MKL that happens when you make
a shared library and try to use it from python.
2013-04-26 23:59:56 -04:00
Davis King ca51c77449 updated docs 2013-04-23 22:36:28 -04:00
Davis King 70e9095523 Added the jet color scheme. 2013-04-23 22:23:31 -04:00
Davis King 1a725ee453 Created release v18.2 2013-04-23 19:07:38 -04:00
Davis King 0daa8639dc Added tag v18.2 for changeset 5de237bc41c1 2013-04-23 19:07:37 -04:00
Davis King ecf0685083 updated release notes 2013-04-22 23:16:35 -04:00
Davis King fe93c5fac5 Changed code to avoid HSI/RGB conversions entirely. 2013-04-21 21:06:05 -04:00
Davis King 9be093a67b merged 2013-04-21 20:51:52 -04:00
Davis King c414fe44ff Changed tests slightly to make it more robust to rounding error in the HSI/RGB
transform.
2013-04-21 20:51:39 -04:00
Davis King ff378a697c made test a little more robust 2013-03-03 19:49:51 -05:00
Davis King 205070e463 Fixed a bug I introduced a few minutes ago. 2013-03-01 03:00:05 -05:00
Davis King 4e8bcd2526 Fixing yet more compiler warnings on older versions of gcc 2013-03-01 02:29:54 -05:00
Davis King 2021d6ed24 Another cast to avoid a compiler warning 2013-03-01 02:21:49 -05:00
Davis King 7bc2c97c81 Added a cast to avoid a compiler warning 2013-03-01 01:45:06 -05:00
Davis King 79e650804a Clarified spec 2013-04-21 11:33:52 -04:00