We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8841544 commit 53b3d5aCopy full SHA for 53b3d5a
adapt/instance_based/_kliep.py
@@ -54,7 +54,7 @@ class KLIEP(BaseAdaptEstimator):
54
55
.. math::
56
57
- \sum_{x_k \in X_S} \sum_{x_j \in X_T} \\alpha_i K(x_j, x_k)) = n_S
+ \sum_{x_j \in X_S} \sum_{x_i \in X_T} \\alpha_i K(x_j, x_i)) = n_S
58
59
Where:
60
0 commit comments