Treelite
Public Member Functions | List of all members
FailSafeCompiler Class Reference
Inheritance diagram for FailSafeCompiler:
Inheritance graph
[legend]
Collaboration diagram for FailSafeCompiler:
Collaboration graph
[legend]

Public Member Functions

 FailSafeCompiler (const CompilerParam &param)
 
CompiledModel Compile (const Model &model) override
 convert tree ensemble model More...
 
- Public Member Functions inherited from Compiler
virtual ~Compiler ()=default
 virtual destructor
 

Additional Inherited Members

- Static Public Member Functions inherited from Compiler
static CompilerCreate (const std::string &name, const compiler::CompilerParam &param)
 create a compiler from given name More...
 

Detailed Description

Definition at line 240 of file failsafe.cc.

Member Function Documentation

◆ Compile()

CompiledModel Compile ( const Model model)
inlineoverridevirtual

convert tree ensemble model

Returns
compiled model

Implements Compiler.

Definition at line 265 of file failsafe.cc.


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