Skip to main content

normalized

Function normalized 

Source
pub fn normalized(data: &ArrayView2<'_, f64>) -> Result<Array2<f64>>
Expand description

Z-score normalise a raw sensor array and return a new array.

See normalize for details.