Create BoostA2DE base class
This commit is contained in:
13
bayesnet/ensembles/boost.h
Normal file
13
bayesnet/ensembles/boost.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef BOOST_H
|
||||
#define BOOST_H
|
||||
const struct {
|
||||
std::string CFS = "CFS";
|
||||
std::string FCBF = "FCBF";
|
||||
std::string IWSS = "IWSS";
|
||||
}SelectFeatures;
|
||||
const struct {
|
||||
std::string ASC = "asc";
|
||||
std::string DESC = "desc";
|
||||
std::string RAND = "rand";
|
||||
}Orders;
|
||||
#endif
|
Reference in New Issue
Block a user