Commit 6b3a644b authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402227
parent 80901e97
...@@ -719,7 +719,7 @@ ...@@ -719,7 +719,7 @@
<component> <component>
<name>probabilistic_decision_function</name> <name>probabilistic_decision_function</name>
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/svm_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 support vector machines. It returns an
...@@ -736,7 +736,7 @@ ...@@ -736,7 +736,7 @@
<component> <component>
<name>decision_function</name> <name>decision_function</name>
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/svm_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. support vector machines.
...@@ -752,7 +752,7 @@ ...@@ -752,7 +752,7 @@
<component> <component>
<name>linear_kernel</name> <name>linear_kernel</name>
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/svm_abstract.h</spec_file> <spec_file link="true">dlib/svm/kernel_abstract.h</spec_file>
<description> <description>
This object represents a linear function kernel for use with This object represents a linear function kernel for use with
support vector machines. support vector machines.
...@@ -765,7 +765,7 @@ ...@@ -765,7 +765,7 @@
<component> <component>
<name>polynomial_kernel</name> <name>polynomial_kernel</name>
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/svm_abstract.h</spec_file> <spec_file link="true">dlib/svm/kernel_abstract.h</spec_file>
<description> <description>
This object represents a polynomial kernel for use with This object represents a polynomial kernel for use with
support vector machines. support vector machines.
...@@ -778,7 +778,7 @@ ...@@ -778,7 +778,7 @@
<component> <component>
<name>radial_basis_kernel</name> <name>radial_basis_kernel</name>
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/svm_abstract.h</spec_file> <spec_file link="true">dlib/svm/kernel_abstract.h</spec_file>
<description> <description>
This object represents a radial basis function kernel for use with This object represents a radial basis function kernel for use with
support vector machines. support vector machines.
......
...@@ -376,12 +376,14 @@ ...@@ -376,12 +376,14 @@
<term link="algorithms.html#point" name="point"/> <term link="algorithms.html#point" name="point"/>
<term link="dlib/svm/svm_abstract.h.html#maximum_nu" name="maximum_nu"/> <term link="dlib/svm/svm_abstract.h.html#maximum_nu" name="maximum_nu"/>
<term link="dlib/svm/svm_abstract.h.html#decision_function" name="decision_function"/>
<term link="dlib/svm/svm_abstract.h.html#probabilistic_decision_function" name="probabilistic_decision_function"/> <term link="dlib/svm/function_abstract.h.html#decision_function" name="decision_function"/>
<term link="dlib/svm/svm_abstract.h.html#linear_kernel" name="linear_kernel"/> <term link="dlib/svm/function_abstract.h.html#probabilistic_decision_function" name="probabilistic_decision_function"/>
<term link="dlib/svm/svm_abstract.h.html#polynomial_kernel" name="polynomial_kernel"/>
<term link="dlib/svm/svm_abstract.h.html#radial_basis_kernel" name="radial_basis_kernel"/> <term link="dlib/svm/kernel_abstract.h.html#linear_kernel" name="linear_kernel"/>
<term link="dlib/svm/svm_abstract.h.html#Kernel_Function_Objects" name="Kernel Function Objects"/> <term link="dlib/svm/kernel_abstract.h.html#polynomial_kernel" name="polynomial_kernel"/>
<term link="dlib/svm/kernel_abstract.h.html#radial_basis_kernel" name="radial_basis_kernel"/>
<term link="dlib/svm/kernel_abstract.h.html#Kernel_Function_Objects" name="Kernel Function Objects"/>
......
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