Add SPODE
This commit is contained in:
14
src/SPODE.h
Normal file
14
src/SPODE.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SPODE_H
|
||||
#define SPODE_H
|
||||
#include "BaseClassifier.h"
|
||||
namespace bayesnet {
|
||||
class SPODE : public BaseClassifier {
|
||||
private:
|
||||
int root;
|
||||
protected:
|
||||
void train() override;
|
||||
public:
|
||||
SPODE(int root);
|
||||
};
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user