Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
d76511de
Commit
d76511de
authored
Nov 23, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
5e8da518
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
main_menu.xml
docs/docs/main_menu.xml
+4
-0
ml.xml
docs/docs/ml.xml
+12
-0
No files found.
docs/docs/main_menu.xml
View file @
d76511de
...
@@ -129,6 +129,10 @@
...
@@ -129,6 +129,10 @@
<name>
Train_Object_Detector
</name>
<name>
Train_Object_Detector
</name>
<link>
train_object_detector.cpp.html
</link>
<link>
train_object_detector.cpp.html
</link>
</item>
</item>
<item>
<name>
SVM-Rank
</name>
<link>
svm_rank_ex.cpp.html
</link>
</item>
<item>
<item>
<name>
BSP
</name>
<name>
BSP
</name>
<link>
bsp_ex.cpp.html
</link>
<link>
bsp_ex.cpp.html
</link>
...
...
docs/docs/ml.xml
View file @
d76511de
...
@@ -352,6 +352,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -352,6 +352,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
objects are used to represent training examples for learning-to-rank tasks,
objects are used to represent training examples for learning-to-rank tasks,
such as those used by the
<a
href=
"#svm_rank_trainer"
>
svm_rank_trainer
</a>
.
such as those used by the
<a
href=
"#svm_rank_trainer"
>
svm_rank_trainer
</a>
.
</description>
</description>
<examples>
<example>
svm_rank_ex.cpp.html
</example>
</examples>
</component>
</component>
...
@@ -1159,6 +1162,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -1159,6 +1162,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
This means that it runs in O(n*log(n)) time, making it suitable for use
This means that it runs in O(n*log(n)) time, making it suitable for use
with large datasets.
with large datasets.
</description>
</description>
<examples>
<example>
svm_rank_ex.cpp.html
</example>
</examples>
</component>
</component>
...
@@ -2310,6 +2316,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -2310,6 +2316,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
as the
<a
href=
"#svm_rank_trainer"
>
svm_rank_trainer
</a>
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.
</description>
</description>
<examples>
<example>
svm_rank_ex.cpp.html
</example>
</examples>
</component>
</component>
...
@@ -2368,6 +2377,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -2368,6 +2377,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
Tests a
<a
href=
"#decision_function"
>
decision_function
</a>
's ability to correctly
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.
</description>
</description>
<examples>
<example>
svm_rank_ex.cpp.html
</example>
</examples>
</component>
</component>
...
...
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