pFlowClust(flowMerge)
pFlowClust()所属R语言包:flowMerge
Parallelized FlowClust
并行FlowClust
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A parallelized call to flowClust via the snow package and framework. Not called by the user.
一个并行调用flowClust通过雪包和框架。不叫用户。
用法----------Usage----------
pFlowClust(flowData,cl, K = 1:15, B.init = 100, tol.init = 0.01, tol = 1e-05, B = 1000, randomStart = 50, nu = 4, nu.est = 1, trans = 1, varNames = NA)
参数----------Arguments----------
参数:flowData
The data object, must be a flowFrame, flowSet or list of flowFrames
数据对象,必须是一个flowFrame,flowSet或flowFrames名单
参数:cl
The snow cluster object
雪聚类对象
参数:K
The number of clusters to try for each flowFrame. Can be a vector. This is what is parallelized across processors.
数字聚类到每个flowFrame尝试。可以是一个向量。这就是跨处理器并行。
参数:B.init
See flowClust documentation
见flowClust文件
参数:tol.init
See flowClust documentation
见flowClust文件
参数:tol
See flowClust documentation
见flowClust文件
参数:B
See flowClust documentation
见flowClust文件
参数:randomStart
See flowClust documentation
见flowClust文件
参数:nu
See flowClust documentation
见flowClust文件
参数:nu.est
See flowClust documentation
见flowClust文件
参数:trans
See flowClust documentation
见flowClust文件
参数:varNames
See flowClust documentation
见flowClust文件
Details
详情----------Details----------
Calls flowClust via the clusterMap method of the snow package. Parallelizes the computation of multiple components for a single flowFrame in a loop over multiple flowFrames. If the snow cluster is NULL, will make the call via mapply.
呼吁flowClust通过clusterMapsnow包的方法。并行化的计算在超过多个flowFrames的循环单flowFrame多个组件。如果雪聚类为NULL,则会使通过mapply呼叫。
值----------Value----------
Returns a list of lists of flowClust objects The outer list corresponds to the flowFrames passed into the method. The inner list corresponds to the K cluster solutions passed into the method, for each flowFrame (ie If the input is a list of two flowFrames, and K=1:10, then the result is a list of length 2. Each element of the list is itself a list of length 10. The kth element of the inner list is the flowClust k cluster solution.)
返回一个列表,外部列表flowClust对象传递到方法的flowFrames对应。内部列表对应K聚类解决方案传递到方法,为每个flowFrame(即如果输入的是一个两个flowFrames的列表,和K = 1:10,那么结果是一个列表,列表中的每个元素的长度为2本身就是一个长度为10的名单。内部列表中的第k个元素是flowClustķ聚类解决方案。)
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:<greg.finak@ircm.qc.ca>"><greg.finak@ircm.qc.ca></a>
参考文献----------References----------
<h3>See Also</h3>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|