powered by
Evaluates a feature using the F-score approach defined in Wang2018FSinR.
fscore(data, class, features)
A data frame with the features and the class of the examples
The name of the dependent variable
The name of the selected feature (only 1 feature)
The value of the function for the selected feature
# NOT RUN { fscore(ToothGrowth, 'supp', c('len')) # }
Run the code above in your browser using DataLab