mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03:00
documentation fixes for kohonen_som
This commit is contained in:
parent
d31480169c
commit
4e7bf1566a
@ -277,8 +277,7 @@ void test1()
|
|||||||
|
|
||||||
/** Creates a random set of points distributed *near* the locus
|
/** Creates a random set of points distributed *near* the locus
|
||||||
* of the [Lamniscate of
|
* of the [Lamniscate of
|
||||||
* Gerono](https://en.wikipedia.org/wiki/Lemniscate_of_Gerono) and trains an SOM
|
* Gerono](https://en.wikipedia.org/wiki/Lemniscate_of_Gerono).
|
||||||
* that finds that circular pattern.
|
|
||||||
* \f{eqnarray*}{
|
* \f{eqnarray*}{
|
||||||
* \delta r &=& 0.2\\
|
* \delta r &=& 0.2\\
|
||||||
* \delta x &\in& [-\delta r, \delta r)\\
|
* \delta x &\in& [-\delta r, \delta r)\\
|
||||||
@ -371,7 +370,7 @@ void test2()
|
|||||||
free(W);
|
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
|
* 3D space with centroids at the points
|
||||||
* * \f$(0,5, 0.5, 0.5)\f$
|
* * \f$(0,5, 0.5, 0.5)\f$
|
||||||
* * \f$(0,5,-0.5, -0.5)\f$
|
* * \f$(0,5,-0.5, -0.5)\f$
|
||||||
|
Loading…
Reference in New Issue
Block a user