View source: R/likelihood_ratio.R
likelihood_ratio | R Documentation |
Likelihood Ratio using confusion matrix. An important measure related to the sensitivity and specificity of the classifier. A higher positive likelihood and a lower negative likelihood mean better performance on positive and negative classes, respectively (Japkowitcz, 2011). For more information Deeks and Altman (2004).
likelihood_ratio(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
matrix of Likelihood Ratio values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.