|  virtual | ~DataSet() | 
| void | AddBackgroundTree(TTree* tr, Double_t weight = 1.0, TMVA::Types::ETreeType tt = Types::kMaxTreeType) | 
| void | AddSignalTree(TTree* tr, Double_t weight = 1.0, TMVA::Types::ETreeType tt = Types::kMaxTreeType) | 
| void | AddVariable(const TString& expression, char varType = 'F', void* external = 0) | 
| void | AddVariable(const TString& expression, Double_t min, Double_t max, char varType, void* external = 0) | 
| const TMVA::TreeInfo& | BackgroundTreeInfo(Int_t i) const | 
| TDirectory* | BaseRootDir() const | 
| void | ClearBackgroundTreeList() | 
| void | ClearSignalTreeList() | 
| const TMatrixD* | CorrelationMatrix(TMVA::Types::ESBType sigbgd) const | 
| const TCut& | CutBkg() const | 
| const char* | CutBkgS() const | 
| const TCut& | CutSig() const | 
| const char* | CutSigS() const | 
| TMVA::DataSet | DataSet() | 
| TMVA::VariableTransformBase* | FindTransform(TMVA::Types::EVariableTransform transform) const | 
| Int_t | FindVar(const TString& var) const | 
| void | GetCorrelationMatrix(Bool_t isSignal, TMatrixDBase* mat) | 
| void | GetCovarianceMatrix(Bool_t isSignal, TMatrixDBase*, Bool_t norm = kFALSE) | 
| UInt_t | GetCurrentEvtIdx() const | 
| TMVA::Event& | GetEvent() | 
| const TMVA::Event& | GetEvent() const | 
| const TString& | GetExpression(Int_t i) const | 
| const TString& | GetInternalVarName(Int_t i) const | 
| TTree* | GetMultiCutTestTree() const | 
| const char* | GetName() const | 
| Int_t | GetNEvtBkgdTest() const | 
| Int_t | GetNEvtBkgdTrain() const | 
| Int_t | GetNEvtSigTest() const | 
| Int_t | GetNEvtSigTrain() const | 
| Int_t | GetNEvtTest() const | 
| Int_t | GetNEvtTrain() const | 
| UInt_t | GetNVariables() const | 
| TTree* | GetTestTree() const | 
| TTree* | GetTrainingTree() const | 
| TMVA::VariableTransformBase* | GetTransform(TMVA::Types::EVariableTransform transform) | 
| vector<TMVA::VariableInfo,allocator<TMVA::VariableInfo> >& | GetVariableInfos() | 
| char | GetVarType(Int_t i) const | 
| Bool_t | HasCuts() const | 
| Bool_t | HasNegativeEventWeights() const | 
| TDirectory* | LocalRootDir() const | 
| UInt_t | NBackgroundTrees() const | 
| UInt_t | NSignalTrees() const | 
| void | PrepareForTrainingAndTesting(const TString& splitOpt) | 
| Bool_t | ReadEvent(TTree* tr, Long64_t evidx) const | 
| Bool_t | ReadTestEvent(Long64_t evidx) const | 
| Bool_t | ReadTrainingEvent(Long64_t evidx) const | 
| void | ResetBranchAndEventAddresses(TTree*) | 
| void | ResetCurrentTree() | 
| void | SetBackgroundWeightExpression(const TString& expr) | 
| void | SetBaseRootDir(TDirectory* dir) | 
| void | SetCuts(const TString& scut, const TString& bcut) | 
| void | SetCuts(const TCut& scut, const TCut& bcut) | 
| void | SetLocalRootDir(TDirectory* dir) | 
| void | SetMultiCut(const TString& cut) | 
| void | SetMultiCut(const TCut& cut) | 
| void | SetMultiCutTestTree(TTree* tr) | 
| void | SetSignalWeightExpression(const TString& expr) | 
| void | SetTestTree(TTree* tr) | 
| void | SetTrainingTree(TTree* tr) | 
| void | SetVerbose(Bool_t v = kTRUE) | 
| const TMVA::TreeInfo& | SignalTreeInfo(Int_t i) const |