Package: s2net 1.0.5
s2net: The Generalized Semi-Supervised Elastic-Net
Implements the generalized semi-supervised elastic-net. This method extends the supervised elastic-net problem, and thus it is a practical solution to the problem of feature selection in semi-supervised contexts. Its mathematical formulation is presented from a general perspective, covering a wide range of models. We focus on linear and logistic responses, but the implementation could be easily extended to other losses in generalized linear models. We develop a flexible and fast implementation, written in 'C++' using 'RcppArmadillo' and integrated into R via 'Rcpp' modules. See Culp, M. 2013 <doi:10.1080/10618600.2012.657139> for references on the Joint Trained Elastic-Net.
Authors:
s2net_1.0.5.tar.gz
s2net_1.0.5.zip(r-4.7)s2net_1.0.5.zip(r-4.6)s2net_1.0.5.zip(r-4.5)
s2net_1.0.5.tgz(r-4.6-x86_64)s2net_1.0.5.tgz(r-4.6-arm64)s2net_1.0.5.tgz(r-4.5-x86_64)s2net_1.0.5.tgz(r-4.5-arm64)
s2net_1.0.5.tar.gz(r-4.7-arm64)s2net_1.0.5.tar.gz(r-4.7-x86_64)s2net_1.0.5.tar.gz(r-4.6-arm64)s2net_1.0.5.tar.gz(r-4.6-x86_64)
s2net_1.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
s2net/json (API)
| # Install 's2net' in R: |
| install.packages('s2net', repos = c('https://jlaria.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jlaria/s2net/issues
- auto_mpg - Auto MPG Data Set
Last updated from:35e87106eb. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 161 | ||
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 195 | ||
| linux-release-arm64 | OK | 146 | ||
| linux-release-x86_64 | OK | 169 | ||
| macos-release-arm64 | OK | 233 | ||
| macos-release-x86_64 | OK | 263 | ||
| macos-oldrel-arm64 | OK | 248 | ||
| macos-oldrel-x86_64 | OK | 277 | ||
| windows-devel | OK | 132 | ||
| windows-release | OK | 110 | ||
| windows-oldrel | OK | 119 | ||
| wasm-release | OK | 117 |
Exports:_rcpp_module_boot_Rcpp_s2net_exportpredictpredict_Rcpp_s2netpredict.s2netRprint.s2Dataprint.s2Fistas2Datas2Fistas2nets2netRs2Paramssimulate_extrasimulate_groups
Dependencies:MASSRcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| The Generalized Semi-Supervised Elastic-Net | s2net |
| Auto MPG Data Set | auto_mpg |
| Predict method for 's2net' C++ class. | predict_Rcpp_s2net |
| S3 Methods for 's2netR' objects. | predict.s2netR |
| Print methods for S3 objects | print.s2Data print.s2Fista |
| Class 's2net' | predict,Rcpp_s2net-method Rcpp_s2net Rcpp_s2net-class _rcpp_module_boot_Rcpp_s2net_export |
| Data wrapper for 's2net'. | s2Data |
| Hyper-parameter wrapper for FISTA. | s2Fista |
| Trains a generalized extended linear joint trained model using semi-supervised data. | s2netR |
| Hyper-parameter wrapper for 's2net' | s2Params |
| Simulate extrapolated data | simulate_extra |
| Simulate data (two groups design) | simulate_groups |
