Treelite
entry.h
Go to the documentation of this file.
1 
7 #ifndef TREELITE_ENTRY_H_
8 #define TREELITE_ENTRY_H_
9 
15  int missing;
16  float fvalue;
17  // may contain extra fields later, such as qvalue
18 };
19 
20 #endif // TREELITE_ENTRY_H_
data layout. The value -1 signifies the missing value. When the "missing" field is set to -1...
Definition: entry.h:14