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 __calculate_shortest_distances method in the Python class center_initializer.py assumes the "center" argument contains a list of coordinate points as vectors, however the initialize() method may send a list of indices. When the return_index argument is True, this leads to incorrect euclidean distance calculations.
The text was updated successfully, but these errors were encountered:
The
__calculate_shortest_distances
method in the Python classcenter_initializer.py
assumes the "center" argument contains a list of coordinate points as vectors, however theinitialize()
method may send a list of indices. When thereturn_index
argument is True, this leads to incorrect euclidean distance calculations.The text was updated successfully, but these errors were encountered: