seracio / kohonen

A basic implementation of a Kohonen map in JavaScript
MIT License
13 stars 5 forks source link

What about U-matrix ? #22

Closed nmondon closed 8 years ago

nmondon commented 8 years ago

The U-Matrix value of a particular node is the average distance between the node's weight vector and that of its closest neighbors.