75 Log() << kDEBUG <<
"Preparing the Identity transformation..." <<
Endl;
77 if(
fGet.size() < events[0]->GetNVariables() )
78 Log() << kFATAL <<
"Identity transform does not allow for a selection of input variables. Please remove the variable selection option and put only 'I'." <<
Endl;
117 fout <<
"inline void " << fncName <<
"::InitTransform_Identity_" << trCounter <<
"() {}" << std::endl;
119 fout <<
"inline void " << fncName <<
"::Transform_Identity_" << trCounter <<
"(const std::vector<double> &, int) const {}" << std::endl;
MsgLogger & Endl(MsgLogger &ml)
Singleton class for Global types used by TMVA.
Class that contains all the data information.
Abstract ClassifierFactory template that handles arbitrary types.