iRF:迭代随机森林(iRF)

上传者: 42137022 | 上传时间: 2024-05-13 22:09:30 | 文件大小: 2.13MB | 文件类型: ZIP
R
迭代随机森林(iRF) R包iRF实现了迭代随机森林,这是一种迭代增长加权决策树的集合,并通过分析决策路径上特征的使用来检测高阶特征交互的方法。 此版本使用Andy Liaw和Matthew Weiner的R包randomForest的源代码以及Leo Breiman和Adele Cutler的原始Fortran代码。 要下载并安装软件包,请使用devtools library( devtools ) devtools :: install_github( " karlkumbier/iRF2.0 " ) 或者,可以通过下载此存储库并使用以下命令来安装该软件包: R CMD INSTALL iRF2.0 随后,您可以使用常用的R命令加载软件包: library( iRF ) OSX用户可能需要安装gfortran进行编译。 可以使用以下命令完成此操作: curl - OL

文件下载

资源详情

[{"title":"( 185 个子文件 2.13MB ) iRF:迭代随机森林(iRF)","children":[{"title":"paper.bib <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"rf.c <span style='color:#111;'> 24.58KB </span>","children":null,"spread":false},{"title":"classTree.c <span style='color:#111;'> 17.40KB </span>","children":null,"spread":false},{"title":"regrf.c <span style='color:#111;'> 13.99KB </span>","children":null,"spread":false},{"title":"regTree.c <span style='color:#111;'> 12.02KB </span>","children":null,"spread":false},{"title":"rfutils.c <span style='color:#111;'> 8.66KB </span>","children":null,"spread":false},{"title":"ExportedFunctionsRIT.cpp <span style='color:#111;'> 4.70KB </span>","children":null,"spread":false},{"title":"RcppExportsHack.cpp <span style='color:#111;'> 3.60KB </span>","children":null,"spread":false},{"title":"ancestorPath.cpp <span style='color:#111;'> 2.70KB </span>","children":null,"spread":false},{"title":"DESCRIPTION <span style='color:#111;'> 832B </span>","children":null,"spread":false},{"title":"rfsub.f <span style='color:#111;'> 17.60KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 15B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 9B </span>","children":null,"spread":false},{"title":"RITmain.h <span style='color:#111;'> 9.48KB </span>","children":null,"spread":false},{"title":"rf.h <span style='color:#111;'> 4.95KB </span>","children":null,"spread":false},{"title":"RITaux.h <span style='color:#111;'> 3.61KB </span>","children":null,"spread":false},{"title":"RaggedArray.h <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"InputFunctions.h <span style='color:#111;'> 755B </span>","children":null,"spread":false},{"title":"vignette.html <span style='color:#111;'> 2.18MB </span>","children":null,"spread":false},{"title":"vignette.html <span style='color:#111;'> 963.53KB </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 34.31KB </span>","children":null,"spread":false},{"title":"Makevars <span style='color:#111;'> 135B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 4.77KB </span>","children":null,"spread":false},{"title":"paper.md <span style='color:#111;'> 3.62KB </span>","children":null,"spread":false},{"title":"CONTRIBUTING.md <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"CODE_OF_CONDUCT.md <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"NAMESPACE <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false},{"title":"plot_margin.ps <span style='color:#111;'> 9.65KB </span>","children":null,"spread":false},{"title":"randomForest.default.R <span style='color:#111;'> 21.77KB </span>","children":null,"spread":false},{"title":"surfacePlot.R <span style='color:#111;'> 12.91KB </span>","children":null,"spread":false},{"title":"predict.randomForest.R <span style='color:#111;'> 11.41KB </span>","children":null,"spread":false},{"title":"iRF.R <span style='color:#111;'> 10.21KB </span>","children":null,"spread":false},{"title":"readForest.R <span style='color:#111;'> 10.21KB </span>","children":null,"spread":false},{"title":"gRIT.R <span style='color:#111;'> 7.99KB </span>","children":null,"spread":false},{"title":"combine.R <span style='color:#111;'> 7.14KB </span>","children":null,"spread":false},{"title":"stabilityScore.R <span style='color:#111;'> 6.88KB </span>","children":null,"spread":false},{"title":"test-iRF.R <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"ritfun.R <span style='color:#111;'> 5.32KB </span>","children":null,"spread":false},{"title":"RIT.R <span style='color:#111;'> 4.51KB </span>","children":null,"spread":false},{"title":"utilities.R <span style='color:#111;'> 4.46KB </span>","children":null,"spread":false},{"title":"permPredict.R <span style='color:#111;'> 4.21KB </span>","children":null,"spread":false},{"title":"permutationImportance.R <span style='color:#111;'> 4.20KB </span>","children":null,"spread":false},{"title":"randomForest.R <span style='color:#111;'> 3.82KB </span>","children":null,"spread":false},{"title":"interactPredict.R <span style='color:#111;'> 3.57KB </span>","children":null,"spread":false},{"title":"conditionalPrediction.R <span style='color:#111;'> 2.90KB </span>","children":null,"spread":false},{"title":"test_iRF.R <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false},{"title":"interactImportance.R <span style='color:#111;'> 2.62KB </span>","children":null,"spread":false},{"title":"test-readForest.R <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false},{"title":"rfcv.R <span style='color:#111;'> 2.57KB </span>","children":null,"spread":false},{"title":"tuneRF.R <span style='color:#111;'> 2.38KB </span>","children":null,"spread":false},{"title":"rfImpute.R <span style='color:#111;'> 2.16KB </span>","children":null,"spread":false},{"title":"getTree.R <span style='color:#111;'> 2.06KB </span>","children":null,"spread":false},{"title":"binPlot.R <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"margin.R <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false},{"title":"weightedPredict.R <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"importance.R <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"randomForest.formula.R <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"print.randomForest.R <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"test-utilities.R <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"test-gRIT.R <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"test-interactImportance.R <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"na.roughfix.R <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"varImpPlot.R <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false},{"title":"classCenter.R <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"outlier.R <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"varUsed.R <span style='color:#111;'> 903B </span>","children":null,"spread":false},{"title":"RcppExportsHack.R <span style='color:#111;'> 866B </span>","children":null,"spread":false},{"title":"MDSplot.R <span style='color:#111;'> 824B </span>","children":null,"spread":false},{"title":"plot.randomForest.R <span style='color:#111;'> 753B </span>","children":null,"spread":false},{"title":"test-interactPredict.R <span style='color:#111;'> 672B </span>","children":null,"spread":false},{"title":"RcppExports.R <span style='color:#111;'> 586B </span>","children":null,"spread":false},{"title":"test-margin.R <span style='color:#111;'> 538B </span>","children":null,"spread":false},{"title":"benchmark.R <span style='color:#111;'> 516B </span>","children":null,"spread":false},{"title":"treesize.R <span style='color:#111;'> 331B </span>","children":null,"spread":false},{"title":"grow.R <span style='color:#111;'> 325B </span>","children":null,"spread":false},{"title":"rfNews.R <span style='color:#111;'> 111B </span>","children":null,"spread":false},{"title":"testthat.R <span style='color:#111;'> 50B </span>","children":null,"spread":false},{"title":"randomForest.Rd <span style='color:#111;'> 12.00KB </span>","children":null,"spread":false},{"title":"RIT.Rd <span style='color:#111;'> 4.46KB </span>","children":null,"spread":false},{"title":"predict.randomForest.Rd <span style='color:#111;'> 4.41KB </span>","children":null,"spread":false},{"title":"iRF.Rd <span style='color:#111;'> 3.00KB </span>","children":null,"spread":false},{"title":"rfcv.Rd <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false},{"title":"rfImpute.Rd <span style='color:#111;'> 2.29KB </span>","children":null,"spread":false},{"title":"stabilityScore.Rd <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false},{"title":"importance.Rd <span style='color:#111;'> 2.11KB </span>","children":null,"spread":false},{"title":"gRIT.Rd <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"imports85.Rd <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false},{"title":"getTree.Rd <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"classCenter.Rd <span style='color:#111;'> 1.87KB </span>","children":null,"spread":false},{"title":"plotInt.Rd <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false},{"title":"tuneRF.Rd <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"margin.Rd <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"readForest.Rd <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"conditionalPred.Rd <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"permImportance.Rd <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"MDSplot.Rd <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"outlier.Rd <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":"varImpPlot.Rd <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"varUsed.Rd <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"na.roughfix.Rd <span style='color:#111;'> 1.12KB </span>","children":null,"spread":false},{"title":"......","children":null,"spread":false},{"title":"<span style='color:steelblue;'>文件过多,未全部展示</span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明