saehm / DruidJS

A JavaScript Library for Dimensionality Reduction
107 stars 9 forks source link

Kohonen SOM? #12

Open Fil opened 3 years ago

Fil commented 3 years ago

I'm not sure if self-organizing maps are in the scope of this tool, but the algorithm is simple enough to consider. See https://observablehq.com/@fil/som-delaunay for an example. (I might do a PR at some point if you're open to the idea.)