scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library
scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library scikits.ann provides an immutable kdtree implementation (via ANN) which can perform k-nearest neighbor and approximate k-nearest neighbor searches.
scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library scikits.ann provides an immutable kdtree implementation (via ANN) which can perform k-nearest neighbor and approximate k-nearest neighbor searches.
To install py27-scikits-ann, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-scikits-ann
To see what files were installed by py27-scikits-ann, run:
port contents py27-scikits-ann
To later upgrade py27-scikits-ann, run:
sudo port selfupdate && sudo port upgrade py27-scikits-ann
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.