Installation
Download an executable file from the GitHub download page for your system and off you go, or do the following:
Download the code from the download page.
Compile it by typing something like the following:
g++ -m64 -O3 *.cpp -o bayesnetty
Start using BayesNetty!