summaryrefslogtreecommitdiff
path: root/examples/gromov/plot_barycenter_fgw.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-05-04 11:31:50 +0200
committerGitHub <noreply@github.com>2020-05-04 11:31:50 +0200
commit321d4540db55cabc45d21efe021ed74dd78613c3 (patch)
treea27e878b9d902321d59529828a62adf01ba4fb68 /examples/gromov/plot_barycenter_fgw.py
parent904edc00ab1102a065c98cef913cb01c143a95d3 (diff)
parente65c1f745cf2eacc6672727e7a3869efd8318768 (diff)
Merge branch 'master' into prepare_v0.7
Diffstat (limited to 'examples/gromov/plot_barycenter_fgw.py')
-rw-r--r--examples/gromov/plot_barycenter_fgw.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/gromov/plot_barycenter_fgw.py b/examples/gromov/plot_barycenter_fgw.py
index 77b0370..3f81765 100644
--- a/examples/gromov/plot_barycenter_fgw.py
+++ b/examples/gromov/plot_barycenter_fgw.py
@@ -4,14 +4,15 @@
Plot graphs' barycenter using FGW
=================================
-This example illustrates the computation barycenter of labeled graphs using FGW
+This example illustrates the computation barycenter of labeled graphs using
+FGW [18].
Requires networkx >=2
-.. [18] Vayer Titouan, Chapel Laetitia, Flamary R{\'e}mi, Tavenard Romain
- and Courty Nicolas
- "Optimal Transport for structured data with application on graphs"
- International Conference on Machine Learning (ICML). 2019.
+[18] Vayer Titouan, Chapel Laetitia, Flamary Rémi, Tavenard Romain
+and Courty Nicolas
+"Optimal Transport for structured data with application on graphs"
+International Conference on Machine Learning (ICML). 2019.
"""