Enum: SubjectBatchMode

How a multi-subject dataset’s per-subject fits are executed.

URI: tvbo_study:enum/SubjectBatchMode

Permissible Values

Value Meaning Description
fan_out None One per-subject job; each binds its own targets at run time
on_device None The whole cohort evaluated together as one vectorised on-device batch

Slots

Name Description
batch_mode How the per-subject fits are executed

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo/study

LinkML Source

name: SubjectBatchMode
description: How a multi-subject dataset's per-subject fits are executed.
from_schema: https://w3id.org/tvbo/study
permissible_values:
  fan_out:
    text: fan_out
    description: One per-subject job; each binds its own targets at run time.
  on_device:
    text: on_device
    description: The whole cohort evaluated together as one vectorised on-device batch.