mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated the docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402297
This commit is contained in:
parent
79770dc7db
commit
164b62cab6
@ -13,26 +13,30 @@
|
||||
<current>
|
||||
New Stuff:
|
||||
- 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 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.
|
||||
- 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:
|
||||
- In the krls object: Added a requires clause to the set_tolerance() member
|
||||
function and renamed clear() to clear_dictionary().
|
||||
|
||||
Bug fixes:
|
||||
- Fixed a bug in the requires clause of the subm() function. It was
|
||||
more restrictive than it should have been.
|
||||
|
||||
Other:
|
||||
- Added example programs for the krls object as well as the new
|
||||
kcentroid object.
|
||||
kcentroid and kkmeans objects.
|
||||
|
||||
</current>
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
Add asserts to text_grid and also
|
||||
move all the function bodies to cpp.
|
||||
move all the function bodies in widgets.h to cpp.
|
||||
|
||||
Hide all windows header files in a cpp file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user