![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 72 of file IPruneTool.h.
Public Types | |
| typedef std::vector< const Event * > | EventSample |
Public Member Functions | |
| IPruneTool () | |
| virtual | ~IPruneTool () |
| virtual PruningInfo * | CalculatePruningInfo (DecisionTree *dt, const EventSample *testEvents=NULL, Bool_t isAutomatic=kFALSE)=0 |
| void | SetPruneStrength (Double_t alpha) |
| Double_t | GetPruneStrength () const |
| void | SetAutomatic () |
| Bool_t | IsAutomatic () const |
Protected Attributes | |
| Double_t | fPruneStrength |
| Double_t | S |
| regularization parameter in pruning More... | |
| Double_t | B |
#include <TMVA/IPruneTool.h>
Inheritance diagram for TMVA::IPruneTool:| typedef std::vector<const Event*> TMVA::IPruneTool::EventSample |
Definition at line 76 of file IPruneTool.h.
|
inline |
Definition at line 109 of file IPruneTool.h.
|
inlinevirtual |
Definition at line 114 of file IPruneTool.h.
|
pure virtual |
Implemented in TMVA::CostComplexityPruneTool, and TMVA::ExpectedErrorPruneTool.
Referenced by TMVA::DecisionTree::PruneTree().
|
inline |
Definition at line 92 of file IPruneTool.h.
|
inline |
Definition at line 97 of file IPruneTool.h.
Referenced by TMVA::CostComplexityPruneTool::CalculatePruningInfo(), TMVA::CostComplexityPruneTool::Optimize(), and TMVA::DecisionTree::PruneTree().
|
inline |
Definition at line 96 of file IPruneTool.h.
Referenced by TMVA::CostComplexityPruneTool::CalculatePruningInfo().
Definition at line 90 of file IPruneTool.h.
Referenced by TMVA::DecisionTree::PruneTree().
|
protected |
Definition at line 106 of file IPruneTool.h.
|
protected |
Definition at line 103 of file IPruneTool.h.
Referenced by TMVA::CostComplexityPruneTool::CalculatePruningInfo(), GetPruneStrength(), IsAutomatic(), TMVA::CostComplexityPruneTool::Optimize(), SetAutomatic(), and SetPruneStrength().
|
protected |
regularization parameter in pruning
Definition at line 106 of file IPruneTool.h.