Ricardo Montañana Gómez fc81730dfc Merge pull request 'Exchange OpenXLSX to libxlsxwriter' (#8) from libxlsxwriter into main
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
2023-09-20 11:17:16 +00:00
2023-07-17 22:51:15 +02:00
2023-09-02 13:58:12 +02:00
2023-09-20 01:09:58 +02:00
2023-09-20 13:15:33 +02:00
2023-09-03 14:13:10 +02:00
2023-08-07 00:44:12 +02:00
2023-09-20 01:09:58 +02:00
2023-09-20 01:09:58 +02:00
2023-06-29 19:52:57 +00:00
2023-09-03 14:07:11 +02:00
2023-09-18 23:26:22 +02:00

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

Description
Bayesian Network Classifiers using libtorch from scratch
Readme MIT 14 MiB
2025-07-19 20:52:59 +00:00
Languages
C++ 94.8%
Makefile 2.1%
CMake 1.3%
Python 1%
Dockerfile 0.4%
Other 0.4%