quantile_normalize

Function quantile_normalize 

Source
pub fn quantile_normalize(data: &Array2<f64>) -> Result<Array2<f64>>
Expand description

Quantile normalization - forces features to have the same distribution Useful when features should be on the same scale but have different distributions