treelite
|
▼Ntreelite | |
▼Ncommon | |
CCloneable | Abstract interface for classes that can be cloned |
CDeepCopyUniquePtr | Wrapper around std::unique_ptr that supports deep copying and moving |
▼Ncompiler | |
CCompilerParam | Parameters for tree compiler |
CMetadata | |
CMetadataStore | |
CNoQuantize | |
CQuantize | |
CRecursiveCompiler | |
▼Nfrontend | |
CModelBuilder | Model builder class |
CModelBuilderImpl | |
CTreeBuilder | Tree builder class |
CTreeBuilderImpl | |
▼Nsemantic | |
CCodeBlock | Fundamental block in semantic model. All code blocks should inherit from this class |
CCondition | Conditional expression |
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 |
▼CSemanticModel | Semantic model consists of a header, function registry, and a list of translation units |
CFunctionEntry | |
CSequenceBlock | Sequence of one or more code blocks |
CTranslationUnit | Translation unit is abstraction of a source file |
CBranchAnnotator | Branch annotator class |
CCLIParam | |
CCompiler | Interface of compiler |
CCompilerReg | Registry entry for compiler |
CCSRBatch | Sparse batch in Compressed Sparse Row (CSR) format |
CDenseBatch | Dense batch |
CDMatrix | Simple data matrix in CSR (Compressed Sparse Row) storage |
CLogCallbackRegistry | |
CModel | Thin wrapper for tree ensemble model |
CModelParam | |
▼CPredictor | Predictor class: wrapper for optimized prediction code |
CEntry | 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 |
▼CTree | In-memory representation of a decision tree |
CNode | Tree node |
CTreeliteAPIErrorEntry |