L1Norm: L1-like Norm

View source: R/utils.R

L1NormR Documentation

L1-like Norm

Description

Compute L1-like norm defined by the absolute values of the differences between each entry of two matrices with the same dimensions.

Usage

L1Norm(mat1, mat2)

Arguments

mat1, mat2

Two matrices.

Value

Returns a matrix with L1-like norms.


stevexniu/FuseNet documentation built on May 16, 2022, 12:23 p.m.