Learn R Programming

FSinR (version 1.0.8)

Jd: Jd evaluation measure

Description

Applies the discriminant function designed by Narendra and Fukunaga Narendra1977FSinR to evaluate a set of features.

Usage

Jd(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 names of the selected features

Value

  • The value of the function for the selected features

References

Examples

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

Run the code above in your browser using DataLab