treelite
|
model structure for tree More...
#include <algorithm>
#include <vector>
#include <utility>
#include <unordered_map>
#include <string>
#include <limits>
#include <treelite/base.h>
#include <treelite/common.h>
#include <dmlc/logging.h>
Go to the source code of this file.
Classes | |
class | Tree |
in-memory representation of a decision tree More... | |
class | Tree::Node |
tree node More... | |
struct | ModelParam |
struct | Model |
thin wrapper for tree ensemble model More... | |
Functions | |
void | InitParamAndCheck (ModelParam *param, const std::vector< std::pair< std::string, std::string >> cfg) |