| ActivationFuncSigmoidCalculate Method |
Return the value of the function for the given input.
Namespace:
RavingBots.MagicGestures.AI.Neural.Classic
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public override float Calculate(
float x
)
Parameters
- x
- Type: SystemSingle
Return Value
Type:
SingleSee Also