Exporting Dataset Functions

OPFLearn.save_statsMethod

Saves the last iteration of level 1 stats to a csv file. If the csv file does not already exist then calls save_stats to save the stats data with a header to a new csv file.

source

Managing Results

OPFLearn.results_to_arrayMethod

Takes the results objects from a create samples run and converts them to a single array. Requires the save_order, an array of variables, to save from the results objects. Takes optional boolean arguments header, whether to include a header as the first row, and imag_j, whether to convert complex data values to strings and replace 'im' with 'j' for datasets that are to be used outside of the Julia environment.

source