subtree(treethresh)
subtree()所属R语言包:treethresh
Extract subtree by pruning according to a specified complexity parameter
根据指定的复杂参数提取子树的修剪
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracts a subtree from a tree object of the classes treethresh or wtthresh by pruning according to a specified value of the complexity parameter C.
提取的子树从一个树对象的类treethresh或wtthresh修剪的复杂参数C按指定的值。
用法----------Usage----------
subtree(object, C)
subtree.treethresh(object, C)
subtree.wtthresh(object, C)
参数----------Arguments----------
参数:object
An object of the class treethresh or wtthresh from which a subtree is to be extracted.
类的对象treethresh或wtthresh是要提取的子树。
参数:C
The value of the complexity parameter C to be used for the pruning.
复杂度参数C用于修剪的值。
值----------Value----------
subtree returns an object of the class treethresh or wtthresh that contains a tree pruned at value C (see the function prune for details on the pruning process).
subtree返回一个类的对象treethresh或wtthresh,其中包含一个树修剪值C(见功能prune在修剪过程中的详细信息) 。
注意----------Note----------
subtree.treethresh and subtree.wtthresh should rarely be directly called by the user. The more user-friendly S3 function subtree will take care of calling the right function.
subtree.treethresh和subtree.wtthresh应该很少由用户直接调用。更加人性化的S3功能subtree会照顾调用正确的函数。
Use the function prune to carry out the pruning without having to specify the complexity parameter C.
使用的功能prune进行修剪,而不必指定的复杂参数C。
参见----------See Also----------
treethresh, wtthresh, prune
treethresh,wtthresh,prune
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|