SaveDataToCSV takes in a absolute filepath, as well as a 2D array of 'X' values and a 1D array of 'Y', or expected values, concatenates the format to the same as LoadDataFromCSV, and saves that data to a file, returning any errors. highPrecision is a boolean where if true the values will be stored
(filepath string, x [][]float64, y []float64, highPrecision bool)
source not stored for this graph (policy: none)
no outgoing calls