Compile feature rankings across multiple folds

WriteFeatures(results, input, save = TRUE, file = "features_ranked.txt")

Arguments

results

A list of svmRFE.wrap results.

input

The input data

save

Logical value whether to create a file or not.

file

The file name of the file to be created.

Value

Either a file (if save is true) or a matrix with the information about the features.