ROOT
6.07/01
Reference Guide
|
#include "TH1.h"
#include "TH1F.h"
#include "TF1.h"
#include "TMath.h"
#include "TMVA/KDEKernel.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/Types.h"
Go to the source code of this file.
Functions | |
ClassImp (TMVA::KDEKernel) TMVA | |
constructor sanity check More... | |
Double_t | GaussIntegral (Double_t *x, Double_t *par) |
when using Gaussian as Kernel function this is faster way to calculate the integrals More... | |
ClassImp | ( | TMVA::KDEKernel | ) |
constructor sanity check
Definition at line 44 of file KDEKernel.cxx.
when using Gaussian as Kernel function this is faster way to calculate the integrals
Definition at line 89 of file KDEKernel.cxx.
Referenced by TMVA::KDEKernel::SetKernelType().