treesForRCV: Trees for RCV

Description Usage Arguments Value

View source: R/treesForRCV.R

Description

This function generates a deep EAT and all pruning for each train set.

Usage

1
treesForRCV(notLv, x, y, fold, numStop)

Arguments

notLv

Train set.

x

Column input indexes in data.

y

Column output indexes in data.

fold

Parts in which the original set is divided to perform Cross-Validation.

numStop

Minimum number of observations in a node to be split.

Value

List with each possible pruning for the deep tree generated with train set and its associated alpha values.


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