Function train_test_split_vector_f

Source
pub fn train_test_split_vector_f(
    input: &Vec<f64>,
    percentage: f64,
) -> (Vec<f64>, Vec<f64>)