Learn R Programming

theftdlc (version 0.2.1)

filter_good_features: Filter resample data sets according to good feature list

Description

Filter resample data sets according to good feature list

Usage

filter_good_features(data, x, good_features)

Value

list of filtered train and test data

Arguments

data

list of "Train" and "Test" data

x

integer denoting the resample index to operate on

good_features

character vector of good features to keep

Author

Trent Henderson