treelite
Public Member Functions | Public Attributes | List of all members
CompilerParam Struct Reference

parameters for tree compiler More...

#include <param.h>

Inheritance diagram for CompilerParam:
Inheritance graph
[legend]
Collaboration diagram for CompilerParam:
Collaboration graph
[legend]

Public Member Functions

 DMLC_DECLARE_PARAMETER (CompilerParam)
 

Public Attributes

std::string annotate_in
 name of model annotation file. Use the class treelite.Annotator to generate this file.
 
int quantize
 whether to quantize threshold points (0: no, >0: yes)
 
int parallel_comp
 option to enable parallel compilation; if set to nonzero, the trees will be evely distributed into [parallel_comp] files. Set this option to improve compilation time and reduce memory consumption during compilation.
 
int verbose
 if >0, produce extra messages
 
int max_unit_size
 

Detailed Description

parameters for tree compiler

Definition at line 16 of file param.h.


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