You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W : float if Cs and Cd of shape (d,d), array-like (n,) if Cs of shape (n,d,d),
227
-
Ct of shape (d,d), array-like (m,) if Cs of shape (d,d) and Ct of shape (m,d,d),
228
-
array-like (n,m) if Cs of shape (n,d,d) and mt of shape (m,d,d)
226
+
W : float if Cs and Cd of shape (d,d), array-like (n,) if Cs of shape (n,d,d), Ct of shape (d,d), array-like (m,) if Cs of shape (d,d) and Ct of shape (m,d,d), array-like (n,m) if Cs of shape (n,d,d) and mt of shape (m,d,d)
229
227
Bures Wasserstein distance
230
228
log : dict
231
229
log dictionary return only if log==True in parameters
232
230
231
+
233
232
.. _references-bures-wasserstein-distance:
234
233
References
235
234
----------
236
-
237
-
.. [1] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
238
-
Transport", 2018.
235
+
.. [15] Peyré, G., & Cuturi, M. (2019). Computational optimal transport: With applications to data science.
236
+
Foundations and Trends® in Machine Learning, 11(5-6), 355-607.
W : float if ms and md of shape (d,), array-like (n,) if ms of shape (n,d),
305
-
mt of shape (d,), array-like (m,) if ms of shape (d,) and mt of shape (m,d),
306
-
array-like (n,m) if ms of shape (n,d) and mt of shape (m,d)
302
+
W : float if ms and md of shape (d,), array-like (n,) if ms of shape (n,d), mt of shape (d,), array-like (m,) if ms of shape (d,) and mt of shape (m,d), array-like (n,m) if ms of shape (n,d) and mt of shape (m,d)
307
303
Bures Wasserstein distance
308
304
log : dict
309
305
log dictionary return only if log==True in parameters
0 commit comments