Click or drag to resize

GestureLearnerRecognitionThreshold Field

The threshold that must be crossed by one of the outputs of the neural network to identify a valid gesture.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float RecognitionThreshold

Field Value

Type: Single
Remarks
Increase the value to ignore gestures that poorly resemble any of the spells. Lower the threshold if you want the recognition system to be less restrictive.
See Also