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
The output returns, for example, X_distance[:, :, 0] which is not symmetric. As noticed by @ulupo in this discussion, the computation of the bottleneck distance is made by Hera and when delta is not zero the calculations are approximate and symmetry is not guaranteed.
The documentation of PairwiseDistance should include this explanation.
The text was updated successfully, but these errors were encountered:
Test code:
The output returns, for example,
X_distance[:, :, 0]
which is not symmetric. As noticed by @ulupo in this discussion, the computation of the bottleneck distance is made by Hera and when delta is not zero the calculations are approximate and symmetry is not guaranteed.The documentation of PairwiseDistance should include this explanation.
The text was updated successfully, but these errors were encountered: