Commit 02f6a1ad authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402562
parent 70920caa
...@@ -1079,9 +1079,11 @@ ...@@ -1079,9 +1079,11 @@
<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 some sort of function object that This object represents a container for another function
automatically normalizes its inputs using a <a href="#vector_normalizer">vector_normalizer</a> object and an instance of the <a href="#vector_normalizer">vector_normalizer</a> object.
object.
It automatically noramlizes all inputs before passing them
off to the contained function object.
</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