Learn R Programming

eat (version 0.1.4)

SERules: 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)

Value

Value to get a range where new pruning is found.

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.