mtry_inputSelection: Random Selection of Variables

View source: R/splitRFEAT.R

mtry_inputSelectionR Documentation

Random Selection of Variables

Description

This function randomly selects the variables that are evaluated to divide a node and removes those that do not present variability.

Usage

mtry_inputSelection(data, x, t, mtry)

Arguments

data

data.frame containing the training set.

x

Column input indexes in data.

t

Node which is being split.

mtry

Number of inputs selected for a node to be split.

Value

Index of the variables by which the node is divided.


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