Include version number in header file
This commit is contained in:
@@ -3,6 +3,7 @@ if(ENABLE_TESTING)
|
||||
${Folding_SOURCE_DIR}
|
||||
${Folding_SOURCE_DIR}/lib/Files
|
||||
${Folding_SOURCE_DIR}/lib/mdlp
|
||||
${CMAKE_BINARY_DIR}/configured_files/include
|
||||
)
|
||||
set(TEST_FOLDING "unit_tests_folding")
|
||||
add_executable(${TEST_FOLDING} TestFolding.cc TestUtils.cc)
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include <tuple>
|
||||
#include "ArffFiles.h"
|
||||
#include "CPPFImdlp.h"
|
||||
#include "config_folding.h"
|
||||
#include "config.h"
|
||||
|
||||
bool file_exists(const std::string& name);
|
||||
std::pair<vector<mdlp::labels_t>, map<std::string, int>> discretize(std::vector<mdlp::samples_t>& X, mdlp::labels_t& y, std::vector<string> features);
|
||||
|
Reference in New Issue
Block a user