Learn R Programming

⚠️There's a newer version (2.1-0) of this package.Take me there.

ssc (version 1.0)

Semi-Supervised Classification Methods

Description

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.

Copy Link

Version

Install

install.packages('ssc')

Monthly Downloads

227

Version

1.0

License

GPL-2

Maintainer

Christoph Bergmeir

Last Published

October 5th, 2016

Functions in ssc (1.0)

predict.coBC

Model Predictions
selfTraining

Train the Self-training model
snnrce

Train the SNNRCE model
setred

Train the SETRED model
triTraining

Train the Tri-training model
predict.setred

Model Predictions
predict.snnrce

Model Predictions
statistics

Statistics calculation
predict.triTraining

Model Predictions
wine

Wine recognition data
predict.OneNN

Model Predictions
predict.democratic

Model Predictions
predict.selfTraining

Model Predictions
oneNN

1-NN supervised classifier builder
democratic

Train the Democratic model
coBC

Train the Co-bagging model
coffee

Time series data set
bClassifOneNN

1-NN classifier specification builder
bClassif

Base Classifier Specification