Package: LiblineaR 2.10-24
LiblineaR: Linear Predictive Models Based on the LIBLINEAR C/C++ Library
A wrapper around the LIBLINEAR C/C++ library for machine learning (available at <https://www.csie.ntu.edu.tw/~cjlin/liblinear/>). LIBLINEAR is a simple library for solving large-scale regularized linear classification and regression. It currently supports L2-regularized classification (such as logistic regression, L2-loss linear SVM and L1-loss linear SVM) as well as L1-regularized classification (such as L2-loss linear SVM and logistic regression) and L2-regularized support vector regression (with L1- or L2-loss). The main features of LiblineaR include multi-class classification (one-vs-the rest, and Crammer & Singer method), cross validation for model selection, probability estimates (logistic regression only) or weights for unbalanced data. The estimation of the models is particularly fast as compared to other libraries.
Authors:
LiblineaR_2.10-24.tar.gz
LiblineaR_2.10-24.zip(r-4.5)LiblineaR_2.10-24.zip(r-4.4)LiblineaR_2.10-24.zip(r-4.3)
LiblineaR_2.10-24.tgz(r-4.4-x86_64)LiblineaR_2.10-24.tgz(r-4.4-arm64)LiblineaR_2.10-24.tgz(r-4.3-x86_64)LiblineaR_2.10-24.tgz(r-4.3-arm64)
LiblineaR_2.10-24.tar.gz(r-4.5-noble)LiblineaR_2.10-24.tar.gz(r-4.4-noble)
LiblineaR_2.10-24.tgz(r-4.4-emscripten)LiblineaR_2.10-24.tgz(r-4.3-emscripten)
LiblineaR.pdf |LiblineaR.html✨
LiblineaR/json (API)
NEWS
# Install 'LiblineaR' in R: |
install.packages('LiblineaR', repos = c('https://dnalytics.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 months agofrom:07cca10ee7. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win-x86_64 | OK | Oct 14 2024 |
R-4.5-linux-x86_64 | OK | Oct 14 2024 |
R-4.4-win-x86_64 | OK | Oct 14 2024 |
R-4.4-mac-x86_64 | OK | Oct 14 2024 |
R-4.4-mac-aarch64 | OK | Oct 14 2024 |
R-4.3-win-x86_64 | OK | Oct 14 2024 |
R-4.3-mac-x86_64 | OK | Oct 14 2024 |
R-4.3-mac-aarch64 | OK | Oct 14 2024 |
Exports:heuristicCLiblineaR
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Fast Heuristics For The Estimation Of the C Constant Of A Support Vector Machine. | heuristicC |
Linear predictive models estimation based on the LIBLINEAR C/C++ Library. | LiblineaR |
Predictions with LiblineaR model | predict.LiblineaR |