Update BoostAODE class structure

This commit is contained in:
2024-04-02 09:52:40 +02:00
parent a5a29eb66f
commit 56b5158ff3
2 changed files with 12 additions and 11 deletions

View File

@@ -11,16 +11,7 @@
#include "bayesnet/utils/loguru.cpp"
namespace bayesnet {
struct {
std::string CFS = "CFS";
std::string FCBF = "FCBF";
std::string IWSS = "IWSS";
}SelectFeatures;
struct {
std::string ASC = "asc";
std::string DESC = "desc";
std::string RAND = "rand";
}Orders;
BoostAODE::BoostAODE(bool predict_voting) : Ensemble(predict_voting)
{
validHyperparameters = {