convert_to_array

Function convert_to_array 

Source
pub fn convert_to_array(data: Vec<Analysis>) -> AnalysisArray
Expand 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