Add items to .clang-format

This commit is contained in:
2025-03-17 11:39:33 +01:00
parent 7076efc2a1
commit 6bf3b939bc
3 changed files with 196 additions and 164 deletions

View File

@@ -162,7 +162,7 @@ TEST_CASE("Bisection Best", "[BoostA2DE]")
{"maxTolerance", 3},
{"convergence", true},
{"block_update", false},
{"convergence_best", false},
{"convergence_best", true},
});
clf.fit(raw.X_train, raw.y_train, raw.features, raw.className, raw.states, raw.smoothing);
REQUIRE(clf.getNumberOfNodes() == 480);
@@ -215,4 +215,4 @@ TEST_CASE("Test graph b2a2de", "[BoostA2DE]")
REQUIRE(graph.size() == 26);
REQUIRE(graph[0] == "digraph BayesNet {\nlabel=<BayesNet BoostA2DE_0>\nfontsize=30\nfontcolor=blue\nlabelloc=t\nlayout=circo\n");
REQUIRE(graph[1] == "\"class\" [shape=circle, fontcolor=red, fillcolor=lightblue, style=filled ] \n");
}
}