pub fn normalize_data( data: &Array2<f64>, method: NormMethod, epsilon: f64, ) -> Result<Array2<f64>, NormError>