pub fn apply_input_standardization(x: &mut Array2<f64>, scales: &[f64])
Apply per-column standardization to a data matrix using precomputed scales.