app.utils.util.get_decision_type

get_decision_type(response, feedback)[source]

Returns decision type string.

Parameters
  • response (int) – Response associated with a single trial. Can be -1 (right), 0 (middle), (1)left.

  • feedback (int) – Feedback associated with the given response for a single trial. Can be +1 (correct) or -1 (wrong).

Returns

response``_``feeback

Return type

str

Return type

str