Learn R Programming

RSNNS (version 0.4-4)

weightMatrix: 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 object to which to apply weightMatrix
...
additional function parameters

Value

  • weightMatrix.rsnns: a matrix with all weights from all neurons present in the net.