summaryrefslogtreecommitdiff
path: root/ot/gromov.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-06-25 14:57:26 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-06-25 14:57:26 +0200
commit8ae85fd6b3649058da07b16c9ea139864c7f94a1 (patch)
tree33a2f9c67272d66fca4f4b1a0f394614550db2c3 /ot/gromov.py
parentdea6d8aec8794a84bf46ee7196b0c9fe390e6afa (diff)
alpha for documentation
Diffstat (limited to 'ot/gromov.py')
-rw-r--r--ot/gromov.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/gromov.py b/ot/gromov.py
index cd961b0..3a7e24c 100644
--- a/ot/gromov.py
+++ b/ot/gromov.py
@@ -357,7 +357,7 @@ def fused_gromov_wasserstein(M, C1, C2, p, q, loss_fun='square_loss', alpha=0.5,
Computes the FGW transport between two graphs see [24]
.. math::
- \gamma = arg\min_\gamma (1-\alpha)*<\gamma,M>_F + \alpha* \sum_{i,j,k,l}
+ \gamma = arg\min_\gamma (1-\\alpha)*<\gamma,M>_F + \\alpha* \sum_{i,j,k,l}
L(C1_{i,k},C2_{j,l})*T_{i,j}*T_{k,l}
s.t. \gamma 1 = p
@@ -440,7 +440,7 @@ def fused_gromov_wasserstein2(M, C1, C2, p, q, loss_fun='square_loss', alpha=0.5
Computes the FGW distance between two graphs see [24]
.. math::
- \min_\gamma (1-\alpha)*<\gamma,M>_F + \alpha* \sum_{i,j,k,l}
+ \min_\gamma (1-\\alpha)*<\gamma,M>_F + \\alpha* \sum_{i,j,k,l}
L(C1_{i,k},C2_{j,l})*T_{i,j}*T_{k,l}