Commit d774526a authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403421
parent 5c5bc580
...@@ -132,6 +132,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -132,6 +132,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>cross_validate_trainer_threaded</item> <item>cross_validate_trainer_threaded</item>
<item>pick_initial_centers</item> <item>pick_initial_centers</item>
<item>find_gamma_with_big_centroid_gap</item> <item>find_gamma_with_big_centroid_gap</item>
<item>compute_mean_squared_distance</item>
<item>kernel_matrix</item> <item>kernel_matrix</item>
</section> </section>
...@@ -877,6 +878,21 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -877,6 +878,21 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>compute_mean_squared_distance</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/feature_ranking_abstract.h</spec_file>
<description>
This is a function that simply finds the average squared distance between all
pairs of a set of data samples. It is often convenient to use the reciprocal
of this value as the estimate of the gamma parameter of the
<a href="#radial_basis_kernel">radial_basis_kernel</a>.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
<term file="ml.html" name="pick_initial_centers"/> <term file="ml.html" name="pick_initial_centers"/>
<term file="ml.html" name="rank_features"/> <term file="ml.html" name="rank_features"/>
<term file="ml.html" name="find_gamma_with_big_centroid_gap"/> <term file="ml.html" name="find_gamma_with_big_centroid_gap"/>
<term file="ml.html" name="compute_mean_squared_distance"/>
<term file="dlib/svm/feature_ranking_abstract.h.html" name="verbose_find_gamma_with_big_centroid_gap"/> <term file="dlib/svm/feature_ranking_abstract.h.html" name="verbose_find_gamma_with_big_centroid_gap"/>
<term file="dlib/svm/svm_abstract.h.html" name="maximum_nu"/> <term file="dlib/svm/svm_abstract.h.html" name="maximum_nu"/>
......
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