pavlin-policar / openTSNE

Extensible, parallel implementations of t-SNE
https://opentsne.rtfd.io
BSD 3-Clause "New" or "Revised" License
1.42k stars 157 forks source link

Make exact KL computation accept dof #245

Closed dkobak closed 11 months ago

dkobak commented 11 months ago

Make kl_divergence_exact() accept dof parameter.

This does NOT fix #238 but is related to it.

dkobak commented 11 months ago

Hmm, the tests fail with fatal error: fftw3.h: No such file or directory and I don't know how this is related to the changes I did...