From 9e59ca4f4497969ae6d159407e913c31dba7d6c5 Mon Sep 17 00:00:00 2001 From: tlacombe Date: Wed, 28 Apr 2021 10:56:45 +0200 Subject: enhancing the doc2 --- src/python/gudhi/wasserstein/wasserstein.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/gudhi') diff --git a/src/python/gudhi/wasserstein/wasserstein.py b/src/python/gudhi/wasserstein/wasserstein.py index 5196b280..dc18806e 100644 --- a/src/python/gudhi/wasserstein/wasserstein.py +++ b/src/python/gudhi/wasserstein/wasserstein.py @@ -226,7 +226,7 @@ def wasserstein_distance(X, Y, matching=False, order=1., internal_p=np.inf, enab :param matching: if ``True``, computes and returns the optimal matching between X and Y, encoded as a (n x 2) np.array [...[i,j]...], meaning the i-th point in X is matched to the j-th point in Y, with the convention that (-1) represents the diagonal. - :param order: Wasserstein exponent W_q + :param order: Wasserstein exponent q (1 <= q < infinity). :type order: float :param internal_p: Ground metric on the (upper-half) plane (i.e. norm L^p in R^2). :type internal_p: float -- cgit v1.2.3