- 06 Feb, 2011 5 commits
-
-
Davis King authored
distance_functions with no basis vectors in them were added or subtracted. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404128
-
Davis King authored
improved its specification a bit. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404127
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404126
-
Davis King authored
a global function called approximate_distance_function() which performs the main optimization. The reduced_decision_function_trainer2 now depends on this global function. This changes makes this function optimizer available for other purposes besides use in the reduced_decision_function_trainer2 object. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404125
-
Davis King authored
rather than just a simple struct. I also added overloaded +, -, *, and / operators for this object so you can do the kind of arithmetic you would expect on an object which represents a point in a vector space. This breaks backwards compatibility with the previous interface though as the member variables are now private. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404124
-
- 04 Feb, 2011 4 commits
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404123
-
Davis King authored
clang compiler. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404122
-
Davis King authored
This has been fixed. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404121
-
Davis King authored
The bug details are below: dlib GUI applications don't work anymore after I upgraded to Ubuntu 10.10 (AMD64). They consistently crash in base_window::set_title. XwcTextListToTextProperty returns XLocaleNotSupported instead of initializing 'property', but dlib ignores the return value, resulting in a crash in XLib when XSetWMName is called with garbage input or when property.value is XFreed without having been allocated. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404120
-
- 03 Feb, 2011 1 commit
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404119
-
- 23 Jan, 2011 9 commits
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404118
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404117
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404116
-
Davis King authored
was defined. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404115
-
Davis King authored
linear ridge regression and the krr_trainer which uses the empirical_kernel_map to do non-linear ridge regression. No changes were made to the behavior of the krr_trainer. This update is just to allow the use of linear ridge regression without a superfluous empirical_kernel_map running at the beginning of the training process. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404114
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404113
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404112
-
Davis King authored
EKM. Instead, the load() function now will accept non-empty lisf objects and throw a non-fatal exception. This behavior should be slightly less surprising to users, especially since certain degenerate datasets can give rise to empty lisf objects when you might not expect it. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404111
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404110
-
- 18 Jan, 2011 1 commit
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404109
-
- 14 Jan, 2011 6 commits
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404108
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404107
-
Davis King authored
algorithms in dlib. This first version was created by Gregory Sharp. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404106
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404105
-
Davis King authored
--HG-- rename : docs/htmlify/CMakeLists.txt => tools/htmlify/CMakeLists.txt rename : docs/htmlify/htmlify.cpp => tools/htmlify/htmlify.cpp rename : docs/htmlify/to_xml.cpp => tools/htmlify/to_xml.cpp rename : docs/htmlify/to_xml.h => tools/htmlify/to_xml.h rename : docs/htmlify/to_xml_example/bigminus.gif => tools/htmlify/to_xml_example/bigminus.gif rename : docs/htmlify/to_xml_example/bigplus.gif => tools/htmlify/to_xml_example/bigplus.gif rename : docs/htmlify/to_xml_example/example.xml => tools/htmlify/to_xml_example/example.xml rename : docs/htmlify/to_xml_example/minus.gif => tools/htmlify/to_xml_example/minus.gif rename : docs/htmlify/to_xml_example/output.xml => tools/htmlify/to_xml_example/output.xml rename : docs/htmlify/to_xml_example/plus.gif => tools/htmlify/to_xml_example/plus.gif rename : docs/htmlify/to_xml_example/stylesheet.xsl => tools/htmlify/to_xml_example/stylesheet.xsl rename : docs/htmlify/to_xml_example/test.cpp => tools/htmlify/to_xml_example/test.cpp extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404104
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404103
-
- 05 Jan, 2011 1 commit
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404102
-
- 04 Jan, 2011 4 commits
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404099
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404095
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404094
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404093
-
- 03 Jan, 2011 4 commits
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404092
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404091
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404090
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404089
-
- 02 Jan, 2011 5 commits
-
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404088
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404087
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404086
-
Davis King authored
a file name given as a string in addition to taking istream objects. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404085
-
Davis King authored
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404084
-