diff --git a/Makefile b/Makefile
index 3cbac96..e694663 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ sample: ## Build sample
opt = ""
test: ## Run tests (opt="-s") to verbose output the tests, (opt="-c='Test Maximum Spanning Tree'") to run only that section
- @echo ">>> Running BayesNet & Platform tests...";
+ @echo ">>> Running BayesNet tests...";
@$(MAKE) clean
@cmake --build $(f_debug) -t $(test_targets) $(n_procs)
@for t in $(test_targets); do \
@@ -116,15 +116,10 @@ test: ## Run tests (opt="-s") to verbose output the tests, (opt="-c='Test Maximu
coverage: ## Run tests and generate coverage report (build/index.html)
@echo ">>> Building tests with coverage..."
@which $(gcovr) || (echo ">>> Please install gcovr"; exit 1)
- @$(MAKE) test
- @$(gcovr) $(f_debug)/tests
- @echo ">>> Done";
-
-viewcoverage: ## Run tests, generate coverage report and upload it to codecov (build/index.html)
@which $(lcov) || (echo ">>> Please install lcov"; exit 1)
@which $(genhtml) || (echo ">>> Please install lcov"; exit 1)
- @echo ">>> Building tests with coverage..."
- @$(MAKE) coverage
+ @$(MAKE) test
+ @$(gcovr) $(f_debug)/tests
@echo ">>> Building report..."
@cd $(f_debug)/tests; \
$(lcov) --directory . --capture --output-file coverage.info >/dev/null 2>&1; \
@@ -135,10 +130,18 @@ viewcoverage: ## Run tests, generate coverage report and upload it to codecov (b
$(lcov) --remove coverage.info 'bayesnet/utils/loguru.*' --ignore-errors unused --output-file coverage.info >/dev/null 2>&1
@$(genhtml) $(f_debug)/tests/coverage.info --output-directory html >/dev/null 2>&1;
@$(MAKE) updatebadge
+ @echo ">>> Done";
+
+viewcoverage: ## View the html coverage report
@xdg-open html/index.html || open html/index.html 2>/dev/null
@echo ">>> Done";
updatebadge: ## Update the coverage badge in README.md
+ @which python || (echo ">>> Please install python"; exit 1)
+ @if [ ! -f $(f_debug)/tests/coverage.info ]; then \
+ echo ">>> No coverage.info file found. Run make coverage first!"; \
+ exit 1; \
+ fi
@echo ">>> Updating coverage badge..."
@env python update_coverage.py $(f_debug)/tests
@echo ">>> Done";
diff --git a/README.md b/README.md
index 2fe225e..82b171f 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=rmontanana_BayesNet&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=rmontanana_BayesNet)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=rmontanana_BayesNet&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=rmontanana_BayesNet)
![Gitea Last Commit](https://img.shields.io/gitea/last-commit/rmontanana/bayesnet?gitea_url=https://gitea.rmontanana.es:3000&logo=gitea)
-[![Static Badge](https://img.shields.io/badge/Coverage-97,2%25-green)](html/index.html)
+[![Coverage Badge](https://img.shields.io/badge/Coverage-97,2%25-green)](html/index.html)
Bayesian Network Classifiers using libtorch from scratch
@@ -22,6 +22,12 @@ unzip libtorch-shared-with-deps-latest.zips
## Setup
+### Getting the code
+
+```bash
+git clone --recurse-submodules https://github.com/doctorado-ml/bayesnet
+```
+
### Release
```bash
@@ -35,9 +41,20 @@ sudo make install
```bash
make debug
make test
+```
+
+### Coverage
+
+```bash
make coverage
```
+or
+
+```bash
+make viewcoverage
+```
+
### Sample app
After building and installing the release version, you can run the sample app with the following commands:
@@ -60,3 +77,7 @@ make sample fname=tests/data/glass.arff
### Dependency Diagram
![BayesNet Dependency Diagram](diagrams/dependency.svg)
+
+## Coverage report
+
+[Coverage report](html/index.html)
diff --git a/html/bayesnet/BaseClassifier.h.func-c.html b/html/bayesnet/BaseClassifier.h.func-c.html
index 8f1584c..21a4102 100644
--- a/html/bayesnet/BaseClassifier.h.func-c.html
+++ b/html/bayesnet/BaseClassifier.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/BaseClassifier.h.func.html b/html/bayesnet/BaseClassifier.h.func.html
index 9a47e1c..d605349 100644
--- a/html/bayesnet/BaseClassifier.h.func.html
+++ b/html/bayesnet/BaseClassifier.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/BaseClassifier.h.gcov.html b/html/bayesnet/BaseClassifier.h.gcov.html
index 6492e92..b02c7b5 100644
--- a/html/bayesnet/BaseClassifier.h.gcov.html
+++ b/html/bayesnet/BaseClassifier.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Classifier.cc.func-c.html b/html/bayesnet/classifiers/Classifier.cc.func-c.html
index e5eb6a6..21dea48 100644
--- a/html/bayesnet/classifiers/Classifier.cc.func-c.html
+++ b/html/bayesnet/classifiers/Classifier.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Classifier.cc.func.html b/html/bayesnet/classifiers/Classifier.cc.func.html
index 1ccc779..675fe07 100644
--- a/html/bayesnet/classifiers/Classifier.cc.func.html
+++ b/html/bayesnet/classifiers/Classifier.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Classifier.cc.gcov.html b/html/bayesnet/classifiers/Classifier.cc.gcov.html
index 17c8089..4938421 100644
--- a/html/bayesnet/classifiers/Classifier.cc.gcov.html
+++ b/html/bayesnet/classifiers/Classifier.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Classifier.h.func-c.html b/html/bayesnet/classifiers/Classifier.h.func-c.html
index 1db8252..ada695f 100644
--- a/html/bayesnet/classifiers/Classifier.h.func-c.html
+++ b/html/bayesnet/classifiers/Classifier.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Classifier.h.func.html b/html/bayesnet/classifiers/Classifier.h.func.html
index 30874c3..19d18ba 100644
--- a/html/bayesnet/classifiers/Classifier.h.func.html
+++ b/html/bayesnet/classifiers/Classifier.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Classifier.h.gcov.html b/html/bayesnet/classifiers/Classifier.h.gcov.html
index 04bf73a..beca027 100644
--- a/html/bayesnet/classifiers/Classifier.h.gcov.html
+++ b/html/bayesnet/classifiers/Classifier.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDB.cc.func-c.html b/html/bayesnet/classifiers/KDB.cc.func-c.html
index 8c7385a..703c1ab 100644
--- a/html/bayesnet/classifiers/KDB.cc.func-c.html
+++ b/html/bayesnet/classifiers/KDB.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDB.cc.func.html b/html/bayesnet/classifiers/KDB.cc.func.html
index 19feb2a..22ed16d 100644
--- a/html/bayesnet/classifiers/KDB.cc.func.html
+++ b/html/bayesnet/classifiers/KDB.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDB.cc.gcov.html b/html/bayesnet/classifiers/KDB.cc.gcov.html
index 4694323..99d4bd1 100644
--- a/html/bayesnet/classifiers/KDB.cc.gcov.html
+++ b/html/bayesnet/classifiers/KDB.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDB.h.func-c.html b/html/bayesnet/classifiers/KDB.h.func-c.html
index 9956de3..1d6cc56 100644
--- a/html/bayesnet/classifiers/KDB.h.func-c.html
+++ b/html/bayesnet/classifiers/KDB.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDB.h.func.html b/html/bayesnet/classifiers/KDB.h.func.html
index e4959a3..c49d1aa 100644
--- a/html/bayesnet/classifiers/KDB.h.func.html
+++ b/html/bayesnet/classifiers/KDB.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDB.h.gcov.html b/html/bayesnet/classifiers/KDB.h.gcov.html
index 3cf9e99..9d800a6 100644
--- a/html/bayesnet/classifiers/KDB.h.gcov.html
+++ b/html/bayesnet/classifiers/KDB.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDBLd.cc.func-c.html b/html/bayesnet/classifiers/KDBLd.cc.func-c.html
index 59bfcea..c4325c5 100644
--- a/html/bayesnet/classifiers/KDBLd.cc.func-c.html
+++ b/html/bayesnet/classifiers/KDBLd.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDBLd.cc.func.html b/html/bayesnet/classifiers/KDBLd.cc.func.html
index f97fcaa..37fe319 100644
--- a/html/bayesnet/classifiers/KDBLd.cc.func.html
+++ b/html/bayesnet/classifiers/KDBLd.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDBLd.cc.gcov.html b/html/bayesnet/classifiers/KDBLd.cc.gcov.html
index 76d836e..c372188 100644
--- a/html/bayesnet/classifiers/KDBLd.cc.gcov.html
+++ b/html/bayesnet/classifiers/KDBLd.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDBLd.h.func-c.html b/html/bayesnet/classifiers/KDBLd.h.func-c.html
index 982874f..d011794 100644
--- a/html/bayesnet/classifiers/KDBLd.h.func-c.html
+++ b/html/bayesnet/classifiers/KDBLd.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDBLd.h.func.html b/html/bayesnet/classifiers/KDBLd.h.func.html
index 3bebc1a..864acdb 100644
--- a/html/bayesnet/classifiers/KDBLd.h.func.html
+++ b/html/bayesnet/classifiers/KDBLd.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/KDBLd.h.gcov.html b/html/bayesnet/classifiers/KDBLd.h.gcov.html
index 64879d1..4718826 100644
--- a/html/bayesnet/classifiers/KDBLd.h.gcov.html
+++ b/html/bayesnet/classifiers/KDBLd.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Proposal.cc.func-c.html b/html/bayesnet/classifiers/Proposal.cc.func-c.html
index f64bdf7..ad4f28c 100644
--- a/html/bayesnet/classifiers/Proposal.cc.func-c.html
+++ b/html/bayesnet/classifiers/Proposal.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Proposal.cc.func.html b/html/bayesnet/classifiers/Proposal.cc.func.html
index 6800d0c..4180906 100644
--- a/html/bayesnet/classifiers/Proposal.cc.func.html
+++ b/html/bayesnet/classifiers/Proposal.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/Proposal.cc.gcov.html b/html/bayesnet/classifiers/Proposal.cc.gcov.html
index 4e6db9a..743d4ac 100644
--- a/html/bayesnet/classifiers/Proposal.cc.gcov.html
+++ b/html/bayesnet/classifiers/Proposal.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODE.cc.func-c.html b/html/bayesnet/classifiers/SPODE.cc.func-c.html
index 12d1c42..03e877d 100644
--- a/html/bayesnet/classifiers/SPODE.cc.func-c.html
+++ b/html/bayesnet/classifiers/SPODE.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODE.cc.func.html b/html/bayesnet/classifiers/SPODE.cc.func.html
index f748bb9..c58a512 100644
--- a/html/bayesnet/classifiers/SPODE.cc.func.html
+++ b/html/bayesnet/classifiers/SPODE.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODE.cc.gcov.html b/html/bayesnet/classifiers/SPODE.cc.gcov.html
index c87bd98..b83fd68 100644
--- a/html/bayesnet/classifiers/SPODE.cc.gcov.html
+++ b/html/bayesnet/classifiers/SPODE.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODE.h.func-c.html b/html/bayesnet/classifiers/SPODE.h.func-c.html
index ebcd40a..2c7cc48 100644
--- a/html/bayesnet/classifiers/SPODE.h.func-c.html
+++ b/html/bayesnet/classifiers/SPODE.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODE.h.func.html b/html/bayesnet/classifiers/SPODE.h.func.html
index 7130d03..3e3dde2 100644
--- a/html/bayesnet/classifiers/SPODE.h.func.html
+++ b/html/bayesnet/classifiers/SPODE.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODE.h.gcov.html b/html/bayesnet/classifiers/SPODE.h.gcov.html
index 1444ca4..6941aef 100644
--- a/html/bayesnet/classifiers/SPODE.h.gcov.html
+++ b/html/bayesnet/classifiers/SPODE.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODELd.cc.func-c.html b/html/bayesnet/classifiers/SPODELd.cc.func-c.html
index ed19e92..132c081 100644
--- a/html/bayesnet/classifiers/SPODELd.cc.func-c.html
+++ b/html/bayesnet/classifiers/SPODELd.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODELd.cc.func.html b/html/bayesnet/classifiers/SPODELd.cc.func.html
index b651695..faaada6 100644
--- a/html/bayesnet/classifiers/SPODELd.cc.func.html
+++ b/html/bayesnet/classifiers/SPODELd.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODELd.cc.gcov.html b/html/bayesnet/classifiers/SPODELd.cc.gcov.html
index c69df71..84af208 100644
--- a/html/bayesnet/classifiers/SPODELd.cc.gcov.html
+++ b/html/bayesnet/classifiers/SPODELd.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODELd.h.func-c.html b/html/bayesnet/classifiers/SPODELd.h.func-c.html
index 2fed6aa..1f39acb 100644
--- a/html/bayesnet/classifiers/SPODELd.h.func-c.html
+++ b/html/bayesnet/classifiers/SPODELd.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODELd.h.func.html b/html/bayesnet/classifiers/SPODELd.h.func.html
index 16b2df8..1443afd 100644
--- a/html/bayesnet/classifiers/SPODELd.h.func.html
+++ b/html/bayesnet/classifiers/SPODELd.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/SPODELd.h.gcov.html b/html/bayesnet/classifiers/SPODELd.h.gcov.html
index 46a58ea..ae12675 100644
--- a/html/bayesnet/classifiers/SPODELd.h.gcov.html
+++ b/html/bayesnet/classifiers/SPODELd.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TAN.cc.func-c.html b/html/bayesnet/classifiers/TAN.cc.func-c.html
index a7e588d..cd3e30d 100644
--- a/html/bayesnet/classifiers/TAN.cc.func-c.html
+++ b/html/bayesnet/classifiers/TAN.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TAN.cc.func.html b/html/bayesnet/classifiers/TAN.cc.func.html
index 2d412e5..2212fa4 100644
--- a/html/bayesnet/classifiers/TAN.cc.func.html
+++ b/html/bayesnet/classifiers/TAN.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TAN.cc.gcov.html b/html/bayesnet/classifiers/TAN.cc.gcov.html
index f7d1c21..e9bec0b 100644
--- a/html/bayesnet/classifiers/TAN.cc.gcov.html
+++ b/html/bayesnet/classifiers/TAN.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TAN.h.func-c.html b/html/bayesnet/classifiers/TAN.h.func-c.html
index 62d2630..cbb6283 100644
--- a/html/bayesnet/classifiers/TAN.h.func-c.html
+++ b/html/bayesnet/classifiers/TAN.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TAN.h.func.html b/html/bayesnet/classifiers/TAN.h.func.html
index 4bfe7ed..9a1efde 100644
--- a/html/bayesnet/classifiers/TAN.h.func.html
+++ b/html/bayesnet/classifiers/TAN.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TAN.h.gcov.html b/html/bayesnet/classifiers/TAN.h.gcov.html
index 30c107d..a8b4b61 100644
--- a/html/bayesnet/classifiers/TAN.h.gcov.html
+++ b/html/bayesnet/classifiers/TAN.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TANLd.cc.func-c.html b/html/bayesnet/classifiers/TANLd.cc.func-c.html
index 3a21441..479c946 100644
--- a/html/bayesnet/classifiers/TANLd.cc.func-c.html
+++ b/html/bayesnet/classifiers/TANLd.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TANLd.cc.func.html b/html/bayesnet/classifiers/TANLd.cc.func.html
index c159191..af2ec8a 100644
--- a/html/bayesnet/classifiers/TANLd.cc.func.html
+++ b/html/bayesnet/classifiers/TANLd.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TANLd.cc.gcov.html b/html/bayesnet/classifiers/TANLd.cc.gcov.html
index 79e628f..38a3d05 100644
--- a/html/bayesnet/classifiers/TANLd.cc.gcov.html
+++ b/html/bayesnet/classifiers/TANLd.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TANLd.h.func-c.html b/html/bayesnet/classifiers/TANLd.h.func-c.html
index e2d3cd2..0b4cc72 100644
--- a/html/bayesnet/classifiers/TANLd.h.func-c.html
+++ b/html/bayesnet/classifiers/TANLd.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TANLd.h.func.html b/html/bayesnet/classifiers/TANLd.h.func.html
index e625fdf..9aa6b0e 100644
--- a/html/bayesnet/classifiers/TANLd.h.func.html
+++ b/html/bayesnet/classifiers/TANLd.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/TANLd.h.gcov.html b/html/bayesnet/classifiers/TANLd.h.gcov.html
index eb76b52..2faafc7 100644
--- a/html/bayesnet/classifiers/TANLd.h.gcov.html
+++ b/html/bayesnet/classifiers/TANLd.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/index-sort-f.html b/html/bayesnet/classifiers/index-sort-f.html
index 10a5e27..7e8669d 100644
--- a/html/bayesnet/classifiers/index-sort-f.html
+++ b/html/bayesnet/classifiers/index-sort-f.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/index-sort-l.html b/html/bayesnet/classifiers/index-sort-l.html
index 5886fe8..e47c6a2 100644
--- a/html/bayesnet/classifiers/index-sort-l.html
+++ b/html/bayesnet/classifiers/index-sort-l.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/classifiers/index.html b/html/bayesnet/classifiers/index.html
index 9f03109..16c9cd1 100644
--- a/html/bayesnet/classifiers/index.html
+++ b/html/bayesnet/classifiers/index.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODE.cc.func-c.html b/html/bayesnet/ensembles/AODE.cc.func-c.html
index 8420b9d..d3ad76c 100644
--- a/html/bayesnet/ensembles/AODE.cc.func-c.html
+++ b/html/bayesnet/ensembles/AODE.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODE.cc.func.html b/html/bayesnet/ensembles/AODE.cc.func.html
index f87dca6..fcbba8f 100644
--- a/html/bayesnet/ensembles/AODE.cc.func.html
+++ b/html/bayesnet/ensembles/AODE.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODE.cc.gcov.html b/html/bayesnet/ensembles/AODE.cc.gcov.html
index fc36dbe..2ace5c3 100644
--- a/html/bayesnet/ensembles/AODE.cc.gcov.html
+++ b/html/bayesnet/ensembles/AODE.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODE.h.func-c.html b/html/bayesnet/ensembles/AODE.h.func-c.html
index dc70522..9756df5 100644
--- a/html/bayesnet/ensembles/AODE.h.func-c.html
+++ b/html/bayesnet/ensembles/AODE.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODE.h.func.html b/html/bayesnet/ensembles/AODE.h.func.html
index d8cd0b6..28f4cba 100644
--- a/html/bayesnet/ensembles/AODE.h.func.html
+++ b/html/bayesnet/ensembles/AODE.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODE.h.gcov.html b/html/bayesnet/ensembles/AODE.h.gcov.html
index 2e1cc74..8fbf254 100644
--- a/html/bayesnet/ensembles/AODE.h.gcov.html
+++ b/html/bayesnet/ensembles/AODE.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODELd.cc.func-c.html b/html/bayesnet/ensembles/AODELd.cc.func-c.html
index bbbf180..c4127b6 100644
--- a/html/bayesnet/ensembles/AODELd.cc.func-c.html
+++ b/html/bayesnet/ensembles/AODELd.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODELd.cc.func.html b/html/bayesnet/ensembles/AODELd.cc.func.html
index 81b9613..cf64435 100644
--- a/html/bayesnet/ensembles/AODELd.cc.func.html
+++ b/html/bayesnet/ensembles/AODELd.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODELd.cc.gcov.html b/html/bayesnet/ensembles/AODELd.cc.gcov.html
index 476adf4..608ff92 100644
--- a/html/bayesnet/ensembles/AODELd.cc.gcov.html
+++ b/html/bayesnet/ensembles/AODELd.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODELd.h.func-c.html b/html/bayesnet/ensembles/AODELd.h.func-c.html
index fc910db..f149f31 100644
--- a/html/bayesnet/ensembles/AODELd.h.func-c.html
+++ b/html/bayesnet/ensembles/AODELd.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODELd.h.func.html b/html/bayesnet/ensembles/AODELd.h.func.html
index a450927..4760745 100644
--- a/html/bayesnet/ensembles/AODELd.h.func.html
+++ b/html/bayesnet/ensembles/AODELd.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/AODELd.h.gcov.html b/html/bayesnet/ensembles/AODELd.h.gcov.html
index bb7bef6..6ce0ab6 100644
--- a/html/bayesnet/ensembles/AODELd.h.gcov.html
+++ b/html/bayesnet/ensembles/AODELd.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/BoostAODE.cc.func-c.html b/html/bayesnet/ensembles/BoostAODE.cc.func-c.html
index 6d9ab37..4212a23 100644
--- a/html/bayesnet/ensembles/BoostAODE.cc.func-c.html
+++ b/html/bayesnet/ensembles/BoostAODE.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/BoostAODE.cc.func.html b/html/bayesnet/ensembles/BoostAODE.cc.func.html
index 66352ee..a446760 100644
--- a/html/bayesnet/ensembles/BoostAODE.cc.func.html
+++ b/html/bayesnet/ensembles/BoostAODE.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/BoostAODE.cc.gcov.html b/html/bayesnet/ensembles/BoostAODE.cc.gcov.html
index 7c1f567..82f2511 100644
--- a/html/bayesnet/ensembles/BoostAODE.cc.gcov.html
+++ b/html/bayesnet/ensembles/BoostAODE.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/BoostAODE.h.func-c.html b/html/bayesnet/ensembles/BoostAODE.h.func-c.html
index 736efb7..306eec8 100644
--- a/html/bayesnet/ensembles/BoostAODE.h.func-c.html
+++ b/html/bayesnet/ensembles/BoostAODE.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/BoostAODE.h.func.html b/html/bayesnet/ensembles/BoostAODE.h.func.html
index eafa4c6..2823d68 100644
--- a/html/bayesnet/ensembles/BoostAODE.h.func.html
+++ b/html/bayesnet/ensembles/BoostAODE.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/BoostAODE.h.gcov.html b/html/bayesnet/ensembles/BoostAODE.h.gcov.html
index 86934e5..d6e190e 100644
--- a/html/bayesnet/ensembles/BoostAODE.h.gcov.html
+++ b/html/bayesnet/ensembles/BoostAODE.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/Ensemble.cc.func-c.html b/html/bayesnet/ensembles/Ensemble.cc.func-c.html
index 76197b5..76716e3 100644
--- a/html/bayesnet/ensembles/Ensemble.cc.func-c.html
+++ b/html/bayesnet/ensembles/Ensemble.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/Ensemble.cc.func.html b/html/bayesnet/ensembles/Ensemble.cc.func.html
index 7959c55..0afd5f1 100644
--- a/html/bayesnet/ensembles/Ensemble.cc.func.html
+++ b/html/bayesnet/ensembles/Ensemble.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/Ensemble.cc.gcov.html b/html/bayesnet/ensembles/Ensemble.cc.gcov.html
index 7e29967..baab61f 100644
--- a/html/bayesnet/ensembles/Ensemble.cc.gcov.html
+++ b/html/bayesnet/ensembles/Ensemble.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/Ensemble.h.func-c.html b/html/bayesnet/ensembles/Ensemble.h.func-c.html
index 65cb7ae..7e74306 100644
--- a/html/bayesnet/ensembles/Ensemble.h.func-c.html
+++ b/html/bayesnet/ensembles/Ensemble.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/Ensemble.h.func.html b/html/bayesnet/ensembles/Ensemble.h.func.html
index 12ee4d1..2389f98 100644
--- a/html/bayesnet/ensembles/Ensemble.h.func.html
+++ b/html/bayesnet/ensembles/Ensemble.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/Ensemble.h.gcov.html b/html/bayesnet/ensembles/Ensemble.h.gcov.html
index 0bd3673..5d807b0 100644
--- a/html/bayesnet/ensembles/Ensemble.h.gcov.html
+++ b/html/bayesnet/ensembles/Ensemble.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/index-sort-f.html b/html/bayesnet/ensembles/index-sort-f.html
index df51294..cec41df 100644
--- a/html/bayesnet/ensembles/index-sort-f.html
+++ b/html/bayesnet/ensembles/index-sort-f.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/index-sort-l.html b/html/bayesnet/ensembles/index-sort-l.html
index 637943b..f9c0fb2 100644
--- a/html/bayesnet/ensembles/index-sort-l.html
+++ b/html/bayesnet/ensembles/index-sort-l.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/ensembles/index.html b/html/bayesnet/ensembles/index.html
index c19334b..465c3c2 100644
--- a/html/bayesnet/ensembles/index.html
+++ b/html/bayesnet/ensembles/index.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/CFS.cc.func-c.html b/html/bayesnet/feature_selection/CFS.cc.func-c.html
index 9db3561..6b63902 100644
--- a/html/bayesnet/feature_selection/CFS.cc.func-c.html
+++ b/html/bayesnet/feature_selection/CFS.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/CFS.cc.func.html b/html/bayesnet/feature_selection/CFS.cc.func.html
index 36fbee8..cff5915 100644
--- a/html/bayesnet/feature_selection/CFS.cc.func.html
+++ b/html/bayesnet/feature_selection/CFS.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/CFS.cc.gcov.html b/html/bayesnet/feature_selection/CFS.cc.gcov.html
index a227d60..65913b4 100644
--- a/html/bayesnet/feature_selection/CFS.cc.gcov.html
+++ b/html/bayesnet/feature_selection/CFS.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/CFS.h.func-c.html b/html/bayesnet/feature_selection/CFS.h.func-c.html
index cf1c59c..4756128 100644
--- a/html/bayesnet/feature_selection/CFS.h.func-c.html
+++ b/html/bayesnet/feature_selection/CFS.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/CFS.h.func.html b/html/bayesnet/feature_selection/CFS.h.func.html
index ae092ed..174307b 100644
--- a/html/bayesnet/feature_selection/CFS.h.func.html
+++ b/html/bayesnet/feature_selection/CFS.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/CFS.h.gcov.html b/html/bayesnet/feature_selection/CFS.h.gcov.html
index 6578a15..62e61ff 100644
--- a/html/bayesnet/feature_selection/CFS.h.gcov.html
+++ b/html/bayesnet/feature_selection/CFS.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FCBF.cc.func-c.html b/html/bayesnet/feature_selection/FCBF.cc.func-c.html
index 055a209..7271290 100644
--- a/html/bayesnet/feature_selection/FCBF.cc.func-c.html
+++ b/html/bayesnet/feature_selection/FCBF.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FCBF.cc.func.html b/html/bayesnet/feature_selection/FCBF.cc.func.html
index e122521..0d2f9ad 100644
--- a/html/bayesnet/feature_selection/FCBF.cc.func.html
+++ b/html/bayesnet/feature_selection/FCBF.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FCBF.cc.gcov.html b/html/bayesnet/feature_selection/FCBF.cc.gcov.html
index f274fbc..0927ddc 100644
--- a/html/bayesnet/feature_selection/FCBF.cc.gcov.html
+++ b/html/bayesnet/feature_selection/FCBF.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FCBF.h.func-c.html b/html/bayesnet/feature_selection/FCBF.h.func-c.html
index fba4f09..049052a 100644
--- a/html/bayesnet/feature_selection/FCBF.h.func-c.html
+++ b/html/bayesnet/feature_selection/FCBF.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FCBF.h.func.html b/html/bayesnet/feature_selection/FCBF.h.func.html
index a2731be..e7585ab 100644
--- a/html/bayesnet/feature_selection/FCBF.h.func.html
+++ b/html/bayesnet/feature_selection/FCBF.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FCBF.h.gcov.html b/html/bayesnet/feature_selection/FCBF.h.gcov.html
index 14216e2..022d803 100644
--- a/html/bayesnet/feature_selection/FCBF.h.gcov.html
+++ b/html/bayesnet/feature_selection/FCBF.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FeatureSelect.cc.func-c.html b/html/bayesnet/feature_selection/FeatureSelect.cc.func-c.html
index 84eaaeb..7fd49a0 100644
--- a/html/bayesnet/feature_selection/FeatureSelect.cc.func-c.html
+++ b/html/bayesnet/feature_selection/FeatureSelect.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FeatureSelect.cc.func.html b/html/bayesnet/feature_selection/FeatureSelect.cc.func.html
index 8f5eafe..8d6d330 100644
--- a/html/bayesnet/feature_selection/FeatureSelect.cc.func.html
+++ b/html/bayesnet/feature_selection/FeatureSelect.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FeatureSelect.cc.gcov.html b/html/bayesnet/feature_selection/FeatureSelect.cc.gcov.html
index 12fbe0f..e7a0c08 100644
--- a/html/bayesnet/feature_selection/FeatureSelect.cc.gcov.html
+++ b/html/bayesnet/feature_selection/FeatureSelect.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FeatureSelect.h.func-c.html b/html/bayesnet/feature_selection/FeatureSelect.h.func-c.html
index 7b1bbbf..19f475b 100644
--- a/html/bayesnet/feature_selection/FeatureSelect.h.func-c.html
+++ b/html/bayesnet/feature_selection/FeatureSelect.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FeatureSelect.h.func.html b/html/bayesnet/feature_selection/FeatureSelect.h.func.html
index 24e2380..e29a6fd 100644
--- a/html/bayesnet/feature_selection/FeatureSelect.h.func.html
+++ b/html/bayesnet/feature_selection/FeatureSelect.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/FeatureSelect.h.gcov.html b/html/bayesnet/feature_selection/FeatureSelect.h.gcov.html
index 5812114..0f25a63 100644
--- a/html/bayesnet/feature_selection/FeatureSelect.h.gcov.html
+++ b/html/bayesnet/feature_selection/FeatureSelect.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/IWSS.cc.func-c.html b/html/bayesnet/feature_selection/IWSS.cc.func-c.html
index fd76cca..a45fffb 100644
--- a/html/bayesnet/feature_selection/IWSS.cc.func-c.html
+++ b/html/bayesnet/feature_selection/IWSS.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/IWSS.cc.func.html b/html/bayesnet/feature_selection/IWSS.cc.func.html
index 14e0666..1f08e8d 100644
--- a/html/bayesnet/feature_selection/IWSS.cc.func.html
+++ b/html/bayesnet/feature_selection/IWSS.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/IWSS.cc.gcov.html b/html/bayesnet/feature_selection/IWSS.cc.gcov.html
index 24a540c..9dd4289 100644
--- a/html/bayesnet/feature_selection/IWSS.cc.gcov.html
+++ b/html/bayesnet/feature_selection/IWSS.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/IWSS.h.func-c.html b/html/bayesnet/feature_selection/IWSS.h.func-c.html
index 0e3ebcc..80f6733 100644
--- a/html/bayesnet/feature_selection/IWSS.h.func-c.html
+++ b/html/bayesnet/feature_selection/IWSS.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/IWSS.h.func.html b/html/bayesnet/feature_selection/IWSS.h.func.html
index acdd456..e9101b3 100644
--- a/html/bayesnet/feature_selection/IWSS.h.func.html
+++ b/html/bayesnet/feature_selection/IWSS.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/IWSS.h.gcov.html b/html/bayesnet/feature_selection/IWSS.h.gcov.html
index 205f28f..d848c67 100644
--- a/html/bayesnet/feature_selection/IWSS.h.gcov.html
+++ b/html/bayesnet/feature_selection/IWSS.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/index-sort-f.html b/html/bayesnet/feature_selection/index-sort-f.html
index c5d80b2..34ae8d1 100644
--- a/html/bayesnet/feature_selection/index-sort-f.html
+++ b/html/bayesnet/feature_selection/index-sort-f.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/index-sort-l.html b/html/bayesnet/feature_selection/index-sort-l.html
index 96f5f93..3c10ce7 100644
--- a/html/bayesnet/feature_selection/index-sort-l.html
+++ b/html/bayesnet/feature_selection/index-sort-l.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/feature_selection/index.html b/html/bayesnet/feature_selection/index.html
index df773f3..13df33b 100644
--- a/html/bayesnet/feature_selection/index.html
+++ b/html/bayesnet/feature_selection/index.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/index-sort-f.html b/html/bayesnet/index-sort-f.html
index be8ff89..d556a88 100644
--- a/html/bayesnet/index-sort-f.html
+++ b/html/bayesnet/index-sort-f.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/index-sort-l.html b/html/bayesnet/index-sort-l.html
index 1e2b677..921df1a 100644
--- a/html/bayesnet/index-sort-l.html
+++ b/html/bayesnet/index-sort-l.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/index.html b/html/bayesnet/index.html
index e2abc60..84f9ffc 100644
--- a/html/bayesnet/index.html
+++ b/html/bayesnet/index.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Network.cc.func-c.html b/html/bayesnet/network/Network.cc.func-c.html
index 594a181..55e29cb 100644
--- a/html/bayesnet/network/Network.cc.func-c.html
+++ b/html/bayesnet/network/Network.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Network.cc.func.html b/html/bayesnet/network/Network.cc.func.html
index 20dc02f..dd99d8e 100644
--- a/html/bayesnet/network/Network.cc.func.html
+++ b/html/bayesnet/network/Network.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Network.cc.gcov.html b/html/bayesnet/network/Network.cc.gcov.html
index 801bed2..4363428 100644
--- a/html/bayesnet/network/Network.cc.gcov.html
+++ b/html/bayesnet/network/Network.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Network.h.func-c.html b/html/bayesnet/network/Network.h.func-c.html
index 7b5a131..75c26d7 100644
--- a/html/bayesnet/network/Network.h.func-c.html
+++ b/html/bayesnet/network/Network.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Network.h.func.html b/html/bayesnet/network/Network.h.func.html
index 4076ad4..8f64703 100644
--- a/html/bayesnet/network/Network.h.func.html
+++ b/html/bayesnet/network/Network.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Network.h.gcov.html b/html/bayesnet/network/Network.h.gcov.html
index 2ef5b1b..5adf6f6 100644
--- a/html/bayesnet/network/Network.h.gcov.html
+++ b/html/bayesnet/network/Network.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Node.cc.func-c.html b/html/bayesnet/network/Node.cc.func-c.html
index 032dde5..b16ae9d 100644
--- a/html/bayesnet/network/Node.cc.func-c.html
+++ b/html/bayesnet/network/Node.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Node.cc.func.html b/html/bayesnet/network/Node.cc.func.html
index 3eca79f..082f906 100644
--- a/html/bayesnet/network/Node.cc.func.html
+++ b/html/bayesnet/network/Node.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/Node.cc.gcov.html b/html/bayesnet/network/Node.cc.gcov.html
index 88a4c74..2146c2a 100644
--- a/html/bayesnet/network/Node.cc.gcov.html
+++ b/html/bayesnet/network/Node.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/index-sort-f.html b/html/bayesnet/network/index-sort-f.html
index b39ff17..2d61d45 100644
--- a/html/bayesnet/network/index-sort-f.html
+++ b/html/bayesnet/network/index-sort-f.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/index-sort-l.html b/html/bayesnet/network/index-sort-l.html
index e7c5e99..6ea7de2 100644
--- a/html/bayesnet/network/index-sort-l.html
+++ b/html/bayesnet/network/index-sort-l.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/network/index.html b/html/bayesnet/network/index.html
index 47b6d99..c03a06e 100644
--- a/html/bayesnet/network/index.html
+++ b/html/bayesnet/network/index.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/BayesMetrics.cc.func-c.html b/html/bayesnet/utils/BayesMetrics.cc.func-c.html
index 7e2f43d..655ef7b 100644
--- a/html/bayesnet/utils/BayesMetrics.cc.func-c.html
+++ b/html/bayesnet/utils/BayesMetrics.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/BayesMetrics.cc.func.html b/html/bayesnet/utils/BayesMetrics.cc.func.html
index a500dca..82fcc97 100644
--- a/html/bayesnet/utils/BayesMetrics.cc.func.html
+++ b/html/bayesnet/utils/BayesMetrics.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/BayesMetrics.cc.gcov.html b/html/bayesnet/utils/BayesMetrics.cc.gcov.html
index 57438ce..44cbc62 100644
--- a/html/bayesnet/utils/BayesMetrics.cc.gcov.html
+++ b/html/bayesnet/utils/BayesMetrics.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/BayesMetrics.h.func-c.html b/html/bayesnet/utils/BayesMetrics.h.func-c.html
index 3efc16e..36534e8 100644
--- a/html/bayesnet/utils/BayesMetrics.h.func-c.html
+++ b/html/bayesnet/utils/BayesMetrics.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/BayesMetrics.h.func.html b/html/bayesnet/utils/BayesMetrics.h.func.html
index c9ce940..ab12dc0 100644
--- a/html/bayesnet/utils/BayesMetrics.h.func.html
+++ b/html/bayesnet/utils/BayesMetrics.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/BayesMetrics.h.gcov.html b/html/bayesnet/utils/BayesMetrics.h.gcov.html
index 8f74599..02f0588 100644
--- a/html/bayesnet/utils/BayesMetrics.h.gcov.html
+++ b/html/bayesnet/utils/BayesMetrics.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/Mst.cc.func-c.html b/html/bayesnet/utils/Mst.cc.func-c.html
index 1083dcf..0e18943 100644
--- a/html/bayesnet/utils/Mst.cc.func-c.html
+++ b/html/bayesnet/utils/Mst.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/Mst.cc.func.html b/html/bayesnet/utils/Mst.cc.func.html
index bdace1b..e33bc55 100644
--- a/html/bayesnet/utils/Mst.cc.func.html
+++ b/html/bayesnet/utils/Mst.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/Mst.cc.gcov.html b/html/bayesnet/utils/Mst.cc.gcov.html
index ca89f3e..1c8ee61 100644
--- a/html/bayesnet/utils/Mst.cc.gcov.html
+++ b/html/bayesnet/utils/Mst.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/Mst.h.func-c.html b/html/bayesnet/utils/Mst.h.func-c.html
index b5801f5..d93c838 100644
--- a/html/bayesnet/utils/Mst.h.func-c.html
+++ b/html/bayesnet/utils/Mst.h.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/Mst.h.func.html b/html/bayesnet/utils/Mst.h.func.html
index 6350287..868bf49 100644
--- a/html/bayesnet/utils/Mst.h.func.html
+++ b/html/bayesnet/utils/Mst.h.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/Mst.h.gcov.html b/html/bayesnet/utils/Mst.h.gcov.html
index 202ec88..7a122de 100644
--- a/html/bayesnet/utils/Mst.h.gcov.html
+++ b/html/bayesnet/utils/Mst.h.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/bayesnetUtils.cc.func-c.html b/html/bayesnet/utils/bayesnetUtils.cc.func-c.html
index 27e5275..95c38f5 100644
--- a/html/bayesnet/utils/bayesnetUtils.cc.func-c.html
+++ b/html/bayesnet/utils/bayesnetUtils.cc.func-c.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/bayesnetUtils.cc.func.html b/html/bayesnet/utils/bayesnetUtils.cc.func.html
index 0ade43a..2c6e2f1 100644
--- a/html/bayesnet/utils/bayesnetUtils.cc.func.html
+++ b/html/bayesnet/utils/bayesnetUtils.cc.func.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/bayesnetUtils.cc.gcov.html b/html/bayesnet/utils/bayesnetUtils.cc.gcov.html
index 627c05a..fbac7cf 100644
--- a/html/bayesnet/utils/bayesnetUtils.cc.gcov.html
+++ b/html/bayesnet/utils/bayesnetUtils.cc.gcov.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/index-sort-f.html b/html/bayesnet/utils/index-sort-f.html
index 23233b4..d4bbb7c 100644
--- a/html/bayesnet/utils/index-sort-f.html
+++ b/html/bayesnet/utils/index-sort-f.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/index-sort-l.html b/html/bayesnet/utils/index-sort-l.html
index 7fe8316..7486957 100644
--- a/html/bayesnet/utils/index-sort-l.html
+++ b/html/bayesnet/utils/index-sort-l.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/bayesnet/utils/index.html b/html/bayesnet/utils/index.html
index 264a0a1..655a208 100644
--- a/html/bayesnet/utils/index.html
+++ b/html/bayesnet/utils/index.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/index-sort-f.html b/html/index-sort-f.html
index af7fb3a..984c162 100644
--- a/html/index-sort-f.html
+++ b/html/index-sort-f.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/index-sort-l.html b/html/index-sort-l.html
index c0c4366..9daeec0 100644
--- a/html/index-sort-l.html
+++ b/html/index-sort-l.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/html/index.html b/html/index.html
index 380826b..56896ae 100644
--- a/html/index.html
+++ b/html/index.html
@@ -37,7 +37,7 @@
-
+
|
diff --git a/update_coverage.py b/update_coverage.py
index 7ad537b..238a27f 100644
--- a/update_coverage.py
+++ b/update_coverage.py
@@ -20,7 +20,7 @@ if value < 90:
print("â›”Coverage is less than 90%. I won't update the badge.")
sys.exit(1)
percentage = output.decode("utf-8").strip().replace(".", ",")
-coverage_line = f"[![Static Badge](https://img.shields.io/badge/Coverage-{percentage}25-green)](html/index.html)"
+coverage_line = f"[![Coverage Badge](https://img.shields.io/badge/Coverage-{percentage}25-green)](html/index.html)"
# Update README.md
with open(readme_file, "r") as f:
lines = f.readlines()