emmi.pipeline.batch_processors.moment_normalization¶
Classes¶
Normalizes a value with its mean and standard deviation (i.e., its moments). |
Module Contents¶
- class emmi.pipeline.batch_processors.moment_normalization.MomentNormalizationBatchProcessor(items, mean, std)¶
Bases:
ksuit.data.pipeline.BatchProcessorNormalizes a value with its mean and standard deviation (i.e., its moments).
Initializes the MomentNormalizationPostCollator
- Parameters:
mean (collections.abc.Sequence[float]) – the mean of the value.
std (collections.abc.Sequence[float]) – the standard deviation of the value.
- items¶
- mean_tensor¶
- std_tensor¶