summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorievred <ievgen.redko@univ-st-etienne.fr>2020-04-20 14:12:49 +0200
committerievred <ievgen.redko@univ-st-etienne.fr>2020-04-20 14:12:49 +0200
commit470fce2b6ae01134e3e2fb7a27d9966fd776dae8 (patch)
tree47b38f0675ef2eb890b65d4d798b235f6ddcced4 /ot
parentb706bad0653407b14a8b79a0315aed0ced29e833 (diff)
added defaults for emd_laplace
Diffstat (limited to 'ot')
-rw-r--r--ot/da.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/da.py b/ot/da.py
index e615993..6249f08 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -789,7 +789,7 @@ def emd_laplace(a, b, xs, xt, M, sim='knn', sim_param=None, reg='pos', eta=1, al
Type of similarity ('knn' or 'gauss') used to construct the Laplacian.
sim_param : int or float, optional
Parameter (number of the nearest neighbors for sim='knn'
- or bandwidth for sim='gauss' used to compute the Laplacian.
+ or bandwidth for sim='gauss') used to compute the Laplacian.
reg : string
Type of Laplacian regularization
eta : float