masked_mse_error: Function for masked mean-squared error

View source: R/customMetrics.R

masked_mse_errorR Documentation

Function for masked mean-squared error

Description

Function for masked mean-squared error

Usage

masked_mse_error(y_true, y_pred, maskExcludeValue = 1)

Arguments

y_true

True labels (Tensor)

y_pred

Predictions (Tensor of the same shape as y_true)

Value

masked mse value

Author(s)

Tustison NJ


ANTsX/ANTsRNet documentation built on April 28, 2024, 12:16 p.m.