flowMerge-class(flowMerge)
flowMerge-class()所属R语言包:flowMerge
Class "flowMerge"
类“flowMerge”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A class to represent flowMerge objects
A类代表flowMerge对象
类的对象----------Objects from the Class----------
The object unites the flowMerge model output and the data being modeled and contains additional slots for various characteristics of a merged cluster solution, including the entropy of clustering.
对象团结的flowMerge模型输出和数据建模和合并的聚类解决方案的各种特性,包括聚类熵包含额外的插槽。
插槽----------Slots----------
merged: The number of observations merged at the current step in the algorithm.
merged:在算法中当前步骤合并的意见。
mtree: A tree–structured graph representing the order of merged components in the model. Inspired by SPADE. (Bendall et al.)
mtree:为了合并的组件模型中的一个树形结构的图形表示。灵感SPADE的。 (Bendall等。)
entropy: The entropy of clustering of the current solution.
entropy:当前解决方案的聚类的熵。
DATA: An environment whose first element contains the flowFrame with the data modeled by this flowMerge object
DATA:一个环境中,其第一个元素包含与模仿本flowMerge对象的数据flowFrame
expName: See the flowClust package for details
expName:flowClust细节包
varNames: See the flowClust package for details
varNames:flowClust细节包
K: The number of clusters in the merged solution. See the flowClust package for details
K:在合并后的解决方案的数字聚类。有关详细信息,请参阅flowClust包
w: The proportions for each component in the merged solution. See the flowClust package for details
w:在合并后的解决方案中的每个组件的比例。有关详细信息,请参阅flowClust包
mu: The means of the components in the merged solution. See the flowClust package for details
mu:在合并后的解决方案的组成部分的手段。有关详细信息,请参阅flowClust包
sigma: The covraiances of the components in the merged solution. See the flowClust package for details
sigma:在合并后的解决方案中的组件covraiances。有关详细信息,请参阅flowClust包
lambda: See the flowClust package for details
lambda:flowClust细节包
nu: See the flowClust package for details
nu:flowClust细节包
z: See the flowClust package for details
z:flowClust细节包
u: The uncertainties for each data point.
u:每个数据点的不确定性。
label: See the flowClust package for details
label:flowClust细节包
uncertainty: See the flowClust package for details
uncertainty:flowClust细节包
ruleOutliers: See the flowClust package for details
ruleOutliers:flowClust细节包
flagOutliers: See the flowClust package for details
flagOutliers:flowClust细节包
rm.min: See the flowClust package for details
rm.min:flowClust细节包
rm.max: See the flowClust package for details
rm.max:flowClust细节包
logLike: See the flowClust package for details
logLike:flowClust细节包
BIC: See the flowClust package for details
BIC:flowClust细节包
ICL: See the flowClust package for details
ICL:flowClust细节包
延伸----------Extends----------
Class "flowObj", directly. Class "flowClust", by class "flowObj", distance 2.
类"flowObj",直接。类"flowClust",由类“flowObj”,距离为2。
方法----------Methods----------
getData signature(obj = "flowMerge"): Retrieves the flowFrame in the DATA environment slot.
getData方法signature(obj = "flowMerge"):检索flowFrame环境插槽DATA。
plot signature(x = "flowMerge", y = "missing"): Plots the clusters in this object.
图signature(x = "flowMerge", y = "missing"):图在此对象的聚类。
summary signature(x="flowMerge"): Prints a summary of the object.
总结signature(x="flowMerge"):打印对象的一个总结。
show signature(x="flowMerge"): Prints information about the object.
显示signature(x="flowMerge"):打印有关对象的信息。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:<greg.finak@ircm.qc.ca>"><greg.finak@ircm.qc.ca></a>
参考文献----------References----------
<h3>See Also</h3> flowObj-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|