GestureLearner Methods |
The GestureLearner type exposes the following members.
Name | Description | |
---|---|---|
Awake |
Configure the component.
(Overrides MonoSingletonTAwake.) | |
CreateGesturePreprocessor |
Create a preprocessor instance using the stored configuration.
| |
CreateSamples |
Convert a list of spells to a list of training samples.
| |
GetBPSettings |
Create backpropagation settings using the stored configuration.
| |
OnDisable |
Cancel the training when this component is disabled.
| |
OnDrawGizmos |
Draw the debug grid based on most recently attempted gesture.
| |
Recognize |
Try to recognize a gesture.
| |
StartTraining |
Start the training process.
| |
StopTraining |
Request the training in progress to be cancelled.
|