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:Juan C. Laria [aut, cre], Line H. Clemmensen [aut]

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

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library
Datasets:

On CRAN:

Conda:

openblascppopenmp

4.40 score 5 stars 7 scripts 193 downloads 13 exports 3 dependencies

Last updated from:35e87106eb. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK161
linux-devel-x86_64OK133
source / vignettesOK195
linux-release-arm64OK146
linux-release-x86_64OK169
macos-release-arm64OK233
macos-release-x86_64OK263
macos-oldrel-arm64OK248
macos-oldrel-x86_64OK277
windows-develOK132
windows-releaseOK110
windows-oldrelOK119
wasm-releaseOK117

Exports:_rcpp_module_boot_Rcpp_s2net_exportpredictpredict_Rcpp_s2netpredict.s2netRprint.s2Dataprint.s2Fistas2Datas2Fistas2nets2netRs2Paramssimulate_extrasimulate_groups

Dependencies:MASSRcppRcppArmadillo

The supervised s2net

Rendered fromsupervised.Rmdusingknitr::rmarkdownon May 07 2026.

Last update: 2020-01-14
Started: 2019-12-10