mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated the docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402389
This commit is contained in:
parent
51b9c7a71b
commit
24974b75f8
@ -111,6 +111,7 @@
|
||||
<item>polynomial_kernel</item>
|
||||
<item>linear_kernel</item>
|
||||
<item>decision_function</item>
|
||||
<item>distance_function</item>
|
||||
<item>probabilistic_decision_function</item>
|
||||
<item>krls</item>
|
||||
<item>kcentroid</item>
|
||||
@ -943,6 +944,20 @@
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>distance_function</name>
|
||||
<file>dlib/svm.h</file>
|
||||
<spec_file link="true">dlib/svm/function_abstract.h</spec_file>
|
||||
<description>
|
||||
This object represents a point in kernel induced feature space.
|
||||
You may use this object to find the distance from the point it
|
||||
represents to points in input space.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
|
@ -408,6 +408,7 @@
|
||||
<term link="dlib/svm/svm_abstract.h.html#maximum_nu" name="maximum_nu"/>
|
||||
|
||||
<term link="dlib/svm/function_abstract.h.html#decision_function" name="decision_function"/>
|
||||
<term link="dlib/svm/function_abstract.h.html#distance_function" name="distance_function"/>
|
||||
<term link="dlib/svm/function_abstract.h.html#probabilistic_decision_function" name="probabilistic_decision_function"/>
|
||||
|
||||
<term link="dlib/svm/kernel_abstract.h.html#linear_kernel" name="linear_kernel"/>
|
||||
@ -506,6 +507,10 @@
|
||||
|
||||
|
||||
|
||||
<term link="dlib/image_transforms/thresholding_abstract.h.html" name="on_pixel"/>
|
||||
<term link="dlib/image_transforms/thresholding_abstract.h.html" name="off_pixel"/>
|
||||
|
||||
|
||||
<term link="imaging.html#assign_image" name="assign_image"/>
|
||||
<term link="imaging.html#assign_all_pixels" name="assign_all_pixels"/>
|
||||
<term link="imaging.html#assign_border_pixels" name="assign_border_pixels"/>
|
||||
@ -544,6 +549,8 @@
|
||||
|
||||
|
||||
|
||||
<term link="metaprogramming.html#enable_if" name="enable_if"/>
|
||||
<term link="metaprogramming.html#disable_if" name="disable_if"/>
|
||||
<term link="metaprogramming.html#DLIB_STACK_TRACE" name="DLIB_ENABLE_STACK_TRACE"/>
|
||||
<term link="metaprogramming.html#DLIB_STACK_TRACE" name="DLIB_STACK_TRACE"/>
|
||||
<term link="metaprogramming.html#DLIB_STACK_TRACE" name="Stack Trace"/>
|
||||
|
Loading…
Reference in New Issue
Block a user