Refactor library structure
This commit is contained in:
12
pyclfs/XGBoost.h
Normal file
12
pyclfs/XGBoost.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef XGBOOST_H
|
||||
#define XGBOOST_H
|
||||
#include "PyClassifier.h"
|
||||
|
||||
namespace pywrap {
|
||||
class XGBoost : public PyClassifier {
|
||||
public:
|
||||
XGBoost();
|
||||
~XGBoost() = default;
|
||||
};
|
||||
} /* namespace pywrap */
|
||||
#endif /* XGBOOST_H */
|
Reference in New Issue
Block a user