A free Support Vector Machine implementation By Chih-Chung Chang and Chih-Jen Lin of National Taiwan University. "LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification."
A free Support Vector Machine implementation By Chih-Chung Chang and Chih-Jen Lin of National Taiwan University. "LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification."
To install libsvm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsvm
To see what files were installed by libsvm, run:
port contents libsvm
To later upgrade libsvm, run:
sudo port selfupdate && sudo port upgrade libsvm
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.