Create Xaode2 and add initializer factor in predict

This commit is contained in:
2025-03-03 12:38:05 +01:00
parent 9a8b960ce8
commit b2002d341c
4 changed files with 468 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ namespace platform {
class XBAODE : public ExpClf {
public:
XBAODE();
virtual ~XBAODE() override = default;
std::string getVersion() override { return version; };
protected:
void trainModel(const torch::Tensor& weights, const bayesnet::Smoothing_t smoothing) override;