Commit e24ed9dc authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402438
parent 83546f1f
...@@ -937,7 +937,8 @@ ...@@ -937,7 +937,8 @@
<description> <description>
<p> <p>
Trains a <a href="#probabilistic_decision_function">probabilistic_decision_function</a> using Trains a <a href="#probabilistic_decision_function">probabilistic_decision_function</a> using
some sort of trainer object such as the <a href="#svm_nu_trainer">svm_nu_trainer</a>. some sort of trainer object such as the <a href="#svm_nu_trainer">svm_nu_trainer</a> or
<a href="#rbf_network_trainer">rbf_network_trainer</a>.
</p> </p>
The probability model is created by using the technique described in the paper: The probability model is created by using the technique described in the paper:
<blockquote> <blockquote>
...@@ -1181,6 +1182,9 @@ ...@@ -1181,6 +1182,9 @@
<a href="#reduced_decision_function_trainer2">reduced_decision_function_trainer2</a> <a href="#reduced_decision_function_trainer2">reduced_decision_function_trainer2</a>
objects. objects.
</description> </description>
<examples>
<example>svm_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -1205,6 +1209,9 @@ ...@@ -1205,6 +1209,9 @@
to further improve the results. to further improve the results.
</p> </p>
</description> </description>
<examples>
<example>svm_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -1216,7 +1223,7 @@ ...@@ -1216,7 +1223,7 @@
<spec_file link="true">dlib/svm/svm_abstract.h</spec_file> <spec_file link="true">dlib/svm/svm_abstract.h</spec_file>
<description> <description>
Performs k-fold cross validation on a user supplied trainer object such Performs k-fold cross validation on a user supplied trainer object such
as the <a href="#svm_nu_trainer">svm_nu_trainer</a>. as the <a href="#svm_nu_trainer">svm_nu_trainer</a> or <a href="#rbf_network_trainer">rbf_network_trainer</a>.
</description> </description>
<examples> <examples>
<example>svm_ex.cpp.html</example> <example>svm_ex.cpp.html</example>
......
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