找回密码
 注册
查看: 1163|回复: 0

R语言 tree包 cv.tree()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 11:54:18 | 显示全部楼层 |阅读模式
cv.tree(tree)
cv.tree()所属R语言包:tree

                                        Cross-validation for Choosing Tree Complexity
                                         交叉验证选择树的复杂性

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Runs a K-fold cross-validation experiment to find the deviance or number of misclassifications as a function of the cost-complexity parameter k.
运行K-折交叉验证实验,发现偏差或错误分类数的函数的成本,复杂性参数k。


用法----------Usage----------


cv.tree(object, rand, FUN = prune.tree, K = 10, ...)



参数----------Arguments----------

参数:object
An object of class "tree".
对象的类"tree"。


参数:rand
Optionally an integer vector of the length the number of cases used to create object, assigning the cases to different groups for cross-validation.
可选的整数向量的长度的情况下,用于创建object,分配到不同的组进行交叉验证的情况下。


参数:FUN
The function to do the pruning.
函数来完成修剪。


参数:K
The number of folds of the cross-validation.
交叉验证的褶皱的数目。


参数:...
Additional arguments to FUN.
其他参数FUN。


值----------Value----------

A copy of FUN applied to object, with component dev replaced by the cross-validated results from the sum of the dev components of each fit.
副本FUN适用于object,与组件dev取代dev适合每个组件的总和的交叉验证的结果。


(作者)----------Author(s)----------


B. D. Ripley



参见----------See Also----------

tree, prune.tree
tree,prune.tree


实例----------Examples----------


data(cpus, package="MASS")
cpus.ltr <- tree(log10(perf) ~ syct + mmin + mmax + cach
     + chmin + chmax, data=cpus)
cv.tree(cpus.ltr, , prune.tree)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 01:43 , Processed in 0.020081 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表