saehm / DruidJS

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

Sammon Mapping? #14

Closed Fil closed 3 years ago

Fil commented 3 years ago

I was going to ask about Sammon Mapping and just saw this JS implementation https://observablehq.com/@jonnydedwards/animated-sammon-map

Fil commented 3 years ago

I see SAMMON is implemented, but there is a bug when calling the generator version: max_iter is not defined (line 118).

saehm commented 3 years ago

I started implementing it but was not able to finish it. In the meanwhile, I added the implementation from https://observablehq.com/@jonnydedwards/animated-sammon-map for now.

Thanks :)