Skip to main content

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: 0
stressStress

Predicted stress level, expressed as a value in [0, 100]

Default value: 0
memoryMemory

Predicted memory performance, expressed as a value in [0, 100]

Default value: 0
reasoningReasoning

Predicted reasoning ability, expressed as a value in [0, 100]

Default value: 0
attentionAttention

Predicted attention performance, expressed as a value in [0, 100]

Default value: 0
C_SCOREC Score

Predicted composite cognitive performance score, expressed as a value in [0, 100]

Default value: 0
valenceValence

Predicted emotional valence, expressed as Low or High

Default value: N/A
arousalArousal

Predicted emotional arousal, expressed as Low or High

Default value: N/A
PredictResponse
{
"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"
}