scoresPlot(nlcv)
scoresPlot()所属R语言包:nlcv
Function to Plot a Scores Plot
功能来绘制得分图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to plot, for a given nested loop cross-validation object, a given classification technique and a given number of features used for the classification, the scores plot. This plot diplays the proportion of correctly-classified per sample across all runs of the nested loop cross-validation. The class membership of the samples is displayed using
功能小区,嵌套循环交叉验证的对象,一个给定的分类方法和使用的功能分类,分数图。这个图diplays的比例,每个样品正确分类跨越嵌套循环交叉验证所有运行。样品的类成员显示使用
用法----------Usage----------
scoresPlot(nlcvObj, tech, nfeat, plot = TRUE, barPlot = FALSE, layout = TRUE, main, sub, ...)
参数----------Arguments----------
参数:nlcvObj
Object of class 'nlcv' as produced by the nlcv function
nlcv函数对象类的nlcv“作为生产
参数:tech
string denoting the classification technique used; one of 'dlda', 'bagg', 'pam', 'rf', or 'svm'.
字符串表示使用的分类技术;一个“dlda,bagg”,“PAM”,“RF”,或“SVM”。
参数:nfeat
integer giving the number of features; this number should be part of the initial set of number of features that was specified during the nested loop cross-validation (nFeatures argument of the nlcv function)
整数多项功能,这个数字应该是初始设置的数量是在嵌套循环交叉验证(nFeaturesnlcv函数的参数)指定的功能的一部分
参数:plot
logical. If FALSE, nothing is plotted.
逻辑。如果FALSE,没有绘制。
参数:barPlot
Should a barplot be drawn (TRUE) or the alternative MCREstimate-type scores plot (the default, FALSE).
如果被绘制barplot(TRUE)或替代MCREstimate型的分数图(默认情况下,FALSE)。
参数:layout
boolean indicating whether mcrPlot should prespecify a layout for a single plot (default, TRUE) or whetherl the user takes care of the layout (FALSE)
布尔值,指示是否mcrPlot应该prespecify布局(默认情况下,一个单一的图TRUE)或whetherl用户需要照顾的布局(FALSE)
参数:main
Main title for the scores plot; if not supplied, 'Scores Plot' is used as a default
主标题为分数图,如果不提供,得分图“被用作默认
参数:sub
Subtitle for the scores plot; if not supplied, the classification technique and the chosen number of features are displayed
字幕分数图;如果不提供,分类技术和功能的选择数量显示
参数:...
Additional graphical parameters to pass to the plot function
额外的图形参数传递给绘图功能
值----------Value----------
A scores plot is displayed (for the device specified).
一个分数图显示(指定设备)。
The function invisibly returns a named vector containing (for each sample) the proportion of times the sample was correctly classified (for a given technique and a given number of features used).
无形函数返回一个命名的向量(每个样品)样品被正确分类(对于一个给定的技术和使用的功能)的次数的比例。
作者(S)----------Author(s)----------
Willem Talloen and Tobias Verbeke
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|