[][src]Function simple_ml::make_vector_float

pub fn make_vector_float<T>(input: &Vec<T>) -> Vec<f64> where
    T: Display + Copy