Add SPnDE n=2

This commit is contained in:
2025-03-13 10:58:43 +01:00
parent 4ded6f51eb
commit c234308701
7 changed files with 775 additions and 16 deletions

View File

@@ -8,17 +8,10 @@
#define XBAODE_H
#include <vector>
#include <cmath>
#include <algorithm>
#include <limits>
#include "bayesnet/classifiers/XSPODE.h"
#include "Boost.h"
namespace bayesnet {
class XBAODE : public Boost {
// Hay que hacer un vector de modelos entrenados y hacer un predict ensemble con todos ellos
// Probar XA1DE con smooth original y laplace y comprobar diferencias si se pasan pesos a 1 o a 1/m
public:
XBAODE();
std::string getVersion() override { return version; };
@@ -33,4 +26,4 @@ namespace bayesnet {
std::string version = "0.9.7";
};
}
#endif // XBAODE_H
#endif // XBAODE_H