MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / test3

Function test3

machine_learning/kohonen_som_trace.cpp:414–443  ·  view source on GitHub ↗

Test that creates a random set of points distributed in six clusters in * 3D space. The following * [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) files are created * to validate the execution: * * `test3.csv`: random test samples points with a circular pattern * * `w31.csv`: initial random map * * `w32.csv`: trained SOM map * * The outputs can be readily plotted in [gnuplot](

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 4

test_3d_classesFunction · 0.85
save_nd_dataFunction · 0.85
kohonen_som_tracerFunction · 0.85
_randomFunction · 0.70

Tested by

no test coverage detected