mse {IRon}R Documentation

Mean Squared Error

Description

Mean Squared Error

Usage

mse(trues, preds)

Arguments

trues

Target values from a test set of a given data set. Should be a vector and have the same size as the variable preds

preds

Predicted values given a certain test set of a given data set. Should be a vector and have the same size as the variable trues

Value

Value for the mean squared error


[Package IRon version 0.1.4 Index]