L2Norm: L2-like Norm

View source: R/utils.R

L2NormR Documentation

L2-like Norm

Description

Compute L2-like norm defined by the square values of the differences between each entrie of two matrices with the same dimensions.

Usage

L2Norm(mat1, mat2)

Arguments

mat1, mat2

Two matrices.

Value

Returns a matrix with L2-like norms.


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