From 470fce2b6ae01134e3e2fb7a27d9966fd776dae8 Mon Sep 17 00:00:00 2001 From: ievred Date: Mon, 20 Apr 2020 14:12:49 +0200 Subject: added defaults for emd_laplace --- ot/da.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot') 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 -- cgit v1.2.3