treelite
|
Load prediction function exported as a shared library. More...
#include <dmlc/logging.h>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | CSRBatch |
sparse batch in Compressed Sparse Row (CSR) format More... | |
struct | DenseBatch |
dense batch More... | |
class | Predictor |
predictor class: wrapper for optimized prediction code More... | |
union | Predictor::Entry |
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... | |
Load prediction function exported as a shared library.
Copyright (c) 2017 by Contributors
Definition in file predictor.h.