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
Given two matrices, distance.hpp implements some useful "distances Matrices" (Euclidian, L1,...). However, the functions only handle the cases which the two matrices are in column mode.
I will add some exceptions for the other cases but we should deal with them at some point.
The text was updated successfully, but these errors were encountered:
Given two matrices, distance.hpp implements some useful "distances Matrices" (Euclidian, L1,...). However, the functions only handle the cases which the two matrices are in column mode.
I will add some exceptions for the other cases but we should deal with them at some point.
The text was updated successfully, but these errors were encountered: