Wrapper to run svmRFE function while omitting a given test fold

svmRFE.wrap(test.fold, X, ...)

Arguments

test.fold

Indexes of the samples

X

Input data to be subseted by test.fold

...

other arguments passed to svmRFE

Value

A list with contains the feature rankings for that fold (feature.ids), as well as the training set row names used to obtain them (train.data.ids). The remaining test set row names are included as well (test.data.ids)

See also