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

@@ -9,7 +9,7 @@ namespace pywrap {
STree() : PyClassifier("stree", "Stree") {};
~STree() = default;
std::string graph();
void setHyperparameters(const nlohmann::json& hyperparameters) override;
void setHyperparameters(nlohmann::json& hyperparameters) override;
};
} /* namespace pywrap */
#endif /* STREE_H */