treelite
treelite Directory Reference
Directory dependency graph for treelite:
/home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/latest/include/treelite

Directories

directory  detail
 
directory  enum
 

Files

file  c_api.h [code]
 C API of Treelite, used for interfacing with other languages.
 
file  c_api_error.h [code]
 Error handling for C API.
 
file  contiguous_array.h [code]
 A simple array container, with owned or non-owned (externally allocated) buffer.
 
file  error.h [code]
 Exception class used throughout the Treelite codebase.
 
file  gtil.h [code]
 General Tree Inference Library (GTIL), providing a reference implementation for predicting with decision trees.
 
file  logging.h [code]
 logging facility for Treelite
 
file  model_builder.h [code]
 C++ API for constructing Model objects.
 
file  model_loader.h [code]
 Functions for loading tree models from disk or file stream.
 
file  pybuffer_frame.h [code]
 Data structure to enable zero-copy exchange in Python.
 
file  thread_local.h [code]
 Helper class for thread-local storage.
 
file  tree.h [code]
 model structure for tree ensemble