treelite
|
defines configuration macros of treelite More...
#include <string>
#include <unordered_map>
#include <cstdint>
Go to the source code of this file.
Typedefs | |
typedef float | tl_float |
float type to be used internally | |
Enumerations | |
enum | SplitFeatureType : int8_t { kNone, kNumerical, kCategorical } |
feature split type | |
enum | Operator : int8_t { kEQ, kLT, kLE, kGT, kGE } |
comparison operators | |
Variables | |
const std::unordered_map< std::string, Operator > | optable |
conversion table from string to operator, defined in optable.cc More... | |
const std::unordered_map< std::string, Operator > optable |
conversion table from string to operator, defined in optable.cc
Definition at line 12 of file optable.cc.