Logo ROOT   6.14/05
Reference Guide
TMVA::DecisionTree Member List

This is the complete list of members for TMVA::DecisionTree, including all inherited members.

AddXMLTo(void *parent) constTMVA::BinaryTreevirtual
ApplyValidationSample(const EventConstList *validationSample) constTMVA::DecisionTree
BinaryTree(void)TMVA::BinaryTree
BuildTree(const EventConstList &eventSample, DecisionTreeNode *node=NULL)TMVA::DecisionTree
CheckEvent(const TMVA::Event *, Bool_t UseYesNoLeaf=kFALSE) constTMVA::DecisionTree
CheckEventWithPrunedTree(const TMVA::Event *) constTMVA::DecisionTree
ClassName() constTMVA::DecisionTreeinlinevirtual
CleanTree(DecisionTreeNode *node=NULL)TMVA::DecisionTree
ClearTree()TMVA::DecisionTree
CountLeafNodes(TMVA::Node *n=NULL)TMVA::DecisionTree
CountNodes(Node *n=NULL)TMVA::BinaryTree
CreateFromXML(void *node, UInt_t tmva_Version_Code=TMVA_VERSION_CODE)TMVA::DecisionTreestatic
CreateNode(UInt_t) constTMVA::DecisionTreeinlinevirtual
CreateTree() constTMVA::DecisionTreeinlinevirtual
DecisionTree(void)TMVA::DecisionTree
DecisionTree(SeparationBase *sepType, Float_t minSize, Int_t nCuts, DataSetInfo *=NULL, UInt_t cls=0, Bool_t randomisedTree=kFALSE, Int_t useNvars=0, Bool_t usePoissonNvars=kFALSE, UInt_t nMaxDepth=9999999, Int_t iSeed=fgRandomSeed, Float_t purityLimit=0.5, Int_t treeID=0)TMVA::DecisionTree
DecisionTree(const DecisionTree &d)TMVA::DecisionTree
DeleteNode(Node *)TMVA::BinaryTreeprotected
DescendTree(Node *n=NULL)TMVA::DecisionTree
DoRegression() constTMVA::DecisionTreeinline
EPruneMethod enum nameTMVA::DecisionTree
EventConstList typedefTMVA::DecisionTree
EventList typedefTMVA::DecisionTree
fAnalysisTypeTMVA::DecisionTreeprivate
fDataSetInfoTMVA::DecisionTreeprivate
fDepthTMVA::BinaryTreeprotected
fgDebugLevelTMVA::DecisionTreeprivatestatic
fgRandomSeedTMVA::DecisionTreeprivatestatic
FillEvent(const TMVA::Event &event, TMVA::DecisionTreeNode *node)TMVA::DecisionTree
FillTree(const EventList &eventSample)TMVA::DecisionTree
fMaxDepthTMVA::DecisionTreeprivate
fMinLinCorrForFisherTMVA::DecisionTreeprivate
fMinNodeSizeTMVA::DecisionTreeprivate
fMinSepGainTMVA::DecisionTreeprivate
fMinSizeTMVA::DecisionTreeprivate
fMyTrandomTMVA::DecisionTreeprivate
fNCutsTMVA::DecisionTreeprivate
fNNodesTMVA::BinaryTreeprotected
fNNodesBeforePruningTMVA::DecisionTreeprivate
fNodePurityLimitTMVA::DecisionTreeprivate
fNumPoolThreadsTMVA::DecisionTreeprivate
fNvarsTMVA::DecisionTreeprivate
fPruneMethodTMVA::DecisionTreeprivate
fPruneStrengthTMVA::DecisionTreeprivate
fRandomisedTreeTMVA::DecisionTreeprivate
fRegTypeTMVA::DecisionTreeprivate
fRootTMVA::BinaryTreeprotected
fSepTypeTMVA::DecisionTreeprivate
fSigClassTMVA::DecisionTreeprivate
fTreeIDTMVA::DecisionTreeprivate
fUseExclusiveVarsTMVA::DecisionTreeprivate
fUseFisherCutsTMVA::DecisionTreeprivate
fUseNvarsTMVA::DecisionTreeprivate
fUsePoissonNvarsTMVA::DecisionTreeprivate
fUseSearchTreeTMVA::DecisionTreeprivate
fVariableImportanceTMVA::DecisionTreeprivate
GetAnalysisType(void)TMVA::DecisionTreeinline
GetEventNode(const TMVA::Event &e) constTMVA::DecisionTree
GetFisherCoefficients(const EventConstList &eventSample, UInt_t nFisherVars, UInt_t *mapVarInFisher)TMVA::DecisionTree
GetLeftDaughter(Node *n)TMVA::BinaryTree
GetNNodes() constTMVA::BinaryTreeinline
GetNNodesBeforePruning()TMVA::DecisionTreeinline
GetNode(ULong_t sequence, UInt_t depth)TMVA::DecisionTree
GetNodePurityLimit() constTMVA::DecisionTreeinline
GetNumThreadsInPool()TMVA::DecisionTreeinlineprivate
GetPruneStrength() constTMVA::DecisionTreeinline
GetRandomisedVariables(Bool_t *useVariable, UInt_t *variableMap, UInt_t &nVars)TMVA::DecisionTree
GetRightDaughter(Node *n)TMVA::BinaryTree
GetRoot() constTMVA::DecisionTreeinlinevirtual
GetSumWeights(const EventConstList *validationSample) constTMVA::DecisionTree
GetTotalTreeDepth() constTMVA::BinaryTreeinline
GetTreeID()TMVA::DecisionTreeinline
GetVariableImportance()TMVA::DecisionTree
GetVariableImportance(UInt_t ivar)TMVA::DecisionTree
kCostComplexityPruning enum valueTMVA::DecisionTree
kExpectedErrorPruning enum valueTMVA::DecisionTree
kNoPruning enum valueTMVA::DecisionTree
Log() constTMVA::BinaryTreeprotected
Print(std::ostream &os) constTMVA::BinaryTreevirtual
PruneNode(TMVA::DecisionTreeNode *node)TMVA::DecisionTree
PruneNodeInPlace(TMVA::DecisionTreeNode *node)TMVA::DecisionTree
PruneTree(const EventConstList *validationSample=NULL)TMVA::DecisionTree
Read(std::istream &istr, UInt_t tmva_Version_Code=TMVA_VERSION_CODE)TMVA::BinaryTreevirtual
ReadXML(void *node, UInt_t tmva_Version_Code=TMVA_VERSION_CODE)TMVA::BinaryTreevirtual
SamplePurity(EventList eventSample)TMVA::DecisionTreeprivate
SetAnalysisType(Types::EAnalysisType t)TMVA::DecisionTreeinline
SetMinLinCorrForFisher(Double_t min)TMVA::DecisionTreeinline
SetNodePurityLimit(Double_t p)TMVA::DecisionTreeinline
SetNVars(Int_t n)TMVA::DecisionTreeinline
SetParentTreeInNodes(Node *n=NULL)TMVA::DecisionTree
SetPruneMethod(EPruneMethod m=kCostComplexityPruning)TMVA::DecisionTreeinline
SetPruneStrength(Double_t p)TMVA::DecisionTreeinline
SetRoot(Node *r)TMVA::BinaryTreeinline
SetTotalTreeDepth(Int_t depth)TMVA::BinaryTreeinline
SetTotalTreeDepth(Node *n=NULL)TMVA::BinaryTree
SetTreeID(Int_t treeID)TMVA::DecisionTreeinline
SetUseExclusiveVars(Bool_t t=kTRUE)TMVA::DecisionTreeinline
SetUseFisherCuts(Bool_t t=kTRUE)TMVA::DecisionTreeinline
TestPrunedTreeQuality(const DecisionTreeNode *dt=NULL, Int_t mode=0) constTMVA::DecisionTree
TrainNode(const EventConstList &eventSample, DecisionTreeNode *node)TMVA::DecisionTreeinline
TrainNodeFast(const EventConstList &eventSample, DecisionTreeNode *node)TMVA::DecisionTree
TrainNodeFull(const EventConstList &eventSample, DecisionTreeNode *node)TMVA::DecisionTree
~BinaryTree()TMVA::BinaryTreevirtual
~DecisionTree(void)TMVA::DecisionTreevirtual