generateSparsePoints(VBmix)
generateSparsePoints()所属R语言包:VBmix
generateSparsePoints
generateSparsePoints
译者:生物统计家园网 机器人LoveR
描述----------Description----------
generates a set of points pairwise-separated by a minimal distance. Is not guaranteed to converge: when maxit is reached, current points are returned.
生成一组两两分离的最小距离的点。不能保证收敛:麦克斯特到达时,当前点返回。
用法----------Usage----------
generateSparsePoints(npoints, dim = 2, span = 10, mindist = 2, maxit = 20)
参数----------Arguments----------
参数:npoints
number of points to generate (i.e. in a matrix with elements as rows.
数量的点来产生(即在与作为行元素的矩阵。
参数:dim
number of variables to generate.
数变量来生成。
参数:span
[-span, span] is used as bounds to uniform sampling for all variables.
[跨度,跨度]作为界的所有变量的均匀采样。
参数:mindist
minimal distance that each element should have with all others. the "control" C routine is used to perform this verification. All points that do not respect this constraint are resampled.
最小距离应与所有其他的每一个元素。 “控制”C程序是用来执行此验证。所有的点,不尊重这个约束的重采样。
参数:maxit
maximal number of iterations before current elements are returned.
最大的迭代次数潮流元素,前返回。
值----------Value----------
matrix with well separated elements as its rows.
矩阵与分立元件,其行。
(作者)----------Author(s)----------
Pierrick Bruneau
实例----------Examples----------
temp <- generateSparsePoints(10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|