Commit 52d0a3f7 authored by Davis King's avatar Davis King

Updated the docs. Also made the page slightly wider and the menu

font slightly smaller.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403251
parent 7f7e2191
......@@ -127,7 +127,6 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>cross_validate_trainer_threaded</item>
<item>pick_initial_centers</item>
<item>find_gamma_with_big_centroid_gap</item>
<item>verbose_find_gamma_with_big_centroid_gap</item>
</section>
</top>
......@@ -772,23 +771,6 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>verbose_find_gamma_with_big_centroid_gap</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/feature_ranking_abstract.h</spec_file>
<description>
This is just a version of
<a href="#find_gamma_with_big_centroid_gap">find_gamma_with_big_centroid_gap</a> that is
verbose in the sense that it prints out status messages as it proceeds.
</description>
<examples>
<example>rank_features_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -32,7 +32,7 @@
<xsl:variable name="gray">#E3E3E3</xsl:variable>
<xsl:variable name="background_color">#EDF3EE</xsl:variable>
<xsl:variable name="main_width">62em</xsl:variable>
<xsl:variable name="main_width">62.5em</xsl:variable>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
......@@ -127,7 +127,7 @@
pre {margin:0px;}
ul.tree li { list-style: none; margin-left:10px;}
ul.tree { margin:0px; padding:0px; margin-left:5px; }
ul.tree { margin:0px; padding:0px; margin-left:5px; font-size:0.95em; }
ul.tree li ul { margin-left:10px; padding:0px; }
div#component {
......
......@@ -141,7 +141,7 @@
<term file="ml.html" name="pick_initial_centers"/>
<term file="ml.html" name="rank_features"/>
<term file="ml.html" name="find_gamma_with_big_centroid_gap"/>
<term file="ml.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="ml.html" name="null_trainer"/>
......
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