Installation

Download an executable file from the GitHub download page for your system and off you go, or do the following:

  1. Download the code from the download page.

  2. Compile it by typing something like the following:

g++ -m64 -O3 *.cpp -o bayesnetty
  1. Start using BayesNetty!