getSnnsRFunctionTable {RSNNS} | R 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 |
[Package RSNNS version 0.4-17 Index]