treelite
|
CBranchAnnotator | Branch annotator class |
CCloneable | Abstract interface for classes that can be cloned |
▼CCompiler | Interface of compiler |
CRecursiveCompiler< QuantizePolicy > | |
CCSRBatch | Sparse batch in Compressed Sparse Row (CSR) format |
CDeepCopyUniquePtr< T > | Wrapper around std::unique_ptr that supports deep copying and moving |
CDenseBatch | Dense batch |
CDMatrix | Simple data matrix in CSR (Compressed Sparse Row) storage |
CPredictor::Entry | Data layout. The value -1 signifies the missing value. When the "missing" field is set to -1, the "fvalue" field is set to NaN (Not a Number), so there is no danger for mistaking between missing values and non-missing values |
CSemanticModel::FunctionEntry | |
▼CFunctionRegEntryBase | |
CCompilerReg | Registry entry for compiler |
CLogCallbackRegistry | |
CMetadata | |
▼CMetadataStore | |
CNoQuantize | |
CQuantize | |
CModel | Thin wrapper for tree ensemble model |
CModelBuilder | Model builder class |
CModelBuilderImpl | |
CTree::Node | Tree node |
▼CParameter | |
CCLIParam | |
CCompilerParam | Parameters for tree compiler |
CModelParam | |
CPredictor | Predictor class: wrapper for optimized prediction code |
▼CQuantizePolicy | |
CRecursiveCompiler< QuantizePolicy > | |
CSemanticModel | Semantic model consists of a header, function registry, and a list of translation units |
CTranslationUnit | Translation unit is abstraction of a source file |
CTree | In-memory representation of a decision tree |
CTreeBuilder | Tree builder class |
CTreeBuilderImpl | |
CTreeliteAPIErrorEntry | |
▼CCloneable | |
▼CCodeBlock | Fundamental block in semantic model. All code blocks should inherit from this class |
CFunctionBlock | Function block with a prototype and code body. Its prototype can optionally be registered with a function registry |
CIfElseBlock | If-else statement with condition may store a branch hint (>50% or <50% likely) |
CPlainBlock | Plain code block containing one or more lines of code |
CSequenceBlock | Sequence of one or more code blocks |
CCondition | Conditional expression |