-
Notifications
You must be signed in to change notification settings - Fork 14
Building
This documentation is outdated and has to be updated.
To build the project simply go to the VizBin/
directory and type make
. This will build the dimension reduction binaries and then build VizBin executables. After successful build of the project run make install
. This will copy VizBin-dist.jar
to the VizBin/
directory. Now you can run VizBin by executing the following command: java -jar VizBin-dist.jar
or double-clicking on the VizBin-dist.jar
file.
VizBin is based on C/C++ code which is compiled into a binary to allow fast computation of the two-dimensional embeddding.
Should you be interested in modifying the underlying source code, you will simply have to run make
in the VizBin/bh_tsne
directory to recompile the code integrating your modifications.
Should you have made changes to the Java code and would now like to create a distributable .jar
file, you simply have to run make
command in VizBin/ directory.