Treelite
Public Member Functions | Public Attributes | List of all members
NumericalConditionNode< ThresholdType > Class Template Reference
Inheritance diagram for NumericalConditionNode< ThresholdType >:
Inheritance graph
[legend]
Collaboration diagram for NumericalConditionNode< ThresholdType >:
Collaboration graph
[legend]

Public Member Functions

 NumericalConditionNode (unsigned split_index, bool default_left, bool quantized, Operator op, ThresholdVariant< ThresholdType > threshold)
 
std::string GetDump () const override
 
- Public Member Functions inherited from ConditionNode
 ConditionNode (unsigned split_index, bool default_left)
 

Public Attributes

bool quantized
 
Operator op
 
ThresholdVariant< ThresholdType > threshold
 
int zero_quantized
 
- Public Attributes inherited from ConditionNode
unsigned split_index
 
bool default_left
 
optional< double > gain
 
- Public Attributes inherited from ASTNode
ASTNodeparent
 
std::vector< ASTNode * > children
 
int node_id
 
int tree_id
 
optional< uint64_t > data_count
 
optional< double > sum_hess
 

Detailed Description

template<typename ThresholdType>
class treelite::compiler::NumericalConditionNode< ThresholdType >

Definition at line 132 of file ast.h.


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