Fit PyWrap into BayesNet

This commit is contained in:
2023-11-13 11:13:32 +01:00
parent 6a23e2cc26
commit 431b3a3aa5
15 changed files with 48 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ namespace pywrap {
SVC() : PyClassifier("sklearn.svm", "SVC") {};
~SVC() = default;
std::string version();
void setHyperparameters(const nlohmann::json& hyperparameters) override;
void setHyperparameters(nlohmann::json& hyperparameters) override;
};
} /* namespace pywrap */