Add tests to 90% coverage

This commit is contained in:
2025-03-14 14:53:22 +01:00
parent c234308701
commit 400967b4e3
14 changed files with 943 additions and 463 deletions

View File

@@ -8,7 +8,6 @@
#define BOOSTAODE_H
#include <string>
#include <vector>
#include "bayesnet/classifiers/SPODE.h"
#include "Boost.h"
namespace bayesnet {
@@ -23,4 +22,4 @@ namespace bayesnet {
std::vector<int> initializeModels(const Smoothing_t smoothing);
};
}
#endif
#endif