plot tuningresult(CMA)
plot tuningresult()所属R语言包:CMA
Visualize results of tuning
调整结果可视化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
After hyperparameter tuning using tune it is useful to see which choice of hyperparameters is suitable and how good the
后hyperparameter调整使用tune它是有用的,看看这是的hyperparameters选择合适的和如何好
参数----------Arguments----------
参数:x
An object of class tuningresult.
对象类tuningresult。
参数:iter
Iteration number (learningset) for which tuning results should be displayed.
迭代次数(learningset)应显示调整结果。
参数:which
Character vector (maximum length is two) naming the arguments for which tuning results should be display. Default is NULL; if the number of tuned hyperparameter is less or equal than two, then the results for these hyperparameters will be plotted. If this number is two, then a contour plot will be made, otherwise a simple line segment plot. If the number of tuned hyperparameters exceeds two, then which may not be NULL.
特征向量(最大长度是两个)命名的参数调整结果应该显示。默认是NULL;数量调谐hyperparameter的是,如果小于或两个以上的平等,然后为这些hyperparameters的结果将被绘制。如果这个数字是两个,然后将contour图,否则,一个简单的线段图。如果调谐hyperparameters的数目超过两个,那么这可能不是NULL。
参数:...
Further graphical options passed either to plot or contour.
进一步图形选项传递到plot或contour。
值----------Value----------
no return.
不归路。
注意----------Note----------
Frequently, several hyperparameter (combinations) perform "best",
频繁,一些hyperparameter(组合)执行“最佳”,
作者(S)----------Author(s)----------
Martin Slawski <a href="mailto:ms@cs.uni-sb.de">ms@cs.uni-sb.de</a>
Anne-Laure Boulesteix <a href="mailto:boulesteix@ibe.med.uni-muenchen.de">boulesteix@ibe.med.uni-muenchen.de</a>
参考文献----------References----------
CMA - A comprehensive Bioconductor package for supervised classification with high dimensional data. BMC Bioinformatics 9: 439
参见----------See Also----------
tune, tuningresult
tune,tuningresult
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|