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

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

[复制链接]
发表于 2012-9-27 23:48:47 | 显示全部楼层 |阅读模式
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),意味着缩写。 ANULL,默认情况下,表示使用元素的字母代表不同的因子水平。


参数: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, 2024-11-26 02:48 , Processed in 0.024687 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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