I'm just starting to look into t-SNE and I've noticed another library, tsnejs, can be initialized with a distance matrix. This library looks like it computes distances every step — is there a reason it can't just accept a distance matrix upfront?
Thanks! 😄