summaryrefslogtreecommitdiff
path: root/ot/partial.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/partial.py')
-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::