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

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

[复制链接]
发表于 2012-10-1 14:30:58 | 显示全部楼层 |阅读模式
log_like_forces(VBLPCM)
log_like_forces()所属R语言包:VBLPCM

                                        create an initial configuration for the latent positions.
                                         创建初始配置的潜在位置。

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

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

This performs an iterative relaxation type algorithm to approximately find the positions of the nodes in the latent space that maximises the log-likelihood.
这执行一个迭代的松弛型算法约找到最大化对数似然的潜空间中的节点的位置。


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





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

参数:net
network object on which to perform layout.   
网络对象,在其上执行的布局。


参数:D
dimension of the latent space.  
潜在的空间的维数。


参数:X
the initial guess for X  
为X的初始猜测


参数:B
the intercept term.  
截距项。


参数:m
usually N will suffice.   
通常n就足够了。


参数:steps
maximum number of iteration steps.   
最大迭代步数。


Details

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

Usually only used internally in vblpcmstart()
一般只在内部使用的vblpcmstart()


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

Matrix of latent positions X
潜伏的位置矩阵所述


(作者)----------Author(s)----------


Michael Salter-Townshend




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

igraph::layout.fruchterman.reingold
IGRAPH :: layout.fruchterman.reingold


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


data(sampson)
N=network.size(samplike)
X=matrix(runif(N*2,-2,2),ncol=2)
XX=vblpcmcovs(N,"plain",as.sociomatrix(samplike))
out<-log_like_forces(samplike, 2, X, 0, m=N, 1e3)
plot(samplike,coord=out$X)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 16:24 , Processed in 0.031121 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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