Commit 31851907 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403311
parent 11944d0f
...@@ -601,7 +601,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -601,7 +601,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<spec_file link="true">dlib/svm/function_abstract.h</spec_file> <spec_file link="true">dlib/svm/function_abstract.h</spec_file>
<description> <description>
This object represents a binary decision function for use with This object represents a binary decision function for use with
support vector machines. It returns an kernel-based learning-machines. It returns an
estimate of the probability that a given sample is in the +1 class. estimate of the probability that a given sample is in the +1 class.
</description> </description>
<examples> <examples>
...@@ -1018,7 +1018,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -1018,7 +1018,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
that create <a href="#decision_function">decision_function</a> objects. that create <a href="#decision_function">decision_function</a> objects.
It performs post processing on the output decision_function objects It performs post processing on the output decision_function objects
with the intent of representing the decision_function with fewer with the intent of representing the decision_function with fewer
support vectors. basis vectors.
</description> </description>
</component> </component>
...@@ -1066,7 +1066,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -1066,7 +1066,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
that create <a href="#decision_function">decision_function</a> objects. that create <a href="#decision_function">decision_function</a> objects.
It performs post processing on the output decision_function objects It performs post processing on the output decision_function objects
with the intent of representing the decision_function with fewer with the intent of representing the decision_function with fewer
support vectors. basis vectors.
</p> </p>
<p> <p>
It begins by performing the same post processing as It begins by performing the same post processing as
......
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