remove invalid parameter from function docs

This commit is contained in:
Krishna Vedala 2020-06-04 21:33:33 -04:00
parent 9b61ef94b7
commit d0e0a07f16

View File

@ -130,7 +130,6 @@ void update_weights(const std::valarray<double> &x,
*
* \param[in] X data set
* \param[in,out] W weights matrix
* \param[in] D temporary vector to store distances
* \param[in] alpha_min terminal value of alpha
*/
void kohonen_som_tracer(const std::vector<std::valarray<double>> &X,