30 #ifndef ROOT_TMVA_PDEFoamDecisionTree
31 #define ROOT_TMVA_PDEFoamDecisionTree
39 class PDEFoamDecisionTree :
public PDEFoamDiscriminant
43 SeparationBase *fSepType;
47 virtual void Explore(PDEFoamCell *Cell);
49 PDEFoamDecisionTree(
const PDEFoamDecisionTree&);
52 PDEFoamDecisionTree();
53 PDEFoamDecisionTree(
const TString&, SeparationBase *sepType, UInt_t cls);
54 virtual ~PDEFoamDecisionTree();
57 ClassDef(PDEFoamDecisionTree, 1)