1. 学习
  2. /
  3. 课程
  4. /
  5. Machine Learning with caret in R

Connected

练习

Calculating true negative rate

Use confusionMatrix(p_class, test[["Class"]]) to calculate a confusion matrix on the test set.

What is the test set true negative rate (or specificity) of this model (rounded to the nearest percent)?

说明

50 XP

答案选项