e3888e15031b50418096f7214fd7072e454ef1b4
Reviewed-on: https://gitea.rmontanana.es:3000/rmontanana/BayesNet/pulls/9 Add best results management, build, report, build all & report all
BayesNet
Bayesian Network Classifier with libtorch from scratch
0. Setup
libxlswriter
Before compiling BayesNet.
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
Languages
C++
94.8%
Makefile
2.1%
CMake
1.3%
Python
1%
Dockerfile
0.4%
Other
0.4%