You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently gestures have a addRecording and getRecordings. Either a new validation dataset object should be created, which isn't coupled to the gesture object, or a new set of recordings should be added to the gesture object, something like getValidationRecordings().
The advantage of having the objects attached to the Gesture, is that it can be loaded alongside the gesture relatively easily. The disadvantage is extra coupling and that we cannot change the gesture after the fact
The text was updated successfully, but these errors were encountered:
currently gestures have a addRecording and getRecordings. Either a new validation dataset object should be created, which isn't coupled to the gesture object, or a new set of recordings should be added to the gesture object, something like getValidationRecordings().
The advantage of having the objects attached to the Gesture, is that it can be loaded alongside the gesture relatively easily. The disadvantage is extra coupling and that we cannot change the gesture after the fact
The text was updated successfully, but these errors were encountered: