Loading [MathJax]/extensions/tex2jax.js
ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
tmva
tmva
src
IFitterTarget.cxx
Go to the documentation of this file.
1
// @(#)root/tmva $Id$
2
// Author: Andreas Hoecker, Peter Speckmayer
3
4
/**********************************************************************************
5
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6
* Package: TMVA *
7
* Class : IFitterTarget *
8
* Web : http://tmva.sourceforge.net *
9
* *
10
* Description: *
11
* Implementation *
12
* *
13
* Authors (alphabetical): *
14
* Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland *
15
* Peter Speckmayer <speckmay@mail.cern.ch> - CERN, Switzerland *
16
* *
17
* Copyright (c) 2005: *
18
* CERN, Switzerland *
19
* MPI-K Heidelberg, Germany *
20
* *
21
* Redistribution and use in source and binary forms, with or without *
22
* modification, are permitted according to the terms listed in LICENSE *
23
* (http://tmva.sourceforge.net/LICENSE) *
24
**********************************************************************************/
25
26
//_______________________________________________________________________
27
//
28
// IFitterTarget
29
//
30
// Interface for a fitter 'target'. Defines interface to the estimator
31
// function
32
//
33
//_______________________________________________________________________
34
35
#include "
TMVA/IFitterTarget.h
"
36
37
ClassImp
(
TMVA::IFitterTarget
)
38
39
////////////////////////////////////////////////////////////////////////////////
40
/// constructor
41
42
TMVA
::IFitterTarget::IFitterTarget()
43
{
44
}
45
IFitterTarget.h
ClassImp
ClassImp(TMVA::IFitterTarget) TMVA
constructor
Definition:
IFitterTarget.cxx:37
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
TMVA::IFitterTarget
Definition:
IFitterTarget.h:46