[][src]Function artha::neural_net::normaize_val

pub fn normaize_val<T>(max: Vec<T>, array: &mut Array2<T>) where
    T: Copy + Default + PartialOrd + Div + From<f64>,
    f64: From<T>, 

Divides each value in the array with the given max value