Add Maximum Spanning Tree test

This commit is contained in:
2023-10-05 15:45:36 +02:00
parent da8d018ec4
commit 36b0277576
4 changed files with 35 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
#include "TestUtils.h"
#include "KDB.h"
TEST_CASE("Test Bayesian Network")
TEST_CASE("Test Bayesian Network", "[BayesNet]")
{
auto [Xd, y, features, className, states] = loadFile("iris");