Commit 624566e8 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402572
parent 9ca3886d
......@@ -11,6 +11,30 @@
<!-- ******************************************************************************* -->
<current>
New Stuff:
- Added the sort_columns() and rsort_columns() functions
- Added the vector_normalizer object
- Added the normalized_function object.
- Added a tensor_product() function for the matrix object.
Non-Backwards Compatible Changes:
Bug fixes:
- Made it so that the gui event handler thread isn't created at all
unless some part of an application calls some of the gui_core code.
In the previous release the event handler thread was executed
briefly during program termination and could cause problems if no
windowing environment was available.
- Fixed an #include statement in the matrix utilities so that it works
even if you don't specify an include path argument to your compiler.
Other:
</current>
<!-- ******************************************************************************* -->
<old name="17.10" date="Oct 09, 2008">
New Stuff:
- Added a thread safe shared pointer object
- Added the popup_menu_region widget.
......@@ -49,7 +73,7 @@ Other:
- Modified the library so that it compiles with the Intel compiler.
- Added some example programs that use the relevance vector machine
</current>
</old>
<!-- ******************************************************************************* -->
......
......@@ -413,6 +413,7 @@
<term link="algorithms.html#kcentroid" name="kcentroid"/>
<term link="algorithms.html#linearly_independent_subset_finder" name="linearly_independent_subset_finder"/>
<term link="algorithms.html#running_stats" name="running_stats"/>
<term link="algorithms.html#vector_normalizer" name="vector_normalizer"/>
<term link="algorithms.html#kkmeans" name="kkmeans"/>
<term link="algorithms.html#pick_initial_centers" name="pick_initial_centers"/>
<term link="algorithms.html#rank_features" name="rank_features"/>
......@@ -421,6 +422,7 @@
<term link="dlib/svm/svm_abstract.h.html#maximum_nu" name="maximum_nu"/>
<term link="algorithms.html#decision_function" name="decision_function"/>
<term link="algorithms.html#normalized_function" name="normalized_function"/>
<term link="algorithms.html#distance_function" name="distance_function"/>
<term link="algorithms.html#probabilistic_decision_function" name="probabilistic_decision_function"/>
<term link="algorithms.html#linear_kernel" name="linear_kernel"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment