get_rmsep | R Documentation |
Get Root Mean Square Error of Prediction (RMSEP) in classification.
get_rmsep(actual, predicted)
actual |
Vector of actual classifications of samples |
predicted |
Vector of predicted classifications of samples |
RMSEP
data("mosquito")
actual <- YR2
predicted <- sampling_from_distribution(actual)
get_rmsep(actual, predicted)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.