Skip to content

create_gazepoint_synthetic_manifest

R reference: gp3ml 0.3.0.

Create a synthetic governed feature manifest

Create a synthetic governed feature manifest

R reference usage

create_gazepoint_synthetic_manifest(
  outcome,
  predictors,
  participant_id = "participant_id",
  stimulus_id = "stimulus_id",
  trial_id = "trial_id"
)

The Python implementation is exported as gp3mlpy.create_gazepoint_synthetic_manifest. See the runtime docstring for Python-specific typing and semantic adaptations.