Click or drag to resize

ActivationFuncInRange Method

Check whether the value is in the output range of the function.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool InRange(
	float y
)

Parameters

y
Type: SystemSingle

Return Value

Type: Boolean
See Also