|
| TransformationHandler (DataSetInfo &, const TString &callerName) |
| constructor More...
|
|
| ~TransformationHandler () |
| destructor More...
|
|
void | AddStats (Int_t k, UInt_t ivar, Double_t mean, Double_t rms, Double_t min, Double_t max) |
| Caches calculated summary statistics of transformed variables. More...
|
|
VariableTransformBase * | AddTransformation (VariableTransformBase *, Int_t cls) |
|
void | AddXMLTo (void *parent=0) const |
| XML node describing the transformation. More...
|
|
void | CalcStats (const std::vector< Event * > &events) |
| method to calculate minimum, maximum, mean, and RMS for all variables used in the MVA More...
|
|
const std::vector< Event * > * | CalcTransformations (const std::vector< Event * > &, Bool_t createNewVector=kFALSE) |
| computation of transformation More...
|
|
const TString & | GetCallerName () const |
|
Double_t | GetMax (Int_t ivar, Int_t cls=-1) const |
|
Double_t | GetMean (Int_t ivar, Int_t cls=-1) const |
|
Double_t | GetMin (Int_t ivar, Int_t cls=-1) const |
|
TString | GetName () const |
| return transformation name More...
|
|
const char * | GetNameOfLastTransform () const |
| returns string for transformation More...
|
|
Int_t | GetNumOfTransformations () const |
|
Double_t | GetRMS (Int_t ivar, Int_t cls=-1) const |
|
TDirectory * | GetRootDir () const |
|
const TList & | GetTransformationList () const |
|
std::vector< TString > * | GetTransformationStringsOfLastTransform () const |
| returns string for transformation More...
|
|
TString | GetVariableAxisTitle (const VariableInfo &info) const |
| incorporates transformation type into title axis (usually for histograms) More...
|
|
const Event * | InverseTransform (const Event *, Bool_t suppressIfNoTargets=true) const |
|
void | MakeFunction (std::ostream &fout, const TString &fncName, Int_t part) const |
| create transformation function More...
|
|
void | PlotVariables (const std::vector< Event * > &events, TDirectory *theDirectory=0) |
| create histograms from the input variables More...
|
|
void | PrintVariableRanking () const |
| prints ranking of input variables More...
|
|
void | ReadFromStream (std::istream &istr) |
|
void | ReadFromXML (void *trfsnode) |
|
void | SetCallerName (const TString &name) |
|
void | SetRootDir (TDirectory *d) |
|
void | SetTransformationReferenceClass (Int_t cls) |
| overrides the setting for all classes! (this is put in basically for the likelihood-method) be careful with the usage this method More...
|
|
const Event * | Transform (const Event *) const |
| the transformation More...
|
|
void | WriteToStream (std::ostream &o) const |
| write transformation to stream More...
|
|