pub fn denormalize( input: &ArrayD<f64>, mean: &[f64], std: &[f64], ) -> Result<ArrayD<f64>, AugmentationError>
Denormalize input: x * std[c] + mean[c] (inverse of normalize).
x * std[c] + mean[c]
normalize