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

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

[复制链接]
发表于 2012-9-30 01:33:27 | 显示全部楼层 |阅读模式
fuzzydocs(sets)
fuzzydocs()所属R语言包:sets

                                        Documents on Fuzzy Theory
                                         模糊理论的文件

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

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

Occurence of three terms (neural networks, fuzzy, and image) in 30 documents retrieved from a Japanese article data base on fuzzy theory and systems.
发生的三个条件(神经网络,模糊和图像)的30份文件从日本的文章模糊理论和系统的数据基础上。


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


data("fuzzy_docs")



格式----------Format----------

fuzzy_docs is a list of 30 fuzzy multisets, representing the occurrence of the terms “neural networks”, “fuzzy”, and “image” in each document. Each term appears with up to three membership values representing weights, depending on whether the term occurred in the abstract (0.2), the keywords section (0.6), and/or the title (1). The first 12 documents concern neural networks, the remaining 18 image processing. In the reference, various clustering methods have been employed to recover the two groups in the data set.
fuzzy_docs是30模糊多重集的列表,发生的“神经网络”的条款,“模糊”,并在每个文档中的“形象”。出现每个术语最多三个隶属函数值代表重量,根据一词是否发生在抽象的(0.2),关键字部分(0.6),和/或(1)标题。第12份文件神经网络,其余18个图像处理。在参考各种聚类方法已被恢复,两组数据集。


源----------Source----------

K. Mizutani, R. Inokuchi, and S. Miyamoto (2008), Algorithms of Nonlinear Document Clustering Based on Fuzzy Multiset Model, International Journal of Intelligent Systems, 23, 176–198.
K.水谷,河井口,与宫本(2008年)基础上,国际智能系统杂志,23,176-198模糊多集模型的非线性文档聚类算法。


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


data(fuzzy_docs)

## compute distance matrix using Jaccard dissimilarity[#计算距离矩阵使用的Jaccard相异]
d <- as.dist(set_outer(fuzzy_docs, gset_dissimilarity))

## apply hierarchical clustering (Ward method)[#应用层次聚类(Ward方法)]
cl <- hclust(d, "ward")

## retrieve two clusters[#检索两个聚类]
cutree(cl, 2)

## -&gt; clearly, the clusters are formed by docs 1--12 and 13--30, respectively.[# - >清楚,聚类由文档是1  -  12和13  -  30,分别形成。]


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-20 22:40 , Processed in 0.022137 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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