Multi-class support. The support of multiple
output classes (i.e., more than a single background and signal
class) has been enabled for these methods: MLP (NN), BDTG,
FDA.
The multiclass
functionality can be enabled with the Factory option
"AnalysisType=multiclass"
. Training data is
specified with an additional classname, e.g. via
factory->AddTree(tree,"classname");
. After the
training a genetic algorithm is invoked to determine the best
cuts for selecting a specific class, based on the figure of
merit: purity*efficiency. TMVA comes with two examples in
$ROOTSYS/tmva/test
: TMVAMulticlass.C
and TMVAMulticlassApplication.C