BayesNet/README.md

584 B

BayesNet

Bayesian Network Classifier with libtorch from scratch

0. Setup

Before compiling BayesNet.

boost library

Getting Started

libxlswriter

cd lib/libxlsxwriter
make
sudo make install

It has to be installed in /usr/local/lib otherwise CMakeLists.txt has to be modified accordingly

Environment variable has to be set:

 export LD_LIBRARY_PATH=/usr/local/lib

Release

make release

Debug & Tests

make debug

1. Introduction