getSnnsRDefine {RSNNS} | R Documentation |
Get a define of the SNNS kernel
Description
Get a define of the SNNS kernel from a defines-list.
All defines-lists present can be shown with RSNNS:::SnnsDefines
.
Usage
getSnnsRDefine(defList, defValue)
Arguments
defList |
the defines-list from which to get the define from |
defValue |
the value in the list |
Value
a string with the name of the define
See Also
Examples
getSnnsRDefine("topologicalUnitTypes",3)
getSnnsRDefine("errorCodes",-50)
[Package RSNNS version 0.4-17 Index]