treelite
Public Member Functions | Public Attributes | List of all members
QuantizerNode Class Reference
Inheritance diagram for QuantizerNode:
Inheritance graph
[legend]
Collaboration diagram for QuantizerNode:
Collaboration graph
[legend]

Public Member Functions

 QuantizerNode (const std::vector< std::vector< tl_float >> &cut_pts, const std::vector< bool > &is_categorical)
 
 QuantizerNode (std::vector< std::vector< tl_float >> &&cut_pts, std::vector< bool > &&is_categorical)
 
void Dump (int indent) override
 

Public Attributes

std::vector< std::vector< tl_float > > cut_pts
 
std::vector< bool > is_categorical
 
- Public Attributes inherited from ASTNode
ASTNodeparent
 
std::vector< ASTNode * > children
 
int node_id
 
int tree_id
 
int num_descendant
 

Detailed Description

Definition at line 85 of file ast.h.


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