<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>Model based Random Forest analysis</dc:title>
  <dc:description>This package implements random forest method for model
based recursive partitioning. The mob() function, developed by
Zeileis et al (2008), within party package, is modified to
contruct model-based decesion trees based on random forest
methodology. The main input function mobForestAnalysis() takes
all input parameters to construct trees, compute out-of-bag
errors, predictions, and overall accuracy of forest. The
algorithm performs parallel computation using clusterApply()
function within &apos;parallel&apos; package.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: parallel, party</dc:relation>
  <dc:relation>Imports: methods, modeltools</dc:relation>
  <dc:relation>Suggests: mlbench</dc:relation>
  <dc:creator>Nikhil Garge &lt;ngarge@rti.org&gt;</dc:creator>
  <dc:contributor>Nikhil Garge and Barry Eggleston</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2012-01-12</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=mobForest</dc:identifier>
 </rdf:Description>
</rdf:RDF>

