-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current implementation of proximity search is generic, allowing it to work with any pseudo-metric regardless of the nature of the data. However, the most common use case for Mapper involves tabular data or numpy arrays.
Proximity search, as implemented in proximity-net, could be enhanced by developing a specialized version of vptree optimized for numpy arrays. Potential improvements could include using numba or a Rust backend for vptrees.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request