Commit d76511de authored by Davis King's avatar Davis King

updated docs

parent 5e8da518
...@@ -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>
......
...@@ -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>
......
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