MCPcopy Create free account
hub / github.com/TheAlgorithms/C / save_nd_data

Function save_nd_data

machine_learning/kohonen_som_trace.c:70–95  ·  view source on GitHub ↗

* Save a given n-dimensional data martix to file. * * \param [in] fname filename to save in (gets overwriten without confirmation) * \param [in] X matrix to save * \param [in] num_points rows in the matrix = number of points * \param [in] num_features columns in the matrix = dimensions of points * \returns 0 if all ok * \returns -1 if file creation failed */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test1Function · 0.85
test2Function · 0.85
test3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected