summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorievred <ievgen.redko@univ-st-etienne.fr>2020-04-16 16:09:22 +0200
committerievred <ievgen.redko@univ-st-etienne.fr>2020-04-16 16:09:22 +0200
commit14fbb88333971f575510747fd6e9217ec50d9780 (patch)
tree7176d36f2a1f4020b66cdcabdc5404ab3ba5c556 /ot
parent6c64f16acd7421ff6278119eb68877d845820fac (diff)
references added
Diffstat (limited to 'ot')
-rw-r--r--ot/da.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ot/da.py b/ot/da.py
index a6d7d9b..be959d6 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -818,6 +818,9 @@ def emd_laplace(a, b, xs, xt, M, sim, eta, alpha,
"Optimal Transport for Domain Adaptation," in IEEE
Transactions on Pattern Analysis and Machine Intelligence ,
vol.PP, no.99, pp.1-1
+ .. [28] R. Flamary, N. Courty, D. Tuia, A. Rakotomamonjy,
+ "Optimal transport with Laplacian regularization: Applications to domain adaptation and shape matching,"
+ in NIPS Workshop on Optimal Transport and Machine Learning OTML, 2014.
See Also
--------
@@ -1729,6 +1732,9 @@ class EMDLaplaceTransport(BaseTransport):
.. [1] N. Courty; R. Flamary; D. Tuia; A. Rakotomamonjy,
"Optimal Transport for Domain Adaptation," in IEEE Transactions
on Pattern Analysis and Machine Intelligence , vol.PP, no.99, pp.1-1
+ .. [2] R. Flamary, N. Courty, D. Tuia, A. Rakotomamonjy,
+ "Optimal transport with Laplacian regularization: Applications to domain adaptation and shape matching,"
+ in NIPS Workshop on Optimal Transport and Machine Learning OTML, 2014.
"""
def __init__(self, reg_lap=1., reg_src=1., alpha=0.5,