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

R语言 RWeka包 dot()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 20:55:10 | 显示全部楼层 |阅读模式
dot(RWeka)
dot()所属R语言包:RWeka

                                        Create DOT Representations
                                         创建DOT表示

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

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

Write a DOT language representation of an object for processing via Graphviz.
写一个的DOT语言表示的对象处理通过Graphviz的。


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


write_to_dot(x, con = stdout(), ...)
## S3 method for class 'Weka_classifier'
write_to_dot(x, con = stdout(), ...)



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

参数:x
an R object.
R对象。


参数:con
a connection for writing the representation to.
连接书面形式表示。


参数:...
additional arguments to be passed from or to methods.
其他参数传递的方法。


Details

详细信息----------Details----------

Graphviz (http://www.graphviz.org) is open source graph visualization software providing several main graph layout programs, of which dot makes “hierarchical” or layered drawings of directed graphs, and hence is typically most suitable for visualizing classification trees.
Graphviz的(http://www.graphviz.org)是开源的图形可视化软件提供了几种主要的图形布局方案,其中dot使“分层”或分层有向图的图纸,因此通常是最合适的用于可视化分类树。

Using dot, the representation in file "foo.dot" can be transformed to PostScript or other displayable graphical formats using (a variant of) dot -Tps foo.dot >foo.ps.
使用dot,表示在文件的foo.dot可以转换成PostScript或其他可显示的图形格式(变种)dot -Tps foo.dot >foo.ps。

Some Weka classifiers (e.g., tree learners such as J48 and M5P) implement a “Drawable” interface providing DOT representations of the fitted models.  For such classifiers, the write_to_dot method writes the representation to the specified connection.
一些Weka中分类器(如,树学习者,如J48和M5P),实施了“可绘制”界面,提供了DOT表示的拟合模型。对于这样的分类,write_to_dot方法表示写入指定的连接。

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 20:33 , Processed in 0.021526 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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