Refactor tests and add FeatureSelection tests
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user