Learn R Programming

Metrics (version 0.1.1)

mse: Compute the mean squared error#' This function computes the mean squared error between two vectors

Description

Compute the mean squared error#' This function computes the mean squared error between two vectors

Usage

mse(actual, predicted)

Arguments

actual
ground truth vector
predicted
predicted vector