physioex.data.ZScoreNormalize#
- class physioex.data.ZScoreNormalize(mode='per_subject', eps=1e-08)[source]#
Bases:
PreprocessingStepPer-subject per-channel z-score normalization.
Available as an optional pipeline element; not part of default presets. Global dataset-level scaling is a future phase.
Methods
__init__([mode, eps])compile(fs_in)Precompute any expensive state and return a callable specialized for fs_in.
spec()Return canonical, hashable text repr.