Skip to content

Commit 93a565d

Browse files
Merge pull request #42 from adapt-python/antoinedemathelin-patch-3
docs: correct typos
2 parents 4e1cf07 + 53b3d5a commit 93a565d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapt/instance_based/_kliep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class KLIEP(BaseAdaptEstimator):
5454
5555
.. math::
5656
57-
\sum_{x_k \in X_S} \sum_{x_j \in X_T} \\alpha_i K(x_j, x_k)) = n_S
57+
\sum_{x_j \in X_S} \sum_{x_i \in X_T} \\alpha_i K(x_j, x_i)) = n_S
5858
5959
Where:
6060

0 commit comments

Comments
 (0)