PredictResponse
Represents the model's prediction output, including cognitive performance metrics and inference time.
inference_time_msInference Time Ms
Time taken for the model to generate the prediction, measured in milliseconds.
Default value:
0stressStress
Predicted stress level, expressed as a value in [0, 100]
Default value:
0memoryMemory
Predicted memory performance, expressed as a value in [0, 100]
Default value:
0reasoningReasoning
Predicted reasoning ability, expressed as a value in [0, 100]
Default value:
0attentionAttention
Predicted attention performance, expressed as a value in [0, 100]
Default value:
0C_SCOREC Score
Predicted composite cognitive performance score, expressed as a value in [0, 100]
Default value:
0valenceValence
Predicted emotional valence, expressed as Low or High
Default value:
N/AarousalArousal
Predicted emotional arousal, expressed as Low or High
Default value:
N/APredictResponse
{
"C_SCORE": 55.8,
"arousal": "High",
"attention": 58.3,
"inference_time_ms": 2.249,
"memory": 44.6,
"reasoning": 56.4,
"stress": 24.7,
"valence": "Low"
}