Commit a4e483ef authored by Davis King's avatar Davis King

clarified spec

parent ee3a8692
......@@ -208,6 +208,8 @@ namespace dlib
- F.alpha(0) == 1
- 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).
- 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 (
......
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