precision | R Documentation |
Compute Precision using confusion matrix. "Precision" is another term to determine "Positive Predicted Values" (PPV). In this package the 'precision()' function is defined as a wrapper for 'positive_predicted_values()'. It's possible to calculate the skew-sensitive formulation of the precision by adjusting 'r' parameter.
precision(confusion_matrix, r = NULL)
confusion_matrix |
Confusion matrix to be used. |
r |
Skew Ratio parameter, which is required to calculate skew-sensitive form of Precision, Deafult to NULL, which calculates a non-weighted Precision. |
integer value of Precision
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.