resolveSnnsRDefine {RSNNS} | R Documentation |
Resolve a define of the SNNS kernel
Description
Resolve a define of the SNNS kernel using a defines-list.
All defines-lists present can be shown with RSNNS:::SnnsDefines
.
Usage
resolveSnnsRDefine(defList, def)
Arguments
defList |
the defines-list from which to resolve the define from |
def |
the name of the define |
Value
the value of the define
See Also
Examples
resolveSnnsRDefine("topologicalUnitTypes","UNIT_HIDDEN")
[Package RSNNS version 0.4-17 Index]