Logo ROOT   6.08/07
Reference Guide
VariableTransform.h
Go to the documentation of this file.
1 // @(#)root/tmva $Id$
2 // Author: Andreas Hoecker, Peter Speckmayer,Joerg Stelzer, Helge Voss, Omar Zapata
3 
4 /**********************************************************************************
5  * Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6  * Package: TMVA *
7  * Class : VariableTransformBase *
8  * Web : http://tmva.sourceforge.net *
9  * *
10  * Description: *
11  * Pre-transformation of input variables (base class) *
12  * *
13  * Authors (alphabetical): *
14  * Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland *
15  * Peter Speckmayer <Peter.Speckmayer@cern.ch> - CERN, Switzerland *
16  * Joerg Stelzer <Joerg.Stelzer@cern.ch> - CERN, Switzerland *
17  * Helge Voss <Helge.Voss@cern.ch> - MPI-K Heidelberg, Germany *
18  * *
19  * Copyright (c) 2005: *
20  * CERN, Switzerland *
21  * U. of Victoria, Canada *
22  * MPI-K Heidelberg, Germany *
23  * *
24  * Redistribution and use in source and binary forms, with or without *
25  * modification, are permitted according to the terms listed in LICENSE *
26  * (http://tmva.sourceforge.net/LICENSE) *
27  **********************************************************************************/
28 
29 #ifndef ROOT_TMVA_VariableTransform
30 #define ROOT_TMVA_VariableTransform
31 
32 //////////////////////////////////////////////////////////////////////////
33 // //
34 // VariableTransform //
35 // //
36 //////////////////////////////////////////////////////////////////////////
37 class TString;
38 namespace TMVA {
39 class DataSetInfo;
40 class TransformationHandler;
41 class MsgLogger;
42 void CreateVariableTransforms(const TString& trafoDefinition,
43  TMVA::DataSetInfo& dataInfo,
44  TMVA::TransformationHandler& transformationHandler,
46 } // namespace TMVA
47 
48 #endif
Basic string class.
Definition: TString.h:137
void CreateVariableTransforms(const TString &trafoDefinition, TMVA::DataSetInfo &dataInfo, TMVA::TransformationHandler &transformationHandler, TMVA::MsgLogger &log)
Abstract ClassifierFactory template that handles arbitrary types.
double log(double)