Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
29cc31cd
Commit
29cc31cd
authored
Dec 27, 2012
by
Davis King
Browse files
updated docs
parent
43d9768e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
docs/docs/ml.xml
docs/docs/ml.xml
+20
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/ml.xml
View file @
29cc31cd
...
@@ -147,6 +147,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -147,6 +147,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<name>
Feature Selection
</name>
<name>
Feature Selection
</name>
<item>
rank_features
</item>
<item>
rank_features
</item>
<item>
sort_basis_vectors
</item>
<item>
sort_basis_vectors
</item>
<item>
rank_unlabeled_training_samples
</item>
</section>
</section>
<center><h2><u>
Other Tools
</u></h2></center>
<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
...
@@ -697,6 +698,25 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</component>
</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>
<component>
...
...
docs/docs/term_index.xml
View file @
29cc31cd
...
@@ -327,6 +327,7 @@
...
@@ -327,6 +327,7 @@
<term
file=
"ml.html"
name=
"linearly_independent_subset_finder"
/>
<term
file=
"ml.html"
name=
"linearly_independent_subset_finder"
/>
<term
file=
"ml.html"
name=
"fill_lisf"
/>
<term
file=
"ml.html"
name=
"fill_lisf"
/>
<term
file=
"ml.html"
name=
"sort_basis_vectors"
/>
<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"
/>
<term
file=
"ml.html"
name=
"vector_normalizer_pca"
/>
<term
file=
"ml.html"
name=
"vector_normalizer_pca"
/>
<term
file=
"ml.html"
name=
"discriminant_pca"
/>
<term
file=
"ml.html"
name=
"discriminant_pca"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment