getSnnsRFunctionTable: Get SnnsR function table

View source: R/util.R

getSnnsRFunctionTableR Documentation

Get SnnsR function table

Description

Get the function table of available SNNS functions.

Usage

getSnnsRFunctionTable()

Value

a data.frame with columns:

name

name of the function

type

the type of the function (learning, init, update,...)

#inParams

the number of input parameters of the function

#outParams

the number of output parameters of the function


RSNNS documentation built on May 29, 2024, 4:37 a.m.