lejon / TSne.jl

Julia port of L.J.P. van der Maaten and G.E. Hintons T-SNE visualisation technique.
Other
143 stars 25 forks source link

User-specified distances #18

Closed alyst closed 6 years ago

alyst commented 6 years ago

Basically, it's #16 with my suggestions + support for specifying metrics from Distances.jl. We still have a single tsne() method, but keyarg distance= allows specifying how to treat X and how to calculate distance.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.01%) to 99.306% when pulling 98d6b448211a68e84cf7a42fe14b0844d8b0b043 on alyst:user_dist into 1f5eef45b1554b021929839bf4b98a2786cda25d on lejon:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.01%) to 99.306% when pulling 98d6b448211a68e84cf7a42fe14b0844d8b0b043 on alyst:user_dist into 1f5eef45b1554b021929839bf4b98a2786cda25d on lejon:master.

alyst commented 6 years ago

Fixed the bug noticed in #14: perplexities() input D should be the squared distances matrix.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 99.315% when pulling eea900929bcf883e6a1b8e761a35e42e85a95f58 on alyst:user_dist into 1f5eef45b1554b021929839bf4b98a2786cda25d on lejon:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 99.315% when pulling eea900929bcf883e6a1b8e761a35e42e85a95f58 on alyst:user_dist into 1f5eef45b1554b021929839bf4b98a2786cda25d on lejon:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 99.315% when pulling eea900929bcf883e6a1b8e761a35e42e85a95f58 on alyst:user_dist into 1f5eef45b1554b021929839bf4b98a2786cda25d on lejon:master.