<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.physik.uzh.ch/cms/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.physik.uzh.ch/cms/feed.php">
        <title>CMS Wiki Pages - mva</title>
        <description></description>
        <link>https://wiki.physik.uzh.ch/cms/</link>
        <image rdf:resource="https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-21T13:41:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/mva:mva?rev=1685618965&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/mva:mvaexample?rev=1470558632&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg">
        <title>CMS Wiki Pages</title>
        <link>https://wiki.physik.uzh.ch/cms/</link>
        <url>https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/mva:mva?rev=1685618965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-01T11:29:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mva</title>
        <link>https://wiki.physik.uzh.ch/cms/mva:mva?rev=1685618965&amp;do=diff</link>
        <description>How to run TMVA

TMVA is a tool to run a multivariate analysis in ROOT. Among many other methods, it includes boosted decision tree (BDT) and neural network (MLP). More information can be found at:

	*  Main website
	*  Manual
	*  TMVA Class Reference
	*  Factory Class Reference
	*  Reader Class Reference
	*  Official examples (C++)

When using the neural netwerk method MLP, you might need ROOT 5.34.0.0 or newer, to have larger buffer for the xml reader, for example:</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/mva:mvaexample?rev=1470558632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-08-07T08:30:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mvaexample</title>
        <link>https://wiki.physik.uzh.ch/cms/mva:mvaexample?rev=1470558632&amp;do=diff</link>
        <description>import os
import ROOT
from ROOT import TFile, gDirectory, TChain, TObject, TMVA, TCut, TCanvas, THStack, TH1F
from array import array
from copy import deepcopy
from math import sqrt
import CMS_lumi, tdrstyle
from HHPlotterTools import *
ROOT.gROOT.SetBatch(ROOT.kTRUE) # run in batch mode, don't open plots

# GLOBAL VARIABLES
Methods = [ ]
methods = [ ]

# FILES &amp; TREES
MVA_DIR = &quot;/shome/ineuteli/CMSSW_5_3_24/src/MVA/&quot;
fileS = TFile(MVA_DIR+&quot;exoticProcess.root&quot;)
fileB = TFile(MVA_DIR+&quot;boringProce…</description>
    </item>
</rdf:RDF>
