Learn R Programming

RSNNS (version 0.4-5)

getSnnsRFunctionTable: Get SnnsR function table

Description

Get the function table of available SNNS functions.

Usage

getSnnsRFunctionTable()

Arguments

Value

  • a data.frame with columns:
  • namename of the function
  • typethe type of the function (learning, init, update,...)
  • #inParamsthe number of input parameters of the function
  • #outParamsthe number of output parameters of the function