predict.COREG: Predictions of the COREG method

Description Usage Arguments Details Value

View source: R/COREG.R

Description

Predicts the label of instances according to the COREG model.

Usage

1
2
## S3 method for class '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.

Details

For additional help see COREG examples.

Value

Vector with the labels assigned (numeric).


SSLR documentation built on July 22, 2021, 9:08 a.m.