Fix XA1DE integration

This commit is contained in:
2025-02-27 09:23:47 +01:00
parent b055065e59
commit 4e3043b2d1
6 changed files with 12 additions and 56 deletions

View File

@@ -10,12 +10,7 @@
namespace platform {
ExpClf::ExpClf() : semaphore_{ CountingSemaphore::getInstance() }, Boost(false)
{
}
void ExpClf::setHyperparameters(const nlohmann::json& hyperparameters)
{
if (!hyperparameters.empty()) {
throw std::invalid_argument("Invalid hyperparameters" + hyperparameters.dump());
}
validHyperparameters = {};
}
//
// Predict