Refactor Network and create Metrics class

This commit is contained in:
2023-07-11 22:23:49 +02:00
parent c7e2042c6e
commit d1eaab6408
7 changed files with 137 additions and 190 deletions

View File

@@ -1,2 +1,2 @@
add_library(BayesNet Network.cc Node.cc)
add_library(BayesNet Network.cc Node.cc Metrics.cc)
target_link_libraries(BayesNet "${TORCH_LIBRARIES}")