fit_xy.model_sslr: Fit with x and y

Description Usage Arguments

View source: R/train_predict.R

Description

Funtion to fit with x and y

Usage

1
2
## S3 method for class 'model_sslr'
fit_xy(object, x = NULL, y = NULL, ...)

Arguments

object

is the model

x

is a data frame or matrix with train dataset without objective feature. X have labeled and unlabeled data

y

is objective feature with labeled values and NA values in unlabeled data

...

unused in this case


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