merge_predictions: Merge Predictions

View source: R/allgeneric.R

merge_predictionsR Documentation

Merge Predictions

Description

Combine predictions from multiple models on the same test set.

Usage

merge_predictions(obj1, rest, ...)

Arguments

obj1

The first object containing predictions.

rest

Other objects containing predictions.

...

Additional arguments. Methods for this generic may implement specific arguments such as 'weights' to control how predictions are combined.

Value

A combined object with merged predictions.


bbuchsbaum/rMVPA documentation built on June 10, 2025, 8:23 p.m.