shift_matrix {MariNET} | R Documentation |
Shifted Matrix Transformation
Description
This function modifies the shape of a model weights matrix by shifting its elements.
Usage
shift_matrix(mat)
Arguments
mat |
A numeric matrix to be transformed. |
Value
A shifted version of the input matrix.
[Package MariNET version 1.0.0 Index]