GrowingNeuralGas icon indicating copy to clipboard operation
GrowingNeuralGas copied to clipboard

Moving topological heighbours

Open NandreyN opened this issue 5 years ago • 0 comments

Good afternoon. Noticed a bug in implementation, probably. I suppose you should update a weight of a neighbour n by moving it to the observed point x. So that way L81 should be placed inside for loop and be changed to store update for node n, not s_1 Am I wrong?

https://github.com/AdrienGuille/GrowingNeuralGas/blob/abd12c6ab236cdf524537e13286416882e02919d/gng.py#L81-L83

NandreyN avatar Jan 28 '20 07:01 NandreyN