Function rustml::csv::from_csv_string [] [src]

pub fn from_csv_string(s: &str, sep: &str) -> Result<Matrix<f64>, &'static str>

Reads a matrix from a CSV.

The elements are of the type f64.