Package: ssr
Type: Package
Title: Semi-Supervised Regression Methods
Version: 0.1.1
Authors@R: c(person("Enrique", "Garcia-Ceja", role = c("aut", "cre"),
         email = "e.g.mx@ieee.org",
         comment = c(ORCID = "0000-0001-6864-8557")))
Description: An implementation of semi-supervised regression methods including self-learning and co-training by committee based on Hady, M. F. A., Schwenker, F., & Palm, G. (2009) <doi:10.1007/978-3-642-04274-4_13>. Users can define which set of regressors to use as base models from the 'caret' package, other packages, or custom functions.
Depends: R (>= 3.6.0)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/enriquegit/ssr
BugReports: https://github.com/enriquegit/ssr/issues
LazyData: true
Imports: caret, e1071
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, tgp
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-09-02 14:19:24 UTC; enriqueg
Author: Enrique Garcia-Ceja [aut, cre]
    (<https://orcid.org/0000-0001-6864-8557>)
Maintainer: Enrique Garcia-Ceja <e.g.mx@ieee.org>
Repository: CRAN
Date/Publication: 2019-09-02 15:40:03 UTC
Built: R 4.4.3; ; 2025-11-01 05:56:49 UTC; windows
