smacofSphere.dual(smacof)
smacofSphere.dual()所属R语言包:smacof
Spherical SMACOF
球形SMACOF
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Dual and primal approach for spherical SMACOF.
双和原始的方法的球形SMACOF。
用法----------Usage----------
smacofSphere.dual(delta, penalty = 100, ndim = 2, weightmat = NULL, init = NULL,
metric = TRUE, ties = "primary", verbose = FALSE, relax = FALSE, modulus = 1, itmax = 1000, eps = 1e-6)
smacofSphere.primal(delta, ndim = 2, weightmat = NULL, init = NULL,
metric = TRUE, ties = "primary", verbose = FALSE, modulus = 1, itmax = 1000, eps = 1e-6)
参数----------Arguments----------
参数:delta
Either a symmetric dissimilarity matrix or an object of class dist
无论是对称的相异矩阵或对象类dist
参数:penalty
Penalty parameter for dual algorithm (larger 0)
罚款偶算法的参数(较大0)
参数:ndim
Number of dimensions
的维数
参数:weightmat
Optional matrix with dissimilarity weights
可选相异的权重矩阵
参数:init
Matrix with starting values for configurations (optional)
矩阵的初始值配置(可选)
参数:metric
If FALSE non-metric MDS is performed
如果FALSE非度量MDS进行
参数:ties
Tie specification for non-metric MDS only
仅打领带,规范非度量MDS
参数:verbose
If TRUE, intermediate stress is printed out
如果TRUE,中间主应力打印出来
参数:relax
If TRUE, block relaxation is used for majorization
如果TRUE,块松弛用于优超
参数:modulus
Number of smacof iterations per monotone regression call
每单调回归呼叫smacof迭代的次数
参数:itmax
Maximum number of iterations
最大迭代次数
参数:eps
Convergence criterion
收敛准则
值----------Value----------
参数:delta
Observed dissimilarities
观察到的不同点
参数:obsdiss
Observed dissimilarities, normalized
观察到的不同点,归
参数:obsdiss1
Dual SMACOF: Observed dissimilarities
双SMACOF:观察不同点
参数:obsdiss2
Dual SMACOF: Restriction matrix
双路SMACOF:限制矩阵
参数:confdiss
Configuration dissimilarities
配置异同
参数:conf
Matrix of final configurations
矩阵的最终配置
参数:spp
Stress per point
每点压力
参数:stress.m
stress value for metric MDS
应力值公吨MDS
参数:stress.nm
stress value for non-metric MDS (if computed)
非度量MDS(如果计算应力值)
参数:ndim
Number of dimensions
的维数
参数:dummyvec
Dummy vector of restriction matrix
限制虚拟向量矩阵
参数:model
Type of smacof model
smacof模型的类型
参数:niter
Number of iterations
迭代次数。
参数:nobj
Number of objects
对象的数量
(作者)----------Author(s)----------
Jan de Leeuw and Patrick Mair
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
## spherical SMACOF solution for trading data[#的球形SMACOF解决方案交易数据]
data(trading)
res <- smacofSphere.dual(trading)
res
summary(res)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|