weightMatrix: Function to extract the weight matrix of an rsnns object

View source: R/rsnns.R

weightMatrixR Documentation

Function to extract the weight matrix of an rsnns object

Description

The function calls SnnsRObject$getCompleteWeightMatrix and returns its result.

Usage

weightMatrix(object, ...)

## S3 method for class 'rsnns'
weightMatrix(object, ...)

Arguments

object

the rsnns object

...

additional function parameters (currently not used)

Value

a matrix with all weights from all neurons present in the net.


RSNNS documentation built on May 31, 2023, 5:43 p.m.