summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-05-05 07:53:45 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-05-05 07:53:45 +0200
commit8406caafaef8b3683d6a1d44917c404ba780f82c (patch)
treeffaf3f237e2c6b13a4c488bd7a6353b588511cf4
parent217ffbb73e15490935172f129e0ee51449f11bb6 (diff)
remove dense from ducumentation
-rw-r--r--ot/lp/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ot/lp/__init__.py b/ot/lp/__init__.py
index 50003ed..514a607 100644
--- a/ot/lp/__init__.py
+++ b/ot/lp/__init__.py
@@ -327,10 +327,6 @@ def emd2(a, b, M, processes=multiprocessing.cpu_count(),
variables. Otherwise returns only the optimal transportation cost.
return_matrix: boolean, optional (default=False)
If True, returns the optimal transportation matrix in the log.
- dense: boolean, optional (default=True)
- If True, returns math:`\gamma` as a dense ndarray of shape (ns, nt).
- Otherwise returns a sparse representation using scipy's `coo_matrix`
- format.
center_dual: boolean, optional (default=True)
If True, centers the dual potential using function
:ref:`center_ot_dual`.