Update test

This commit is contained in:
2024-02-27 10:16:20 +01:00
parent d39a17089e
commit f10d0daf2e
2 changed files with 8 additions and 1 deletions

View File

@@ -250,7 +250,7 @@ TEST_CASE("BoostAODE predict_single", "[BayesNet]")
auto raw = RawDatasets("glass", true);
std::map<bool, double> scores{
{true, 0.84579f }, { false, 0.81308f }
{true, 0.84579f }, { false, 0.80841f }
};
for (const bool kind : { true, false}) {
auto clf = bayesnet::BoostAODE();