|
void | BuildAST (const ModelImpl< ThresholdType, LeafOutputType > &model) |
|
std::vector< bool > | GenerateIsCategoricalArray () |
|
bool | FoldCode (double magnitude_req, bool create_new_translation_unit=false) |
|
void | Split (int parallel_comp) |
|
void | QuantizeThresholds () |
|
void | LoadDataCounts (const std::vector< std::vector< size_t >> &counts) |
|
std::string | GetDump () const |
|
const ASTNode * | GetRootNode () |
|
template<typename ThresholdType, typename LeafOutputType>
class treelite::compiler::ASTBuilder< ThresholdType, LeafOutputType >
Definition at line 23 of file builder.h.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/builder.h
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/build.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/dump.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/fold_code.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/is_categorical_array.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/load_data_counts.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/quantize.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/1.1.0/src/compiler/ast/split.cc