yaiRFsummary(yaImpute)
yaiRFsummary()所属R语言包:yaImpute
Build Summary Data For Method RandomForest
构建汇总数据的方法RandomForest
译者:生物统计家园网 机器人LoveR
描述----------Description----------
When method randomforest is used to build a yai object, the randomForest package computes several statistics. This function summarizes some of them, including the variable importance scores computed by function yaiVarImp.
randomforest包时的方法yai被用来建立一个randomForest对象,计算数统计。此功能总结了其中的一些,包括变量的重要性评分计算功能yaiVarImp。
用法----------Usage----------
yaiRFsummary(object, nTop=0)
参数----------Arguments----------
参数:object
an object of class yai.
对象类yai。
参数:nTop
the nTop most important variables are plotted (returned).
“nTop最重要的变量绘制(返回)。
值----------Value----------
A list containing:
一个列表,其中包含:
参数:forestAttributes
a data frame reporting the error rates and other data from the randomForest(s).
报告的数据框从randomForest(S)的错误率和其他数据。
参数:scaledImportance
the data frame computed by yaiVarImp.
计算的数据框yaiVarImp。
(作者)----------Author(s)----------
Nicholas L. Crookston <a href="mailto:ncrookston.fs@gmail.com">ncrookston.fs@gmail.com</a> <br>
Andrew O. Finley <a href="mailto:finleya@msu.edu">finleya@msu.edu</a>
参见----------See Also----------
yai, yaiVarImp
yai,yaiVarImp
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|