SERules {eat} | R Documentation |
SERules
Description
Based on Validation tests over BestTivs, a new range of scores is obtained to find new pruned trees.
Usage
SERules(N, Lv, y, fold, Tk_score, BestTivs)
Arguments
N |
Number of rows in data. |
Lv |
Test set. |
y |
Column output indexes in data. |
fold |
Parts in which the original data set is divided to perform Cross-Validation. |
Tk_score |
Best pruned tree score. |
BestTivs |
List of best pruned trees for each training set. |
Value
Value to get a range where new pruning is found.
[Package eat version 0.1.4 Index]