Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
DecisionTree.cxx File Reference
#include <iostream>
#include <algorithm>
#include <vector>
#include <limits>
#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/Config.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:

Classes

struct  BuildNodeInfo
 
struct  TrainNodeInfo
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Functions

bool almost_equal_double (double x, double y, int ulp=4)
 
bool almost_equal_float (float x, float y, int ulp=4)
 

Function Documentation

◆ almost_equal_double()

bool almost_equal_double ( double  x,
double  y,
int  ulp = 4 
)

Definition at line 102 of file DecisionTree.cxx.

◆ almost_equal_float()

bool almost_equal_float ( float  x,
float  y,
int  ulp = 4 
)

Definition at line 94 of file DecisionTree.cxx.