summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/da.py')
-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