View source: R/ForwardAlgorithm.R
mse | R Documentation |
This function computes the mean squared error between two numeric vectors.
mse(y, yPred)
y |
Vector of actual data. |
yPred |
Vector of predicted values. |
Mean Squared Error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.