7 #ifndef TREELITE_BASE_H_ 8 #define TREELITE_BASE_H_ 11 #include <unordered_map> 20 kNone, kNumerical, kCategorical
31 extern const std::unordered_map<std::string, Operator>
optable;
35 #endif // TREELITE_BASE_H_ SplitFeatureType
feature split type
float tl_float
float type to be used internally
const std::unordered_map< std::string, Operator > optable
conversion table from string to operator, defined in optable.cc
Operator
comparison operators