update description

This commit is contained in:
Krishna Vedala 2020-06-03 14:53:43 -04:00
parent 313b39ab16
commit ae2ee4b0cf

View File

@ -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.