predict.Training: predict.Training

predict.TrainingR Documentation

predict.Training

Description

Computes predictions for the Testing object passed as argument.

Usage

## S3 method for class 'Training'
predict(object, testing, ind_subset = NULL, ...)

Arguments

object

Training
A trained Training object to be used to compute predictions.

testing

Testing
A new testing object to be predicted.

ind_subset

vector
Vector of IDs to be predicted.

...

any
Further arguments passed to or from other methods.

Value

The final predicted object. All layers and the meta layer are predicted.


fuseMLR documentation built on April 3, 2025, 8:49 p.m.