-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think we can avoid this computation (happening during landmark creation):
graphtools/graphtools/graphs.py
Line 1066 in c18d494
| distances = cdist(data, data[landmark_indices], metric="euclidean") |
Since we compute the distances between every pair of points here:
graphtools/graphtools/graphs.py
Line 698 in c18d494
| distances, indices = knn_tree.kneighbors(Y, n_neighbors=search_knn) |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request