fit_xy.model_sslr {SSLR} | R Documentation |
Fit with x and y
Description
Funtion to fit with x and y
Usage
## 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 |
[Package SSLR version 0.9.3.3 Index]