calcMSE {logicDT} | R Documentation |
Calculate the MSE
Description
Computation of the mean squared error.
Usage
calcMSE(preds, y)
Arguments
preds |
Numeric vector of predictions |
y |
True outcomes |
Value
The MSE
[Package logicDT version 1.0.4 Index]