Click or drag to resize

ActivationFuncTanhCalculate 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
C#
public override float Calculate(
	float x
)

Parameters

x
Type: SystemSingle

Return Value

Type: Single
See Also