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
a4e483ef
Commit
a4e483ef
authored
Nov 23, 2012
by
Davis King
Browse files
clarified spec
parent
ee3a8692
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/svm/svm_rank_trainer_abstract.h
dlib/svm/svm_rank_trainer_abstract.h
+2
-0
No files found.
dlib/svm/svm_rank_trainer_abstract.h
View file @
a4e483ef
...
@@ -208,6 +208,8 @@ namespace dlib
...
@@ -208,6 +208,8 @@ namespace dlib
- F.alpha(0) == 1
- F.alpha(0) == 1
- Given two vectors, A and B, then A is predicted to come before B
- Given two vectors, A and B, then A is predicted to come before B
in the learned ranking if and only if F(A) > F(B).
in the learned ranking if and only if F(A) > F(B).
- Based on the contents of samples, F will attempt to give relevant
vectors higher scores than non-relevant vectors.
!*/
!*/
const
decision_function
<
kernel_type
>
train
(
const
decision_function
<
kernel_type
>
train
(
...
...
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