ROOT
master
Reference Guide
PDEFoamKernelTrivial.h
Go to the documentation of this file.
1
// @(#)root/tmva $Id$
2
// Author: Dominik Dannheim, Alexander Voigt
3
4
/**********************************************************************************
5
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6
* Package: TMVA *
7
* Classes: PDEFoamKernelTrivial *
8
* Web : http://tmva.sourceforge.net *
9
* *
10
* Description: *
11
* Trivial PDEFoam kernel *
12
* *
13
* Authors (alphabetical): *
14
* S. Jadach - Institute of Nuclear Physics, Cracow, Poland *
15
* Tancredi Carli - CERN, Switzerland *
16
* Dominik Dannheim - CERN, Switzerland *
17
* Alexander Voigt - TU Dresden, Germany *
18
* *
19
* Copyright (c) 2010: *
20
* CERN, Switzerland *
21
* MPI-K Heidelberg, Germany *
22
* *
23
* Redistribution and use in source and binary forms, with or without *
24
* modification, are permitted according to the terms listed in LICENSE *
25
* (http://tmva.sourceforge.net/LICENSE) *
26
**********************************************************************************/
27
28
#ifndef ROOT_TMVA_PDEFoamKernelTrivial
29
#define ROOT_TMVA_PDEFoamKernelTrivial
30
31
#include "
TMVA/PDEFoam.h
"
32
#include "
TMVA/PDEFoamKernelBase.h
"
33
34
#include <vector>
35
36
namespace
TMVA
37
{
38
39
class
PDEFoamKernelTrivial
:
public
PDEFoamKernelBase
40
{
41
42
public
:
43
PDEFoamKernelTrivial
();
// Constructor
44
PDEFoamKernelTrivial
(
const
PDEFoamKernelTrivial
&);
// Copy Constructor
45
virtual
~PDEFoamKernelTrivial
() {}
// Destructor
46
47
// kernel estimator
48
virtual
Float_t
Estimate
(
PDEFoam
*, std::vector<Float_t>&, ECellValue);
49
50
ClassDef
(
PDEFoamKernelTrivial
, 1)
// trivial PDEFoam kernel estimator
51
};
// end of PDEFoamKernelTrivial
52
}
// namespace TMVA
53
54
#endif
PDEFoamKernelBase.h
TMVA::PDEFoamKernelBase
This class is the abstract kernel interface for PDEFoam.
Definition:
PDEFoamKernelBase.h:41
Float_t
float Float_t
Definition:
RtypesCore.h:57
TMVA::PDEFoamKernelTrivial::PDEFoamKernelTrivial
PDEFoamKernelTrivial()
Default constructor for streamer.
Definition:
PDEFoamKernelTrivial.cxx:50
TMVA::PDEFoam
Implementation of PDEFoam.
Definition:
PDEFoam.h:79
TMVA::PDEFoamKernelTrivial
This class is a trivial PDEFoam kernel estimator.
Definition:
PDEFoamKernelTrivial.h:40
TMVA::PDEFoamKernelTrivial::Estimate
virtual Float_t Estimate(PDEFoam *, std::vector< Float_t > &, ECellValue)
Simple kernel estimator.
Definition:
PDEFoamKernelTrivial.cxx:75
PDEFoam.h
ClassDef
#define ClassDef(name, id)
Definition:
Rtypes.h:325
TMVA
create variable transformations
Definition:
GeneticMinimizer.h:22
TMVA::PDEFoamKernelTrivial::~PDEFoamKernelTrivial
virtual ~PDEFoamKernelTrivial()
Definition:
PDEFoamKernelTrivial.h:45
tmva
tmva
inc
TMVA
PDEFoamKernelTrivial.h
ROOT master - Reference Guide Generated on Wed Jan 27 2021 11:59:28 (GVA Time) using Doxygen 1.9.0