Treelite
Public Attributes | List of all members
Entry< ElementType > Union Template Reference

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

#include <predictor.h>

Public Attributes

int missing
 
ElementType fvalue
 

Detailed Description

template<typename ElementType>
union treelite::predictor::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.

Definition at line 34 of file predictor.h.


The documentation for this union was generated from the following file: