mtry_inputSelection {eat}R 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.


[Package eat version 0.1.4 Index]