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

Function test_3d_classes

machine_learning/kohonen_som_trace.c:410–441  ·  view source on GitHub ↗

Creates a random set of points distributed in four clusters in * 3D space with centroids at the points * * \f$(0,5, 0.5, 0.5)\f$ * * \f$(0,5,-0.5, -0.5)\f$ * * \f$(-0,5, 0.5, 0.5)\f$ * * \f$(-0,5,-0.5, -0.5)\f$ * * \param[out] data matrix to store data in * \param[in] N number of points required */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test3Function · 0.85

Calls 1

_randomFunction · 0.70

Tested by

no test coverage detected