Refactor tests and add FeatureSelection tests

This commit is contained in:
2024-04-02 17:38:48 +02:00
parent 56b5158ff3
commit de23303801
6 changed files with 159 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
#include "TestUtils.h"
TEST_CASE("Metrics Test", "[BayesNet]")
TEST_CASE("Metrics Test", "[Metrics]")
{
std::string file_name = GENERATE("glass", "iris", "ecoli", "diabetes");
map<std::string, pair<int, std::vector<int>>> resultsKBest = {