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

R语言:path.rpart()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 20:13:22 | 显示全部楼层 |阅读模式
path.rpart(rpart)
path.rpart()所属R语言包:rpart

                                         Follow Paths to Selected Nodes of an Rpart Object
                                         按照路径一个软件rpart对象选择的节点

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

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

Returns a names list where each element contains the splits on the path from the root to the selected nodes.
返回一个名称列表,其中每个元素包含从根到选定的节点的路径上的分裂。


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


path.rpart(tree, nodes, pretty=0, print.it=TRUE)



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

参数:tree
fitted model object of class rpart.  This is assumed to be the result of some function that produces an object with the same named components as that returned by the rpart function.  
拟合模型对象类rpart。这被认为是一些功能,产生一个具有相同的命名组件对象rpart函数返回的结果。


参数:nodes
an integer vector containing indices (node numbers) of all nodes for which paths are desired.  If missing, user selects nodes as described below.   
整数向量指数所需的所有路径节点(节点号)。如果丢失,用户选择如下所述的节点。


参数:pretty
an integer denoting the extent to which factor levels in split labels will be abbreviated.  A value of (0) signifies no abbreviation.  A NULL, the default, signifies using elements of letters to represent the different factor levels.  
整数表示的范围内,在斯普利特标签因子水平会略。 (0)值表示不缩写。一个NULL,默认情况下,意味着使用字母代表不同的因子水平的元素。


参数:print.it
Logical. Denotes whether paths will be printed out as nodes are interactively selected.   Irrelevant if nodes argument is supplied.  </table>
逻辑。交互选择路径将印为节点的代表。不相关的,如果nodes提供参数。 </ TABLE>


Details

详情----------Details----------

The function has a required argument as an rpart object  and a list of nodes as optional arguments.  Omitting a list of nodes will cause the function to  wait  for  the  user  to select  nodes  from the dendrogram.  It will return a list, with one component for each node  specified  or  selected. The  component  contains the sequence of splits leading to that node.  In the graphical  interaction,  the  individual paths are printed out as nodes are selected.
函数所需的参数作为一个rpart对象和可选参数的节点列表。省略一个节点列表,将导致的功能等待用户选择树状节点。它会返回一个列表,每个节点指定或选定的一个组成部分。该组件包含导致该节点分割的序列。在图形交互,打印出个别的路径节点选择。


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

A named (by node) list, each element of which contains all the  splits  on the path from the root to the specified or selected nodes.
命名(节点)列表,其中每个元素包含所有从根到指定或选定的节点的路径上的分裂。


图形交互----------Graphical Interaction----------

A dendrogram of the rpart object is expected to be visible on the graphics device, and a graphics input device (e.g. a mouse) is required.  Clicking (the selection button) on a node selects that node.  This process may be repeated any number of times.  Clicking the exit button will stop the selection process and return the list of paths.
预计将图形设备上显示一个树状的rpart对象,需要一个图形输入设备(如鼠标)。节点上单击(选择按钮),选择该节点。这个过程可能会重复任意次数。点击退出按钮,将停止选择过程和返回的路径列表。


参考文献----------References----------



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

rpart
rpart


举例----------Examples----------


fit <- rpart(Kyphosis ~ Age + Number + Start, data=kyphosis)
summary(fit)
path.rpart(fit, node=c(11, 22))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 13:05 , Processed in 0.023412 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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