1231f4522a1daf6cb679799c5179f236c978a34f
Reviewed-on: #23
BayesNet
Bayesian Network Classifiers using libtorch from scratch
Installation
Release
make release
make buildr
sudo make install
Debug & Tests
make debug
make test
make coverage
Sample app
After building and installing the release version, you can run the sample app with the following commands:
make sample
make sample fname=tests/data/glass.arff
Models
BoostAODE
Languages
C++
94.8%
Makefile
2.1%
CMake
1.3%
Python
1%
Dockerfile
0.4%
Other
0.4%