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 | |
CAccumulatorContextNode | |
CASTBuilder | |
CASTJavaCompiler | |
CASTNativeCompiler | |
CASTNode | |
CCategoricalConditionNode | |
CCompiledModel | |
CCompilerParam | Parameters for tree compiler |
CConditionNode | |
CMainNode | |
CNumericalConditionNode | |
COutputNode | |
CQuantizerNode | |
CThresholdVariant | |
CTranslationUnitNode | |
▼Nfrontend | |
CModelBuilder | Model builder class |
CModelBuilderImpl | |
CTreeBuilder | Tree builder class |
CTreeBuilderImpl | |
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 |