Skip to content

Commit 53b3d5a

Browse files
Update _kliep.py
1 parent 8841544 commit 53b3d5a

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)