651f84b562deb56b3f41fd1b3da4b54716087c34
BayesNet
Bayesian Network Classifier with libtorch from scratch
0. Setup
Before compiling BayesNet.
boost library
The best option is install the packages that the Linux distribution have in its repository. If this is the case:
sudo dnf install boost-devel
If this is not possible and the compressed packaged is installed, the following environment variable has to be set:
export BOOST_ROOT=/path/to/library/
libxlswriter
cd lib/libxlsxwriter
make
make install DESTDIR=/home/rmontanana/Code PREFIX=
Environment variable has to be set:
export LD_LIBRARY_PATH=/usr/local/lib
Release
make release
Debug & Tests
make debug
1. Introduction
Languages
C++
94.8%
Makefile
2.1%
CMake
1.3%
Python
1%
Dockerfile
0.4%
Other
0.4%