errorMatrix | R Documentation |
An error matrix reports the true/false potisitve/negative rates.
errorMatrix(actual, predicted, percentage=TRUE, digits=ifelse(percentage,1,3), count=FALSE)
actual |
a vector of true values. |
predicted |
a vector of predicted values. |
percentage |
return percentages. |
digits |
the number of digits to round results. |
count |
return counts. |
Package home page: https://rattle.togaware.com
## Not run: errorMatrix(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.