lejon / T-SNE-Java

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

License #12

Closed tolomaus closed 8 years ago

tolomaus commented 8 years ago

Hi Leif,

Could you tell me under what license your code exists?

I would like to use it for a commercial project but only internally.

Thanks in advance

lejon commented 8 years ago

Hi,

It's a 3-clause BSD license so commercial use is allowed.

https://github.com/lejon/T-SNE-Java/blob/master/tsne-core/LICENSE.md

Best regards, -Leif

On 26 Sep 2016, at 22:05, Niek Bartholomeus notifications@github.com wrote:

Hi Leif,

Could you tell me under what license your code exists?

I would like to use it for a commercial project but only internally.

Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

tolomaus commented 8 years ago

Cool thanks for making your work publicly available, much appreciated!