Commit e3310d45 authored by Davis King's avatar Davis King

updated docs

parent cafa17c8
...@@ -2022,7 +2022,8 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -2022,7 +2022,8 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<spec_file link="true">dlib/svm/cross_validate_regression_trainer_abstract.h</spec_file> <spec_file link="true">dlib/svm/cross_validate_regression_trainer_abstract.h</spec_file>
<description> <description>
Performs k-fold cross validation on a user supplied regression trainer object such Performs k-fold cross validation on a user supplied regression trainer object such
as the <a href="#svr_trainer">svr_trainer</a> and returns the mean squared error. as the <a href="#svr_trainer">svr_trainer</a> and returns the mean squared error
and R-squared value.
</description> </description>
<examples> <examples>
<example>svr_ex.cpp.html</example> <example>svr_ex.cpp.html</example>
...@@ -2038,7 +2039,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -2038,7 +2039,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<spec_file link="true">dlib/svm/cross_validate_regression_trainer_abstract.h</spec_file> <spec_file link="true">dlib/svm/cross_validate_regression_trainer_abstract.h</spec_file>
<description> <description>
Tests a regression function (e.g. <a href="#decision_function">decision_function</a>) Tests a regression function (e.g. <a href="#decision_function">decision_function</a>)
and returns the mean squared error. and returns the mean squared error and R-squared value.
</description> </description>
</component> </component>
......
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