Click or drag to resize

GestureLearnerTargetError Field

The training process is stopped when the training error reaches the specified value.

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

Field Value

Type: Single
Remarks
The smaller the error value, the better accuracy of correctly recognising gestures provided in the training set.
See Also