Commit 40050a28 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402937
parent cd6f196e
...@@ -12,12 +12,27 @@ ...@@ -12,12 +12,27 @@
<current> <current>
New Stuff: New Stuff:
- Added the strings_equal_ignore_case() functions
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
- Changed the on_request() function in the http server
- Changed the serialization format of the kcentroid and svm_pegasos
objects
Bug fixes: Bug fixes:
Other: Other:
- Split the algorithms documentation page into three pages, algorithms,
machine learning, and bayes nets.
- Merged in Steven Van Ingelgem's patch to cleanup the HTTP server and
add new functionality. This breaks backwards compatibility with the
previous on_request() interface but it is easy to update old code and
it is now much cleaner and easier to use.
- Changed the kcentroid so that you can tell it to keep the most linearly
independent vectors rather than the newest vectors. I then changed the
svm_pegasos object so that it has a max number of support vector setting
so that the user can supply an upper limit on the number of support
vectors to use.
</current> </current>
......
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
maybe add a function to find the distance between two column vectors
move all the function bodies in widgets.h to cpp. move all the function bodies in widgets.h to cpp.
......
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