Definition at line 71 of file CostComplexityPruneTool.h.
|
void | InitTreePruningMetaData (DecisionTreeNode *n) |
| the optimal index of the prune sequence More...
|
|
MsgLogger & | Log () const |
| output stream to save logging information More...
|
|
void | Optimize (DecisionTree *dt, Double_t weights) |
| after the critical alpha values (at which the corresponding nodes would be pruned away) had been established in the "InitMetaData" we need now: automatic pruning: find the value of "alpha" for which the test sample gives minimal error, on the tree with all nodes pruned that have alpha_critital < alpha, fixed parameter pruning More...
|
|
#include <TMVA/CostComplexityPruneTool.h>
◆ CostComplexityPruneTool()
◆ ~CostComplexityPruneTool()
CostComplexityPruneTool::~CostComplexityPruneTool |
( |
| ) |
|
|
virtual |
◆ CalculatePruningInfo()
◆ InitTreePruningMetaData()
the optimal index of the prune sequence
initialise "meta data" for the pruning, like the "costcomplexity", the critical alpha, the minimal alpha down the tree, etc...
for each node!!
Definition at line 159 of file CostComplexityPruneTool.cxx.
◆ Log()
MsgLogger& TMVA::CostComplexityPruneTool::Log |
( |
| ) |
const |
|
inlineprivate |
◆ Optimize()
after the critical alpha values (at which the corresponding nodes would be pruned away) had been established in the "InitMetaData" we need now: automatic pruning: find the value of "alpha" for which the test sample gives minimal error, on the tree with all nodes pruned that have alpha_critital < alpha, fixed parameter pruning
Definition at line 213 of file CostComplexityPruneTool.cxx.
◆ fLogger
MsgLogger* TMVA::CostComplexityPruneTool::fLogger |
|
mutableprivate |
◆ fOptimalK
Int_t TMVA::CostComplexityPruneTool::fOptimalK |
|
private |
◆ fPruneSequence
◆ fPruneStrengthList
std::vector<Double_t> TMVA::CostComplexityPruneTool::fPruneStrengthList |
|
private |
◆ fQualityIndexList
std::vector<Double_t> TMVA::CostComplexityPruneTool::fQualityIndexList |
|
private |
◆ fQualityIndexTool
The documentation for this class was generated from the following files: