Bayesian Network Classifiers using libtorch from scratch
Ricardo Montañana Gómez
fc81730dfc
Add multiple sheets to excel file Add format and color to sheets Add comparison with ZeroR Add comparison with Best Results Separate contextual menu from general in manage |
||
---|---|---|
.vscode | ||
cmake/modules | ||
config | ||
data | ||
diagrams | ||
lib | ||
sample | ||
src | ||
tests | ||
.clang-tidy | ||
.clang-uml | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
gcovr.cfg | ||
LICENSE | ||
Makefile | ||
README.md |
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