Skip to content

sroecker/tmva-neurobayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmva-neurobayes

NeuroBayes plugin for TMVA

Originally written by Daniel Martschei, Institut für Experimentelle Kernphysik, KIT.

Usage

Compile with make and register the plugin in TMVA:

TMVA::Tools::Instance();
gSystem->Load("libTMVANeuroBayes.so");
TMVA::MethodNeuroBayes::RegisterNeuroBayes();

Setup your TMVA factory as usual and add the NeuroBayes method:

factory->BookMethod( TMVA::Types::kPlugins, "NeuroBayes", "!H:V:NTrainingIter=50:TrainingMethod=BFGS");

For more parameters have a look at DeclareOptions().

About

NeuroBayes plugin for TMVA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published