← Back to API reference neuralset.events.etypes.CategoricalEvent¶ pydantic model neuralset.events.etypes.CategoricalEvent[source][source]¶ Base class for categorical events. Categorical events represent discrete labels or categories (e.g., stimulus codes, sleep stages, artifact types) rather than pointing to data files. Fields: requirements: tp.ClassVar[tuple[str, ...]] = ()[source]¶ type: tp.ClassVar[str] = 'CategoricalEvent'[source]¶ ← Back to API reference