lejon / T-SNE-Java

Pure Java implementation of Van Der Maaten and Hinton's t-sne clustering algorithm
197 stars 60 forks source link

JavaFX version with support for coloring labels #9

Open andrewcmyers opened 8 years ago

andrewcmyers commented 8 years ago

This is a bit nicer than the Swing version, I think, and adds a little functionality for coloring.

lejon commented 8 years ago

Thanks for your contribution Andrew! Could you please update the POM with source version 1.8 so that the Travis builds pass before I merge?

Best Regards, -Leif

andrewcmyers commented 8 years ago

Hi Leif,

I'm not really a Maven user so I don't know what this entails. I haven't touched any of the pom files, just added one .java file.

Leif Jonsson mailto:notifications@github.com July 18, 2016 at 5:28 AM

Thanks for your contribution Andrew! Could you please update the POM with source version 1.8 so that the Travis builds pass before I merge?

Best Regards, -Leif

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lejon/T-SNE-Java/pull/9#issuecomment-233283589, or mute the thread https://github.com/notifications/unsubscribe-auth/AEaNxd_ap5ewn1ZL8cO9JBJU-VWIQcjxks5qW0dWgaJpZM4JOFRj.

-- Andrew