From fcf23770c5ed5252dee233b578239118d9d8ba62 Mon Sep 17 00:00:00 2001 From: Laetitia Chapel Date: Mon, 20 Apr 2020 13:50:14 +0200 Subject: doc kwargs + fix rst issues --- ot/partial.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ot') 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:: -- cgit v1.2.3