pub fn convert_to_array(data: Vec<Analysis>) -> AnalysisArrayExpand description
Convert a vector of Analyses into a 2D array
ยงPanics
Will panic if the shape of the data does not match the number of features, should never happen
pub fn convert_to_array(data: Vec<Analysis>) -> AnalysisArrayConvert a vector of Analyses into a 2D array
Will panic if the shape of the data does not match the number of features, should never happen