summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-20 15:56:02 +0200
committerGitHub <noreply@github.com>2020-04-20 15:56:02 +0200
commit42772c2967361faf77577b29e2261a44ff83ed02 (patch)
tree7e7d2e07d282c0e92c11d24aee2e5219b595acc3 /ot
parent8933a84a14bfda3da66983ea35784ad90091f439 (diff)
parentf10f323bb9620850d3d28fa384e140fde91d9952 (diff)
Merge branch 'master' into doc_travis
Diffstat (limited to 'ot')
-rwxr-xr-xot/partial.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ot/partial.py b/ot/partial.py
index 5f4b836..c03ec25 100755
--- a/ot/partial.py
+++ b/ot/partial.py
@@ -66,6 +66,8 @@ def partial_wasserstein_lagrange(a, b, M, reg_m=None, nb_dummies=1, log=False,
instabilities, increase its value if an error is raised)
log : bool, optional
record log if True
+ **kwargs : dict
+ parameters can be directly passed to the emd solver
.. warning::
When dealing with a large number of points, the EMD solver may face
@@ -190,6 +192,8 @@ def partial_wasserstein(a, b, M, m=None, nb_dummies=1, log=False, **kwargs):
instabilities, increase its value if an error is raised)
log : bool, optional
record log if True
+ **kwargs : dict
+ parameters can be directly passed to the emd solver
.. warning::
@@ -304,6 +308,8 @@ def partial_wasserstein2(a, b, M, m=None, nb_dummies=1, log=False, **kwargs):
instabilities, increase its value if an error is raised)
log : bool, optional
record log if True
+ **kwargs : dict
+ parameters can be directly passed to the emd solver
.. warning::