Add KDBNew fix computeCPT error

This commit is contained in:
2023-08-05 14:40:42 +02:00
parent a1c6ab18f3
commit 1a09ccca4c
17 changed files with 192 additions and 111 deletions

View File

@@ -14,6 +14,9 @@ setup: ## Install dependencies for tests and coverage
dependency: ## Create a dependency graph diagram of the project (build/dependency.png)
cd build && cmake .. --graphviz=dependency.dot && dot -Tpng dependency.dot -o dependency.png
build: ## Build the main and BayesNetSample
cmake --build build -t main -t BayesNetSample -j 32
debug: ## Build a debug version of the project
@echo ">>> Building Debug BayesNet ...";
@if [ -d ./build ]; then rm -rf ./build; fi