This function generates a deep EAT and all pruning for each train set.
treesForRCV(notLv, x, y, fold, numStop)
List with each possible pruning for the deep tree generated with train set and its associated alpha values.
Train set.
Column input indexes in data.
Column output indexes in data.
Parts in which the original set is divided to perform Cross-Validation.
Minimum number of observations in a node to be split.