Commit 70b7137c authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402892
parent d0f66410
...@@ -1354,11 +1354,11 @@ ...@@ -1354,11 +1354,11 @@
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/pegasos_abstract.h</spec_file> <spec_file link="true">dlib/svm/pegasos_abstract.h</spec_file>
<description> <description>
This is a batch trainer object that is meant to wrap other online trainer objects This is a trainer object that is meant to wrap online trainer objects
that create <a href="#decision_function">decision_functions</a>. It that create <a href="#decision_function">decision_functions</a>. It
turns an online learning object such as the <a href="#svm_pegasos">svm_pegasos</a> turns an online learning algorithm such as <a href="#svm_pegasos">svm_pegasos</a>
object into a batch learning object. This allows you to use objects like into a batch learning object. This allows you to use objects like
svm_pegasos with functions, such as <a href="#cross_validate_trainer">cross_validate_trainer</a>, svm_pegasos with functions (e.g. <a href="#cross_validate_trainer">cross_validate_trainer</a>)
that expect batch mode training objects. that expect batch mode training objects.
</description> </description>
......
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