From bc51793333994a1bf6263c9e9c111d754172fc82 Mon Sep 17 00:00:00 2001 From: ievred Date: Wed, 8 Apr 2020 14:35:00 +0200 Subject: added test barycenter + modif target --- ot/bregman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot') diff --git a/ot/bregman.py b/ot/bregman.py index 410ae85..c44c141 100644 --- a/ot/bregman.py +++ b/ot/bregman.py @@ -1528,7 +1528,7 @@ def jcpot_barycenter(Xs, Ys, Xt, reg, metric='sqeuclidean', numItermax=100, The problem consist in solving a Wasserstein barycenter problem to estimate the proportions :math:`\mathbf{h}` in the target domain. The algorithm used for solving the problem is the Iterative Bregman projections algorithm - with two sets of marginal constraints related to the unknown vector :math:`\mathbf{h}` and uniform tarhet distribution. + with two sets of marginal constraints related to the unknown vector :math:`\mathbf{h}` and uniform target distribution. Parameters ---------- -- cgit v1.2.3