MCPcopy Create free account
hub / github.com/cdipaolo/goml / SaveDataToCSV

Function SaveDataToCSV

base/data.go:164–219  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

initFunction · 0.92
initFunction · 0.92
SaveClusteredDataMethod · 0.92
SaveClusteredDataMethod · 0.92

Calls

no outgoing calls

Tested by 11

initFunction · 0.74
initFunction · 0.74