scienceai / tsne-js

t-distributed stochastic neighbor embedding (t-SNE) algorithm implemented in JavaScript
https://scienceai.github.io/tsne-js
Apache License 2.0
243 stars 36 forks source link

Added custom distance function #6

Open arilotter opened 8 years ago

arilotter commented 8 years ago

Changed pairwise distances to allow a custom distance function to be passed in. Updated documentation to reflect this change.