Skip to content
Snippets Groups Projects
Commit 4b02f3c3 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Built the doc

parent 6c9a54c3
No related branches found
No related tags found
No related merge requests found
Pipeline #3878 failed
No preview for this file type
No preview for this file type
...@@ -102,6 +102,7 @@ contain the root <cite>toctree</cite> directive.</p> ...@@ -102,6 +102,7 @@ contain the root <cite>toctree</cite> directive.</p>
</li> </li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/example5.html">Taking control : Use your own algorithms</a><ul> <li class="toctree-l2"><a class="reference internal" href="tutorials/example5.html">Taking control : Use your own algorithms</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorials/example5.html#simple-task-adding-a-monoview-classifier">Simple task : Adding a monoview classifier</a></li> <li class="toctree-l3"><a class="reference internal" href="tutorials/example5.html#simple-task-adding-a-monoview-classifier">Simple task : Adding a monoview classifier</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorials/example5.html#more-complex-task-adding-a-multiview-classifier">More complex task : Adding a multiview classifier</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
......
...@@ -958,7 +958,7 @@ Values : The scores and names of each classifier .</li> ...@@ -958,7 +958,7 @@ Values : The scores and names of each classifier .</li>
<dl class="function"> <dl class="function">
<dt id="multiview_platform.mono_multi_view_classifiers.result_analysis.publish_iter_biclass_example_errors"> <dt id="multiview_platform.mono_multi_view_classifiers.result_analysis.publish_iter_biclass_example_errors">
<code class="descname">publish_iter_biclass_example_errors</code><span class="sig-paren">(</span><em>iter_results</em>, <em>directory</em>, <em>labels_dictionary</em>, <em>stats_iter</em>, <em>example_ids</em><span class="sig-paren">)</span><a class="headerlink" href="#multiview_platform.mono_multi_view_classifiers.result_analysis.publish_iter_biclass_example_errors" title="Permalink to this definition"></a></dt> <code class="descname">publish_iter_biclass_example_errors</code><span class="sig-paren">(</span><em>iter_results</em>, <em>directory</em>, <em>labels_dictionary</em>, <em>stats_iter</em>, <em>example_ids</em>, <em>labels</em><span class="sig-paren">)</span><a class="headerlink" href="#multiview_platform.mono_multi_view_classifiers.result_analysis.publish_iter_biclass_example_errors" title="Permalink to this definition"></a></dt>
<dd></dd></dl> <dd></dd></dl>
<dl class="function"> <dl class="function">
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment