From 36bf599552ff15d1ca1c6b505507e65a333fa55e Mon Sep 17 00:00:00 2001 From: Nicolas Courty Date: Tue, 12 Sep 2017 18:07:17 +0200 Subject: Corrections on Gromov --- examples/plot_gromov.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/plot_gromov.py') diff --git a/examples/plot_gromov.py b/examples/plot_gromov.py index 92312ae..0f839a3 100644 --- a/examples/plot_gromov.py +++ b/examples/plot_gromov.py @@ -22,8 +22,9 @@ import ot """ Sample two Gaussian distributions (2D and 3D) ============================================= -The Gromov-Wasserstein distance allows to compute distances with samples that do not belong to the same metric space. -For demonstration purpose, we sample two Gaussian distributions in 2- and 3-dimensional spaces. +The Gromov-Wasserstein distance allows to compute distances with samples that +do not belong to the same metric space. For demonstration purpose, we sample +two Gaussian distributions in 2- and 3-dimensional spaces. """ n_samples = 30 # nb samples -- cgit v1.2.3