mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
remove invalid parameter from function docs
This commit is contained in:
parent
9b61ef94b7
commit
d0e0a07f16
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user