calcMSE: Calculate the MSE

View source: R/utils.R

calcMSER 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


logicDT documentation built on Sept. 23, 2024, 5:11 p.m.