A++ » TMVA » ROOT::Math::Factory

class ROOT::Math::Factory


Factory

This is the main MVA steering class: it creates all MVA methods,
and guides them through the training, testing and evaluation
phases


Function Members (Methods)

public:
~Factory()
static ROOT::Math::DistSampler*CreateDistSampler(const string& samplerType = "")
static ROOT::Math::Minimizer*CreateMinimizer(const string& minimizerType = "", const string& algoType = "")
ROOT::Math::FactoryFactory()
ROOT::Math::FactoryFactory(const ROOT::Math::Factory&)
ROOT::Math::FactoryFactory(ROOT::Math::Factory&&)
ROOT::Math::Factory&operator=(const ROOT::Math::Factory&)
ROOT::Math::Factory&operator=(ROOT::Math::Factory&&)

Class Charts

Inheritance Chart:
ROOT::Math::Factory

Function documentation

Factory( TString theJobName, TFile* theTargetFile, TString theOption = "" )
 no default  constructor
Factory( TString theJobName, TString theOption = "" )
 contructor to work without file
virtual ~Factory()
 default destructor