Treelite
treelite Directory Reference

Files

file  annotator.h [code]
 Branch annotation tools.
 
file  base.h [code]
 defines configuration macros of Treelite
 
file  c_api.h [code]
 C API of Treelite, used for interfacing with other languages This header is excluded from the runtime.
 
file  c_api_common.h [code]
 C API of Treelite, used for interfacing with other languages This header is used by both the runtime and the main package.
 
file  c_api_error.h [code]
 Error handling for C API.
 
file  c_api_runtime.h [code]
 C API of Treelite, used for interfacing with other languages This header is used exclusively by the runtime.
 
file  compiler.h [code]
 Interface of compiler that compiles a tree ensemble model.
 
file  compiler_param.h [code]
 Parameters for tree compiler.
 
file  data.h [code]
 Input data structure of Treelite.
 
file  filesystem.h [code]
 Cross-platform wrapper for common filesystem functions.
 
file  frontend.h [code]
 Collection of front-end methods to load or construct ensemble model.
 
file  frontend_impl.h [code]
 Implementation for frontend.h.
 
file  gtil.h [code]
 General Tree Inference Library (GTIL), providing a reference implementation for predicting with decision trees. GTIL is useful in cases it is infeasible to build the tree models as native shared libs.
 
file  logging.h [code]
 logging facility for Treelite
 
file  math.h [code]
 Some useful math utilities.
 
file  omp.h [code]
 compatiblity wrapper for systems that don't support OpenMP
 
file  predictor.h [code]
 Load prediction function exported as a shared library.
 
file  tree.h [code]
 model structure for tree ensemble
 
file  tree_impl.h [code]
 Implementation for tree.h.
 
file  typeinfo.h [code]
 Defines TypeInfo class and utilities.