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
f5fe20c1
Commit
f5fe20c1
authored
Feb 14, 2013
by
Davis King
Browse files
updated docs
parent
97a55037
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docs/docs/ml.xml
docs/docs/ml.xml
+3
-2
No files found.
docs/docs/ml.xml
View file @
f5fe20c1
...
...
@@ -2380,7 +2380,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<description>
Performs k-fold cross validation on a user supplied ranking trainer object such
as the
<a
href=
"#svm_rank_trainer"
>
svm_rank_trainer
</a>
and returns the fraction of ranking pairs ordered correctly.
and returns the fraction of ranking pairs ordered correctly as well as the mean
average precision.
</description>
<examples>
<example>
svm_rank_ex.cpp.html
</example>
...
...
@@ -2452,7 +2453,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<spec_file
link=
"true"
>
dlib/svm/ranking_tools_abstract.h
</spec_file>
<description>
Tests a
<a
href=
"#decision_function"
>
decision_function
</a>
's ability to correctly
rank a dataset and returns the resulting ranking accuracy.
rank a dataset and returns the resulting ranking accuracy
and mean average precision metrics
.
</description>
<examples>
<example>
svm_rank_ex.cpp.html
</example>
...
...
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