ROOT 6.08/07 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 |
Double_t | GetPruneStrength () const |
Bool_t | IsAutomatic () const |
void | SetAutomatic () |
void | SetPruneStrength (Double_t alpha) |
Protected Attributes | |
Double_t | B |
Double_t | fPruneStrength |
Double_t | S |
regularization parameter in pruning More... | |
#include <TMVA/IPruneTool.h>
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.
|
inline |
Definition at line 92 of file IPruneTool.h.
|
inline |
Definition at line 97 of file IPruneTool.h.
|
inline |
Definition at line 96 of file IPruneTool.h.
Definition at line 90 of file IPruneTool.h.
|
protected |
Definition at line 106 of file IPruneTool.h.
|
protected |
Definition at line 103 of file IPruneTool.h.
|
protected |
regularization parameter in pruning
Definition at line 106 of file IPruneTool.h.