Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


FSinR (version 1.0.8)

fscore: F-score measure

Description

Evaluates a feature using the F-score approach defined in Wang2018FSinR.

Usage

fscore(data, class, features)

Arguments

data
  • A data frame with the features and the class of the examples

class
  • The name of the dependent variable

features
  • The name of the selected feature (only 1 feature)

Value

  • The value of the function for the selected feature

References

Examples

Run this code
# NOT RUN {
fscore(ToothGrowth, 'supp', c('len'))
# }

Run the code above in your browser using DataLab