Package: GEMSS 0.1.1
GEMSS: Generalization Error Minimization in SubSampling for Gaussian Processes
Implements the Generalization Error Minimization in SubSampling (GEMSS) algorithm for sequential subdata selection in large-scale Gaussian process modeling (Chang, Hua, and Wu, 2026) <doi:10.1080/00401706.2026.2670596>. The method selects data points by a criterion consisting of predictive and space-filling parts, enabling efficient surrogate modeling for massive datasets.
Authors:
GEMSS_0.1.1.tar.gz
GEMSS_0.1.1.tar.gz(r-4.7-arm64)GEMSS_0.1.1.tar.gz(r-4.7-x86_64)GEMSS_0.1.1.tar.gz(r-4.6-arm64)GEMSS_0.1.1.tar.gz(r-4.6-x86_64)
GEMSS_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
GEMSS/json (API)
| # Install 'GEMSS' in R: |
| install.packages('GEMSS', repos = c('https://cran.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 from:483cb60f12. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 133 | ||
| linux-devel-x86_64 | OK | 139 | ||
| source / vignettes | OK | 204 | ||
| linux-release-arm64 | OK | 150 | ||
| linux-release-x86_64 | OK | 140 | ||
| wasm-release | OK | 126 |
Exports:compute_kernelgemss_removegemss_selectgp_predict
Dependencies:DiceDesignhetGPMASSmcoquadprogRcppRcppArmadillotwinning
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compute the Correlation Matrix for Specified Kernels | compute_kernel |
| Redundant Data Removal via GEMSS | gemss_remove |
| Subdata Selection via GEMSS | gemss_select |
| Gaussian Process Prediction | gp_predict |
