|
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 | common.h [code] |
| Some useful utilities.
|
|
file | compiler.h [code] |
| Interface of compiler that compiles a tree ensemble model.
|
|
file | data.h [code] |
| Input data structure of treelite.
|
|
file | frontend.h [code] |
| Collection of front-end methods to load or construct ensemble model.
|
|
file | logging.h [code] |
| logging facility for treelite
|
|
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
|
|