Skip to main content

standardize

Function standardize 

Source
pub fn standardize(data: &[f64]) -> Result<Vec<f64>, String>
Expand description

Min-max normalization: (xi - min) / (max - min).