Click or drag to resize

GestureLearner Methods

The GestureLearner type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Configure the component.
(Overrides MonoSingletonTAwake.)
Private methodCreateGesturePreprocessor
Create a preprocessor instance using the stored configuration.
Private methodStatic memberCreateSamples
Convert a list of spells to a list of training samples.
Private methodGetBPSettings
Create backpropagation settings using the stored configuration.
Protected methodOnDisable
Cancel the training when this component is disabled.
Protected methodOnDrawGizmos
Draw the debug grid based on most recently attempted gesture.
Public methodRecognize
Try to recognize a gesture.
Public methodStartTraining
Start the training process.
Public methodStopTraining
Request the training in progress to be cancelled.
Top
See Also