treelite
Classes
predictor.h File Reference

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

#include <dmlc/logging.h>
#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

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

Detailed Description

Load prediction function exported as a shared library.

Copyright (c) 2017 by Contributors

Author
Philip Cho

Definition in file predictor.h.