Treelite
Classes
predictor.h File Reference

Load prediction function exported as a shared library. More...

#include <dmlc/logging.h>
#include <treelite/typeinfo.h>
#include <treelite/c_api_runtime.h>
#include <treelite/data.h>
#include <string>
#include <memory>
#include <cstdint>
Include dependency graph for predictor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Detailed Description

Load prediction function exported as a shared library.

Copyright (c) 2017-2020 by Contributors

Author
Hyunsu Cho

Definition in file predictor.h.