You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My main question is how to call the ptsne.cpp script in an OSX terminal?
It looks in the input data just needs to be parameters on each line and then the PCA components for each row separated by spaces between columns. Apologies if this is out-of-scope but I can post my code (if it works) on here if anyone would find it useful.
thanks for you interest in the fast tSNE implementation.
You can, however, not call the ptsne.cppdirectly, but have to compile it into a binary first.
This is why the VizBin.jar integrates these and locally installs a binary matching the respective OS.
This is also what @piotr-gawron referred to, i.e., you must have a binary compiled for the respective OS.
Thanks @claczny, I know you're busy with PhD stuff (from one of the VizBin threads) so I really appreciate the response. If VizBin is already compiled on a local machine, can the binary that it generates can be used for this? Or would it need to be generated separately.
I want to write a Python wrapper that calls the very fast implementation in https://github.com/claczny/VizBin/blob/master/src/backend/bh_tsne/ptsne.cpp in the backend and then load the embeddings into
pandas
ornumpy
.My main question is how to call the ptsne.cpp script in an OSX terminal?
It looks in the input data just needs to be parameters on each line and then the PCA components for each row separated by spaces between columns. Apologies if this is out-of-scope but I can post my code (if it works) on here if anyone would find it useful.
Suggested new issue via #15
The text was updated successfully, but these errors were encountered: