A simple package for solving large-scale regularized linear classification.
LIBLINEAR is a simple package for solving large-scale regularized linear classification. It currently supports L2-regularized logistic regression/L2-loss support vector classification/L1-loss support vector classification, and L1-regularized L2-loss support vector classification/ logistic regression.
LIBLINEAR is a simple package for solving large-scale regularized linear classification. It currently supports L2-regularized logistic regression/L2-loss support vector classification/L1-loss support vector classification, and L1-regularized L2-loss support vector classification/ logistic regression.
To install liblinear, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liblinear
To see what files were installed by liblinear, run:
port contents liblinear
To later upgrade liblinear, run:
sudo port selfupdate && sudo port upgrade liblinear
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.