mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
update description
This commit is contained in:
parent
313b39ab16
commit
ae2ee4b0cf
@ -1,9 +1,9 @@
|
||||
/**
|
||||
* \file
|
||||
* \brief [Kohonen self organizing
|
||||
* map](https://en.wikipedia.org/wiki/Self-organizing_map) (1D)
|
||||
* map](https://en.wikipedia.org/wiki/Self-organizing_map) (data tracing)
|
||||
*
|
||||
* This example implements a powerful self organizing map algorithm in 1D.
|
||||
* This example implements a powerful self organizing map algorithm.
|
||||
* The algorithm creates a connected network of weights that closely
|
||||
* follows the given data points. This this creates a chain of nodes that
|
||||
* resembles the given input shape.
|
||||
|
Loading…
Reference in New Issue
Block a user