mentalCommandTrainingThreshold
This method returns the training threshold of the mental command detection. It also returns the score of the last mental command training.
The training threshold provides an indication of minimum threshold that you should target for when training the action, and it changes according to number of total actions that you have currently activated. Any training score above the threshold is very likely to improve your profile. Any training significantly below the threshold is likely to reduce the quality of your profile.
Check out the usage in our BCI app.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize. |
profile |
| no | A profile name |
session |
| no | A session id returned by createSession. |
You must set one of these 2 parameters: profile or session. Read this for details.
Result
The result is an object containing these fields:
Name | Type | Description |
currentThreshold |
| The threshold of the mental command detection. |
lastTrainingScore |
| The score of the last mental command training. |
Examples
Last updated