Learn R Programming

MariNET (version 1.0.0)

shift_matrix: Shifted Matrix Transformation

Description

This function modifies the shape of a model weights matrix by shifting its elements.

Usage

shift_matrix(mat)

Value

A shifted version of the input matrix.

Arguments

mat

A numeric matrix to be transformed.