Schäfer Christian
2007-May-19 19:38 UTC
[R] Sensitivity and specificity in multi-class problems
Hi, I'm relative new to R. I'm looking for a convenient way to calculate sensitivity and specificity in machine-learning models (SVM, ...). In a two-class case it's quite simple by calculating the TP, TN, FP, FN rates once but in the multi-class case I have to do it as often as there exist different classes (for each class). Of course I could do it manually in a for-loop or so. But is there a more convenient way? Perhaps on the basis of a confusion table? Thanks in advance. Christian Schaefer
Reasonably Related Threads
- Problems getting slope and intercept to change when do multiple reps.
- bootstraping sensitivity and specificity
- Calculate Specificity and Sensitivity for a given threshold value
- Sensitivity and Specificity Forest Plots
- sensitivity and specificity in svyglm??