|
| ModelParam (const ModelParam &)=default |
|
ModelParam & | operator= (const ModelParam &)=default |
|
| ModelParam (ModelParam &&)=default |
|
ModelParam & | operator= (ModelParam &&)=default |
|
template<typename Container > |
std::vector< std::pair< std::string, std::string > > | InitAllowUnknown (const Container &kwargs) |
|
std::map< std::string, std::string > | __DICT__ () const |
|
|
char | pred_transform [TREELITE_MAX_PRED_TRANSFORM_LENGTH] = {0} |
| name of prediction transform function More...
|
|
float | sigmoid_alpha |
| scaling parameter for sigmoid function sigmoid(x) = 1 / (1 + exp(-alpha * x)) More...
|
|
float | ratio_c |
| scaling parameter for exponential standard ratio transformation expstdratio(x) = exp2(-x / c) More...
|
|
float | global_bias |
| global bias of the model More...
|
|
Definition at line 596 of file tree.h.
The documentation for this struct was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/2.2.1/include/treelite/tree.h
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/2.2.1/include/treelite/tree_impl.h