1. 06 Feb, 2011 2 commits
    • Davis King's avatar
      Refactored the code in the reduced_decision_function_trainer2. Part of it has been turned into · 82fb3682
      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
      82fb3682
    • Davis King's avatar
      Improved the distance_function object by turning it into a properly encapsulated class · 543e289f
      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
      543e289f
  2. 04 Feb, 2011 4 commits
  3. 03 Feb, 2011 1 commit
    • Davis King's avatar
      Fixed a bug in an assert · 8f118e3e
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404119
      8f118e3e
  4. 23 Jan, 2011 9 commits
  5. 18 Jan, 2011 1 commit
  6. 14 Jan, 2011 6 commits
    • Davis King's avatar
      Improved a print statement. · 33d87fe5
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404108
      33d87fe5
    • Davis King's avatar
      I just split the program up into a bunch of files. · 7fb32196
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404107
      7fb32196
    • Davis King's avatar
      Added the first version of a command line tool for using the machine learning · f2ec4594
      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
      f2ec4594
    • Davis King's avatar
      Updated README to reflect the new location of the htmlify tool. · 187af2a7
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404105
      187af2a7
    • Davis King's avatar
      Moved the htmlify tool into the tools folder. · 8529d70f
      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
      8529d70f
    • Davis King's avatar
      Adding a tools folder for useful applications built on dlib · 33e7e94d
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404103
      33e7e94d
  7. 05 Jan, 2011 1 commit
    • Davis King's avatar
      Made test more robust · 684a1764
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404102
      684a1764
  8. 04 Jan, 2011 4 commits
  9. 03 Jan, 2011 4 commits
  10. 02 Jan, 2011 5 commits
  11. 01 Jan, 2011 3 commits