Treelite
|
Load prediction function exported as a shared library. More...
#include <treelite/logging.h>
#include <treelite/typeinfo.h>
#include <treelite/c_api_runtime.h>
#include <treelite/data.h>
#include <string>
#include <memory>
#include <mutex>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | OMPException |
OMP Exception class catches, saves and rethrows exception from OMP blocks. More... | |
union | Entry< ElementType > |
data layout. The value -1 signifies the missing value. When the "missing" field is set to -1, the "fvalue" field is set to NaN (Not a Number), so there is no danger for mistaking between missing values and non-missing values. More... | |
class | SharedLibrary |
class | PredFunction |
class | PredFunctionImpl< ThresholdType, LeafOutputType > |
class | Predictor |
predictor class: wrapper for optimized prediction code More... | |
Load prediction function exported as a shared library.
Copyright (c) 2017-2021 by Contributors
Definition in file predictor.h.