error_rate | R Documentation |
Compute Error Rate using confusion matrix. Error rate measures the fraction of the instances from the test set that are misclassified by the learning algorithm. This measurement further includes the instances from all classes.
error_rate(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
integer value of Error Rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.