Treelite
|
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_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 | entry.h [code] |
Entry type for Treelite predictor. | |
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 | 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. | |