BayesNet/README.md

1.1 KiB

BayesNet

C++ License: MIT Gitea Release Codacy Badge Gitea Last Commit

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