/py-bhtsne

Python wrapper for the BH tSNE CLI application.

Primary LanguagePython

py-bhtsne

A modified Python wrapper to call the excellent BH tSNE programatically.

Compile the bh_tsne executable and place in same directory as bh_tsne.py:

git clone https://github.com/lvdmaaten/bhtsne.git

g++ sptree.cpp tsne.cpp -o bh_tsne -O2