generate_random_matrix: Function to generate a random matrix with specified...

View source: R/nn_creator.R

generate_random_matrixR Documentation

Function to generate a random matrix with specified dimensions.

Description

Function to generate a random matrix with specified dimensions.

Usage

generate_random_matrix(rows, cols)

Arguments

rows

number of rows.

cols

number of columns.

Value

a random matrix of dimension rows times columns with elements from a standard normal distribution


nnR documentation built on May 29, 2024, 2:02 a.m.