transformation_name
Refers to the specific events-to-trials function used to construct rows of this table from raw events. The transformation (or projection in DDD terminology) embodies the definition of a trial for a particular task. The transformer name refers to a code in the format of a function f(trial_state, event) => trial_state, where event is the event occurred during the performance of the task, and trial_state is the data stored for the trial. The final state of a trial is thus the result of applying a sequence of projections such that trial = f(f(f(initial()), e), e), e).'
info
Part of the Task category of the Response table in the trial schema.
Details
| Property | Value |
|---|---|
| Type | string |
| Requirement | required |
| Categories | Task |
Notes
-
- The transformation/projection encapsulates the domain rules that define a "trial" for a given task. It defines what constitutes a "trial".