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

Function test1

machine_learning/kohonen_som_trace.cpp:233–262  ·  view source on GitHub ↗

Test that creates a random set of points distributed *near* the * circumference of a circle and trains an SOM that finds that circular pattern. * The following [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) * files are created to validate the execution: * * `test1.csv`: random test samples points with a circular pattern * * `w11.csv`: initial random map * * `w12.csv`: trained SO

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 4

test_circleFunction · 0.85
save_nd_dataFunction · 0.85
kohonen_som_tracerFunction · 0.85
_randomFunction · 0.70

Tested by

no test coverage detected