predictions.model_sslr_fitted {SSLR}R Documentation

Predictions of unlabeled data

Description

Predictions of unlabeled data (transductive) raw returns factor or numeric values

Usage

## S3 method for class 'model_sslr_fitted'
predictions(object, type = "class", ...)

Arguments

object

model_sslr_fitted model built

type

of predict in principal model: class, raw

...

other parameters to be passed


[Package SSLR version 0.9.3.3 Index]