View source: R/synthetic-workflows.R
| create_gazepoint_synthetic_task | R Documentation |
Create one of the governed synthetic demonstration tasks
create_gazepoint_synthetic_task(
data,
workflow = c("recording_quality", "assigned_condition", "observed_behavior",
"observed_duration"),
generalization_target = c("new_trials_known_participants", "new_participants",
"new_stimuli", "new_participants_and_new_stimuli")
)
data |
Synthetic data from |
workflow |
Workflow name. |
generalization_target |
Declared generalization target. |
A governed gp3ml_task.
synthetic <- simulate_gazepoint_governed_data(12L, 4L, 1L, 101L)
create_gazepoint_synthetic_task(
synthetic,
workflow = "recording_quality",
generalization_target = "new_participants"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.