A Library for Approximate Nearest Neighbor Searching
ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
To install libANN, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libANN
To see what files were installed by libANN, run:
port contents libANN
To later upgrade libANN, run:
sudo port selfupdate && sudo port upgrade libANN
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.