Commit d11381b8 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404053
parent d20baf6b
......@@ -191,6 +191,10 @@
<name>Support_Vector_Machine</name>
<link>svm_ex.cpp.html</link>
</item>
<item>
<name>Multiclass_Classification</name>
<link>multiclass_classification_ex.cpp.html</link>
</item>
<item>
<name>Model_Selection</name>
<link>model_selection_ex.cpp.html</link>
......
......@@ -1143,6 +1143,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
one vs. one strategy. Therefore, if you have N classes then
there will be N*(N-1)/2 binary classifiers inside this object.
</description>
<examples>
<example>multiclass_classification_ex.cpp.html</example>
</examples>
</component>
......@@ -1159,6 +1162,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
classes then it trains N*(N-1)/2 binary classifiers which are then used
to vote on the identity of a test sample.
</description>
<examples>
<example>multiclass_classification_ex.cpp.html</example>
</examples>
</component>
......@@ -1745,6 +1751,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
Tests a multiclass decision function (e.g. <a href="#one_vs_one_decision_function">one_vs_one_decision_function</a>)
and returns a confusion matrix describing the results.
</description>
<examples>
<example>multiclass_classification_ex.cpp.html</example>
</examples>
</component>
......@@ -1793,6 +1802,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
as the <a href="#one_vs_one_trainer">one_vs_one_trainer</a>. The result is described by a
confusion matrix.
</description>
<examples>
<example>multiclass_classification_ex.cpp.html</example>
</examples>
</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