Package: SAM 1.1.3
SAM: Sparse Additive Modelling
Computationally efficient tools for high dimensional predictive modeling (regression and classification). SAM is short for sparse additive modeling, and adopts the computationally efficient basis spline technique. We solve the optimization problems by various computational algorithms including the block coordinate descent algorithm, fast iterative soft-thresholding algorithm, and newton method. The computation is further accelerated by warm-start and active-set tricks.
Authors:
SAM_1.1.3.tar.gz
SAM_1.1.3.zip(r-4.5)SAM_1.1.3.zip(r-4.4)SAM_1.1.3.zip(r-4.3)
SAM_1.1.3.tgz(r-4.4-x86_64)SAM_1.1.3.tgz(r-4.4-arm64)SAM_1.1.3.tgz(r-4.3-x86_64)SAM_1.1.3.tgz(r-4.3-arm64)
SAM_1.1.3.tar.gz(r-4.5-noble)SAM_1.1.3.tar.gz(r-4.4-noble)
SAM_1.1.3.tgz(r-4.4-emscripten)SAM_1.1.3.tgz(r-4.3-emscripten)
SAM.pdf |SAM.html✨
SAM/json (API)
# Install 'SAM' in R: |
install.packages('SAM', repos = c('https://hmjianggatech.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hmjianggatech/sam/issues
Last updated 3 years agofrom:9a0403b742. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 08 2024 |
R-4.5-win-x86_64 | NOTE | Oct 08 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 08 2024 |
R-4.4-win-x86_64 | NOTE | Oct 08 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 08 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 08 2024 |
R-4.3-win-x86_64 | NOTE | Oct 08 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 08 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 08 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Sparse Additive Modelling | SAM-package SAM |
Plot function for S3 class '"samEL"' | plot.samEL |
Plot function for S3 class '"samHL"' | plot.samHL |
Plot function for S3 class '"samLL"' | plot.samLL |
Plot function for S3 class '"samQL"' | plot.samQL |
Prediction function for S3 class '"samEL"' | predict.samEL |
Prediction function for S3 class '"samHL"' | predict.samHL |
Prediction function for S3 class '"samLL"' | predict.samLL |
Prediction function for S3 class '"samQL"' | predict.samQL |
Printing function for S3 class '"samEL"' | print.samEL |
Printing function for S3 class '"samHL"' | print.samHL |
Printing function for S3 class '"samLL"' | print.samLL |
Printing function for S3 class '"samQL"' | print.samQL |
Training function of Sparse Additive Possion Regression | samEL |
Training function of Sparse Additive Machine | samHL |
Training function of Sparse Additive Logistic Regression | samLL |
Training function of Sparse Additive Models | samQL |