ssc: Semi-Supervised Classification Methods

Provides a collection of self-labeled techniques for semi-supervised classification. In semi-supervised classification, both labeled and unlabeled data are used to train a classifier. This learning paradigm has obtained promising results, specifically in the presence of a reduced set of labeled examples. This package implements a collection of self-labeled techniques to construct a distance-based classification model. This family of techniques enlarges the original labeled set using the most confident predictions to classify unlabeled data. The techniques implemented can be applied to classification problems in several domains by the specification of a suitable base classifier and distance measure. At low ratios of labeled data, it can be shown to perform better than classical supervised classifiers.

Version: 1.0
Depends: R (≥ 2.4.0)
Imports: stats, proxy
Suggests: caret, e1071
Published: 2016-10-05
Author: Mabel González [aut], José Daniel Rodríguez [aut], Osmani Rosado [aut], José Manuel Benítez [ths], Christoph Bergmeir [ths, cre], Isaac Triguero [ctb]
Maintainer: Christoph Bergmeir <c.bergmeir at decsai.ugr.es>
License: GPL-2
NeedsCompilation: no
CRAN checks: ssc results

Downloads:

Reference manual: ssc.pdf
Package source: ssc_1.0.tar.gz
Windows binaries: r-devel: ssc_1.0.zip, r-release: ssc_1.0.zip, r-oldrel: ssc_1.0.zip
OS X El Capitan binaries: r-release: ssc_1.0.tgz
OS X Mavericks binaries: r-oldrel: ssc_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ssc to link to this page.