Skip to content
Snippets Groups Projects
Commit d2e352c6 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

add usecase examples

parent c80f65e8
No related branches found
No related tags found
No related merge requests found
Pipeline #4160 failed
Showing
with 123 additions and 5 deletions
No preview for this file type
No preview for this file type
...@@ -175,7 +175,7 @@ rightly classify the points. ...@@ -175,7 +175,7 @@ rightly classify the points.
.. rst-class:: sphx-glr-timing .. rst-class:: sphx-glr-timing
**Total running time of the script:** ( 0 minutes 0.926 seconds) **Total running time of the script:** ( 0 minutes 0.603 seconds)
.. _sphx_glr_download_tutorial_auto_examples_cumbo_plot_cumbo_2_views_2_classes.py: .. _sphx_glr_download_tutorial_auto_examples_cumbo_plot_cumbo_2_views_2_classes.py:
......
No preview for this file type
...@@ -51,6 +51,8 @@ the views to rightly classify the points. ...@@ -51,6 +51,8 @@ the views to rightly classify the points.
The second figure displays the classification results for the sub-classifiers The second figure displays the classification results for the sub-classifiers
on the learning sample data. on the learning sample data.
/home/dominique/projets/ANR-Lives/scikit-multimodallearn/examples/cumbo/plot_cumbo_3_views_3_classes.py:121: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
plt.show()
...@@ -170,7 +172,7 @@ the views to rightly classify the points. ...@@ -170,7 +172,7 @@ the views to rightly classify the points.
.. rst-class:: sphx-glr-timing .. rst-class:: sphx-glr-timing
**Total running time of the script:** ( 0 minutes 0.497 seconds) **Total running time of the script:** ( 0 minutes 0.499 seconds)
.. _sphx_glr_download_tutorial_auto_examples_cumbo_plot_cumbo_3_views_3_classes.py: .. _sphx_glr_download_tutorial_auto_examples_cumbo_plot_cumbo_3_views_3_classes.py:
......
No preview for this file type
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
Computation times Computation times
================= =================
**00:00.926** total execution time for **tutorial_auto_examples_cumbo** files: **00:01.102** total execution time for **tutorial_auto_examples_cumbo** files:
+--------------------------------------------------------------------------------------------------------------------+-----------+--------+ +--------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_tutorial_auto_examples_cumbo_plot_cumbo_2_views_2_classes.py` (``plot_cumbo_2_views_2_classes.py``) | 00:00.926 | 0.0 MB | | :ref:`sphx_glr_tutorial_auto_examples_cumbo_plot_cumbo_2_views_2_classes.py` (``plot_cumbo_2_views_2_classes.py``) | 00:00.603 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------+-----------+--------+ +--------------------------------------------------------------------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_tutorial_auto_examples_cumbo_plot_cumbo_3_views_3_classes.py` (``plot_cumbo_3_views_3_classes.py``) | 00:00.000 | 0.0 MB | | :ref:`sphx_glr_tutorial_auto_examples_cumbo_plot_cumbo_3_views_3_classes.py` (``plot_cumbo_3_views_3_classes.py``) | 00:00.499 | 0.0 MB |
+--------------------------------------------------------------------------------------------------------------------+-----------+--------+ +--------------------------------------------------------------------------------------------------------------------+-----------+--------+
doc/tutorial/auto_examples/images/sphx_glr_plot_2_views_2_classes_001.png

84.1 KiB

doc/tutorial/auto_examples/images/sphx_glr_plot_2_views_2_classes_002.png

119 KiB

doc/tutorial/auto_examples/images/sphx_glr_plot_3_views_3_classes_001.png

138 KiB

doc/tutorial/auto_examples/images/sphx_glr_plot_3_views_3_classes_002.png

413 KiB

doc/tutorial/auto_examples/images/thumb/sphx_glr_mvml_plot__thumb.png

26.2 KiB

...@@ -169,6 +169,122 @@ The following toy examples illustrate how the MVML algorithm ...@@ -169,6 +169,122 @@ The following toy examples illustrate how the MVML algorithm
.. _sphx_glr_tutorial_auto_examples_usecase:
Use Case Examples
-----------------
The following toy examples illustrate how the multimodal as usecase on digit dataset of sklearn
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Function plot_subplot">
.. only:: html
.. figure:: /tutorial/auto_examples/usecase/images/thumb/sphx_glr_usecase_function_thumb.png
:ref:`sphx_glr_tutorial_auto_examples_usecase_usecase_function.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorial/auto_examples/usecase/usecase_function
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="multi class digit from sklearn, multivue - vue 0 digit data (color of sklearn) - vue 1 gradia...">
.. only:: html
.. figure:: /tutorial/auto_examples/usecase/images/thumb/sphx_glr_plot_usecase_exampleMVML_thumb.png
:ref:`sphx_glr_tutorial_auto_examples_usecase_plot_usecase_exampleMVML.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorial/auto_examples/usecase/plot_usecase_exampleMVML
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="multi class digit from sklearn, multivue - vue 0 digit data (color of sklearn) - vue 1 gradia...">
.. only:: html
.. figure:: /tutorial/auto_examples/usecase/images/thumb/sphx_glr_plot_usecase_exampleMumBo_thumb.png
:ref:`sphx_glr_tutorial_auto_examples_usecase_plot_usecase_exampleMumBo.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorial/auto_examples/usecase/plot_usecase_exampleMumBo
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="multi class digit from sklearn, multivue - vue 0 digit data (color of sklearn) - vue 1 gradia...">
.. only:: html
.. figure:: /tutorial/auto_examples/usecase/images/thumb/sphx_glr_plot_usecase_exampleMuCuBo_thumb.png
:ref:`sphx_glr_tutorial_auto_examples_usecase_plot_usecase_exampleMuCuBo.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorial/auto_examples/usecase/plot_usecase_exampleMuCuBo
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Use Case MKL">
.. only:: html
.. figure:: /tutorial/auto_examples/usecase/images/thumb/sphx_glr_plot_usecase_exampleMKL_thumb.png
:ref:`sphx_glr_tutorial_auto_examples_usecase_plot_usecase_exampleMKL.py`
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorial/auto_examples/usecase/plot_usecase_exampleMKL
.. raw:: html
<div class="sphx-glr-clear"></div>
.. only :: html .. only :: html
.. container:: sphx-glr-footer .. container:: sphx-glr-footer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment