ROOT  6.06/09
Reference Guide
Functions
DecisionTree.cxx File Reference
#include <iostream>
#include <algorithm>
#include <vector>
#include <limits>
#include <fstream>
#include <cassert>
#include "TRandom3.h"
#include "TMath.h"
#include "TMatrix.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/DecisionTree.h"
#include "TMVA/DecisionTreeNode.h"
#include "TMVA/BinarySearchTree.h"
#include "TMVA/Tools.h"
#include "TMVA/GiniIndex.h"
#include "TMVA/CrossEntropy.h"
#include "TMVA/MisClassificationError.h"
#include "TMVA/SdivSqrtSplusB.h"
#include "TMVA/Event.h"
#include "TMVA/BDTEventWrapper.h"
#include "TMVA/IPruneTool.h"
#include "TMVA/CostComplexityPruneTool.h"
#include "TMVA/ExpectedErrorPruneTool.h"
+ Include dependency graph for DecisionTree.cxx:

Go to the source code of this file.

Functions

 ClassImp (TMVA::DecisionTree) TMVA
 default constructor using the GiniIndex as separation criterion, no restrictions on minium number of events in a leave note or the separation gain in the node splitting More...
 

Function Documentation

ClassImp ( TMVA::DecisionTree  )

default constructor using the GiniIndex as separation criterion, no restrictions on minium number of events in a leave note or the separation gain in the node splitting

Definition at line 91 of file DecisionTree.cxx.