Learn R Programming

SSLR (version 0.9.3.3)

predict.COREG: Predictions of the COREG method

Description

Predicts the label of instances according to the COREG model.

Usage

# S3 method for COREG
predict(object, x, type = "numeric", ...)

Arguments

object

Self-training model built with the COREG function.

x

A object that is data

type

of predict in principal model (numeric)

...

This parameter is included for compatibility reasons.

Value

Vector with the labels assigned (numeric).

Details

For additional help see COREG examples.