View source: R/positive_predicted_values.R
positive_predicted_values | R Documentation |
Compute Positive Predicted Values using confusion matrix. Indicates what is the proportion of examples that truly belong to class i, from among all the examples assigned to (or classified as) class i.
positive_predicted_values(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
integer value of Positive Predicted Values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.