Commit 29cc31cd authored by Davis King's avatar Davis King

updated docs

parent 43d9768e
......@@ -147,6 +147,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<name>Feature Selection</name>
<item>rank_features</item>
<item>sort_basis_vectors</item>
<item>rank_unlabeled_training_samples</item>
</section>
<center><h2><u>Other Tools</u></h2></center>
......@@ -697,6 +698,25 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</component>
<!-- ************************************************************************* -->
<component>
<name>rank_unlabeled_training_samples</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/active_learning_abstract.h</spec_file>
<description>
This routine implements an active learning method for selecting the most
informative data sample to label out of a set of unlabeled samples.
In particular, it implements the MaxMin Margin and Ratio Margin methods
described in the paper:
<blockquote>
Support Vector Machine Active Learning with Applications to Text Classification
by Simon Tong and Daphne Koller.
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -327,6 +327,7 @@
<term file="ml.html" name="linearly_independent_subset_finder"/>
<term file="ml.html" name="fill_lisf"/>
<term file="ml.html" name="sort_basis_vectors"/>
<term file="ml.html" name="rank_unlabeled_training_samples"/>
<term file="ml.html" name="vector_normalizer"/>
<term file="ml.html" name="vector_normalizer_pca"/>
<term file="ml.html" name="discriminant_pca"/>
......
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