Set the activation function for all units of a certain ttype.
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. |
## Not run: SnnsRObject$setTTypeUnitsActFunc("UNIT_HIDDEN", "Act_Logistic")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.