rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Remove point() and value() methods #39

Closed YuhanLiin closed 3 years ago

YuhanLiin commented 3 years ago

Addresses #38

vadixidav commented 3 years ago

Now there is no need for the index in the Neighbor type either. We can simply return the distance itself, as the index is not usable for any purpose. I am not sure exactly how that should look.

vadixidav commented 3 years ago

Looks good to me now. I hope we get GATs stable soon :crossed_fingers:.