bagging: Bagging data

View source: R/splitRFEAT.R

baggingR Documentation

Bagging data

Description

Bootstrap aggregating for data.

Usage

bagging(data, x, y)

Arguments

data

Dataframe containing the variables in the model.

x

Column input indexes in data.

y

Column output indexes in data.

Value

List containing training dataframe and list with binary response as 0 if the observations have been selected for training and 0 in any other case.


eat documentation built on Jan. 10, 2023, 5:13 p.m.