Begin with parameter estimation
This commit is contained in:
@@ -12,4 +12,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS}")
|
||||
|
||||
# add_library(BayesNet Node.cc Network.cc)
|
||||
add_executable(BayesNet main.cc ArffFiles.cc Node.cc Network.cc CPPFImdlp.cpp Metrics.cpp)
|
||||
target_link_libraries(BayesNet "${TORCH_LIBRARIES}")
|
||||
add_executable(test test.cc)
|
||||
target_link_libraries(BayesNet "${TORCH_LIBRARIES}")
|
||||
target_link_libraries(test "${TORCH_LIBRARIES}")
|
Reference in New Issue
Block a user