seracio / kohonen

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

expose a function to get the value of a single datum #60

Open nmondon opened 4 years ago

nmondon commented 4 years ago

Actually, you can use findBestMatchingUnit, but it assums that your vector is already normalized...

This will be useful to get vector positions from data others than the training set