Treelite
|
Implementation of model concatenation. More...
#include <treelite/tree.h>
#include <treelite/logging.h>
#include <algorithm>
#include <memory>
#include <type_traits>
Go to the source code of this file.
Functions | |
std::unique_ptr< Model > | ConcatenateModelObjects (const std::vector< const Model *> &objs) |
Concatenate multiple model objects into a single model object by copying all member trees into the destination model object. More... | |
Implementation of model concatenation.
Copyright (c) 2022 by Contributors
Definition in file model_concat.cc.
std::unique_ptr< Model > ConcatenateModelObjects | ( | const std::vector< const Model *> & | objs | ) |
Concatenate multiple model objects into a single model object by copying all member trees into the destination model object.
objs | List of model objects |
Definition at line 16 of file model_concat.cc.