
Calculate Sensitivity and Specificity Values
Source:R/machine_learning.R
get_sensitivity_specificity.Rd
This function calculates sensitivity (recall), specificity, and other related metrics (accuracy, precision, recall, F1 score, MCC) from predicted and true class labels.