Forest using branchless trees.
T | Value type for the computation (usually floating point type) |
Definition at line 100 of file Forest.hxx.
Public Member Functions | |
void | Load (const std::string &key, const std::string &filename, const int output=0, const bool sortTrees=true) |
Load parameters from a ROOT file to the branchless trees. | |
#include <TMVA/TreeInference/Forest.hxx>
|
inline |
Load parameters from a ROOT file to the branchless trees.
[in] | key | Name of folder in the ROOT file containing the model parameters |
[in] | filename | Filename of the ROOT file |
[in] | output | Load trees corresponding to the given output node of the forest |
[in] | sortTrees | Flag to indicate sorting the input trees by the cut value of the first node of each tree |
Definition at line 112 of file Forest.hxx.