SnnsRObject$setTTypeUnitsActFunc | R Documentation |
The function uses the function SnnsRObject$getAllUnitsTType
to find all units of a certain
ttype
, and sets the activation function of all these units to the given activation function.
## S4 method for signature 'SnnsR'
setTTypeUnitsActFunc(ttype, act_func)
ttype |
a string containing the |
act_func |
the name of the activation function to set. |
SnnsRObject$getAllUnitsTType
## Not run: SnnsRObject$setTTypeUnitsActFunc("UNIT_HIDDEN", "Act_Logistic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.