documentation fixes for kohonen_som

This commit is contained in:
Krishna Vedala 2020-06-10 09:11:36 -04:00
parent d31480169c
commit 4e7bf1566a
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 2 additions and 3 deletions

View File

@ -277,8 +277,7 @@ void test1()
/** Creates a random set of points distributed *near* the locus
* of the [Lamniscate of
* Gerono](https://en.wikipedia.org/wiki/Lemniscate_of_Gerono) and trains an SOM
* that finds that circular pattern.
* Gerono](https://en.wikipedia.org/wiki/Lemniscate_of_Gerono).
* \f{eqnarray*}{
* \delta r &=& 0.2\\
* \delta x &\in& [-\delta r, \delta r)\\
@ -371,7 +370,7 @@ void test2()
free(W);
}
/** creates a random set of points distributed in four clusters in
/** 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$