summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:22:00 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:22:00 +0200
commit84aa3183491260b9c3dbb9f928499cc18e5341c1 (patch)
tree08bada6463e76c8dbf3f873fa18834c2712bb0bb /ot/da.py
parent251af8eec2b39e74000242cbf5bff5e13910cfe8 (diff)
pep8
Diffstat (limited to 'ot/da.py')
-rw-r--r--ot/da.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot/da.py b/ot/da.py
index 977d532..4f9bce5 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -478,7 +478,7 @@ def joint_OT_mapping_kernel(xs, xt, mu=1, eta=0.001, kerneltype='gaussian', sigm
Kp[:ns, :ns] = K
# ls regu
- #K0 = K1.T.dot(K1)+eta*I
+ # K0 = K1.T.dot(K1)+eta*I
# Kreg=I
# RKHS regul
@@ -490,7 +490,7 @@ def joint_OT_mapping_kernel(xs, xt, mu=1, eta=0.001, kerneltype='gaussian', sigm
I = np.eye(ns)
# ls regul
- #K0 = K1.T.dot(K1)+eta*I
+ # K0 = K1.T.dot(K1)+eta*I
# Kreg=I
# proper kernel ridge