summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorLaetitia Chapel <laetitia.chapel@univ-ubs.fr>2020-04-20 13:50:14 +0200
committerLaetitia Chapel <laetitia.chapel@univ-ubs.fr>2020-04-20 13:50:14 +0200
commitfcf23770c5ed5252dee233b578239118d9d8ba62 (patch)
tree313b0b792eb8f2f24ebd0b4c318f2fdb1706d9e1 /ot
parentde5679ad6e284c7d8751bcef05d4be5fd79d0aec (diff)
doc kwargs + fix rst issues
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::