treelite
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  include
  treelite
  detail
 contiguous_array.hImplementation for ContiguousArray
 file_utils.hHelper functions for manipulating files
 omp_exception.hUtility to propagate exceptions throws inside an OpenMP block
 serializer.hBuilding blocks for serializers
 serializer_mixins.hMix-in classes for serializers
 threading_utils.hHelper functions for threading with OpenMP
 tree.hImplementation for treelite/tree.h
  enum
 operator.hDefine enum type Operator
 task_type.hDefine enum type TaskType
 tree_node_type.hDefine enum type NodeType
 typeinfo.hDefines enum type TypeInfo
 c_api.hC API of Treelite, used for interfacing with other languages
 c_api_error.hError handling for C API
 contiguous_array.hA simple array container, with owned or non-owned (externally allocated) buffer
 error.hException class used throughout the Treelite codebase
 gtil.hGeneral Tree Inference Library (GTIL), providing a reference implementation for predicting with decision trees
 logging.hLogging facility for Treelite
 model_builder.hC++ API for constructing Model objects
 model_loader.hFunctions for loading tree models from disk or file stream
 pybuffer_frame.hData structure to enable zero-copy exchange in Python
 thread_local.hHelper class for thread-local storage
 tree.hModel structure for tree ensemble