From 0d7df3b34b99a7578e7fbac68b40852dc6710524 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 28 Oct 2016 13:35:53 +0200 Subject: doc plot.py --- ot/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ot/utils.py') diff --git a/ot/utils.py b/ot/utils.py index 2110c01..24f65a8 100644 --- a/ot/utils.py +++ b/ot/utils.py @@ -45,6 +45,7 @@ def dist(x1,x2=None,metric='sqeuclidean'): Returns ------- + M : np.array (n1,n2) distance matrix computed with given metric @@ -70,6 +71,7 @@ def dist0(n,method='lin_square'): Returns ------- + M : np.array (n1,n2) distance matrix computed with given metric -- cgit v1.2.3