mtry_inputSelection: Random Selection of Variables

Description Usage Arguments Value

View source: R/splitRFEAT.R

Description

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

Usage

1

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.


MiriamEsteve/EAT documentation built on Jan. 18, 2022, 6:55 p.m.