Commit f6c2d317 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402243
parent 818bc6ad
...@@ -752,8 +752,8 @@ ...@@ -752,8 +752,8 @@
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<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 decision or regression function that was
support vector machines. learned by a kernel based learning algorithm.
</description> </description>
<examples> <examples>
<example>svm_ex.cpp.html</example> <example>svm_ex.cpp.html</example>
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<li><b>Machine Learning Algorithms</b> <li><b>Machine Learning Algorithms</b>
<ul> <ul>
<li><a href="algorithms.html#mlp">multi layer perceptrons</a> </li> <li><a href="algorithms.html#mlp">multi layer perceptrons</a> </li>
<li><a href="algorithms.html#svm_nu_train">nu support vector machines</a></li> <li><a href="algorithms.html#svm_nu_train">nu support vector machines</a> for classification</li>
<li><a href="algorithms.html#krls">kernel RLS regression</a></li> <li><a href="algorithms.html#krls">kernel RLS regression</a></li>
<li>Bayesian Network inference algorithms such as the <li>Bayesian Network inference algorithms such as the
<a href="algorithms.html#bayesian_network_join_tree">join tree</a> algorithm and <a href="algorithms.html#bayesian_network_join_tree">join tree</a> algorithm and
......
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