Adding Metrics

This commit is contained in:
2023-07-12 03:24:40 +02:00
parent 8b6624e08a
commit 1af3edd050
13 changed files with 1302 additions and 229 deletions

View File

@@ -32,6 +32,7 @@ setup(
"bayesclass/BayesNetwork.pyx",
"bayesclass/Network.cc",
"bayesclass/Node.cc",
"bayesclass/Metrics.cc",
],
include_dirs=include_paths(),
),