Commit 164b62ca authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402297
parent 79770dc7
...@@ -13,26 +13,30 @@ ...@@ -13,26 +13,30 @@
<current> <current>
New Stuff: New Stuff:
- Added some macros that allow dlib to create a stack trace - Added some macros that allow dlib to create a stack trace
- Added a kernel based centroid estimator/novelty detector
- Added a kernel based k-means clustering algorithm
- Added an identity_matrix() function that can take a runtime defined size.
- Added a bunch of unconstrained optimization stuff to the library.
It now has a conjugate gradient optimization algorithm as well as
a quasi-newton algorithm.
- Added the wrap_function and is_function templates. - Added the wrap_function and is_function templates.
- Added two new events to the text_field object. One for detecting when the - Added two new events to the text_field object. One for detecting when the
user hits enter and another for detecting when input focus is lost. user hits enter and another for detecting when input focus is lost.
- Added the set_subm, set_rowm, and set_colm functions. - Machine Learning
- Added a kernel based centroid estimator/novelty detector
- Added a kernel based k-means clustering algorithm
- Numerical
- Added an identity_matrix() function that can take a runtime defined size.
- Added a bunch of unconstrained optimization stuff to the library.
It now has a conjugate gradient optimization algorithm as well as
a quasi-newton algorithm.
- Added the set_subm, set_rowm, and set_colm functions.
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
- In the krls object: Added a requires clause to the set_tolerance() member - In the krls object: Added a requires clause to the set_tolerance() member
function and renamed clear() to clear_dictionary(). function and renamed clear() to clear_dictionary().
Bug fixes: Bug fixes:
- Fixed a bug in the requires clause of the subm() function. It was
more restrictive than it should have been.
Other: Other:
- Added example programs for the krls object as well as the new - Added example programs for the krls object as well as the new
kcentroid object. kcentroid and kkmeans objects.
</current> </current>
......
Add asserts to text_grid and also move all the function bodies in widgets.h to cpp.
move all the function bodies to cpp.
Hide all windows header files in a cpp file. Hide all windows header files in a cpp file.
......
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