From a0d8139af3407e567e1dc9a5e8c10d9218ddd185 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 28 Oct 2016 09:54:11 +0200 Subject: doc index updated --- ot/bregman.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ot/bregman.py') diff --git a/ot/bregman.py b/ot/bregman.py index 5d93fd6..b749b13 100644 --- a/ot/bregman.py +++ b/ot/bregman.py @@ -39,6 +39,11 @@ def sinkhorn(a,b, M, reg,numItermax = 1000,stopThr=1e-9): loss matrix reg: float Regularization term >0 + numItermax: int, optional + Max number of iterations + stopThr: float, optional + Stop threshol on error (>0) + Returns -- cgit v1.2.3