summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorievred <ievgen.redko@univ-st-etienne.fr>2020-04-08 14:35:00 +0200
committerievred <ievgen.redko@univ-st-etienne.fr>2020-04-08 14:35:00 +0200
commitbc51793333994a1bf6263c9e9c111d754172fc82 (patch)
tree6957aedef64317f02df1e3a7c0c02f4c9476f81a /ot
parent08d0bf9961567c2366ab8735aa7082b3a5542f6c (diff)
added test barycenter + modif target
Diffstat (limited to 'ot')
-rw-r--r--ot/bregman.py2
1 files changed, 1 insertions, 1 deletions
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
----------