Click or drag to resize

GestureLearnerSamplesPerGesture Field

The number of gesture repeats used for training a single spell. Each repeated gesture is added to the training set. The neural network recognises spells by generalising patterns provided in the training set.

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

Field Value

Type: Int32
Remarks
The bigger the training set, the better tolerance and accuracy of recognition.
See Also