summaryrefslogtreecommitdiff
path: root/examples/plot_compute_emd.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot_compute_emd.py')
-rw-r--r--examples/plot_compute_emd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/plot_compute_emd.py b/examples/plot_compute_emd.py
index 704da0e..b688f93 100644
--- a/examples/plot_compute_emd.py
+++ b/examples/plot_compute_emd.py
@@ -4,6 +4,10 @@
Plot multiple EMD
=================
+Shows how to compute multiple EMD and Sinkhorn with two differnt
+ground metrics and plot their values for diffeent distributions.
+
+
"""
# Author: Remi Flamary <remi.flamary@unice.fr>