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), 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)
228
+
W : float if Cs and Cd of shape (d,d), array-like (n,m) if Cs of shape (n,d,d)and Ct of shape (m,d,d), array-like (n,) if Cs and Ct of shape (n, d, d) and paired is True
227
229
Bures Wasserstein distance
228
230
log : dict
229
231
log dictionary return only if log==True in parameters
if True and n==m, return the paired distances and crossed distance otherwise
297
301
log : bool, optional
298
302
record log if True
299
303
300
304
Returns
301
305
-------
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)
306
+
W : float if ms and md of shape (d,), array-like (n,m) if ms of shape (n,d)and mt of shape (m,d), array-like (n,) if ms and mt of shape (n,d) and paired is True
303
307
Bures Wasserstein distance
304
308
log : dict
305
309
log dictionary return only if log==True in parameters
0 commit comments