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

R语言 spatgraphs包 spatgraph-spectral()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 12:36:28 | 显示全部楼层 |阅读模式
spatgraph-spectral(spatgraphs)
spatgraph-spectral()所属R语言包:spatgraphs

                                        Spectral clustering
                                         谱聚类算法

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

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

Spectral clustering: Given a weighted adjacency matrix W and G=diag(rowSums(W)), the Laplacian is L=G-W, we compute eigenvalues, and for the 2m+1) smallest eigenvalues, we use the corresponding eingenvectors to do a K-means clustering.
谱聚类算法:拉普拉斯算子的加权邻接矩阵W和G = DIAG(rowSums(W)),L = GW,我们计算特征值,为2(m +1)个最小特征值,我们使用相应的eingenvectors,做一个K-means聚类。


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


        spectral.sg(x, pp, m=2, K=3, diagplot=FALSE, ...)



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

参数:x
Weighted graph, sg-object. Will be transformed to W using sg2wadj().
加权图,SG-对象。将被改造为W使用sg2wadj()。


参数:pp
Point pattern.
点模式。


参数:m
Number of eigenvectors to use.
要使用的特征向量的数目。


参数:K
Number of clusters to look for using K-means.
聚类数量看使用的K-means。


参数:diagplot
Plot some diagnostics: Result, first 20 eigenvalues and m eigenvectors.
绘制一些诊断结果,前20个特征值和m的特征向量。


参数:...
Not used at the moment.
未使用的时刻。


Details

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


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

List with $id element denoting each points cluster id, and $sgc object with the clusters.
$ id元素表示每个点的聚类ID,SGC对象的聚类名单。

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-11 05:31 , Processed in 0.020857 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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