nni(pcaMethods)
nni()所属R语言包:pcaMethods
Nearest neighbour imputation
最近的邻居归集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Wrapper function for imputation methods based on nearest neighbour
基于近邻的包装函数的估算方法
用法----------Usage----------
nni(object, method=c("llsImpute"), subset=numeric(), ...)
参数----------Arguments----------
参数:object
Numerical matrix with (or an object coercible to such) with samples in rows and variables as columns. Also takes ExpressionSet in which case the transposed expression matrix is used.
数值矩阵(或对象强制转换等)与样品中的行和列作为变量。还需要ExpressionSet在这种情况下,用于换位表达矩阵。
参数:method
For convenience one can pass a large matrix but only use the variable specified as subset. Can be colnames or indices.
为方便起见,可以通过一个大的矩阵,但只能使用指定的变量作为子集。可以colnames或指数。
参数:subset
Currently "llsImpute" only.
目前只“llsImpute”。
参数:...
Further arguments to the chosen method. </table>
所选择的方法进一步的论据。 </ TABLE>
Details
详情----------Details----------
This method is wrapper function to llsImpute, See documentation
这种方法是包装函数llsImpute,见文件
值----------Value----------
A clusterRes object. Or a list containing a clusterRes object as first and an ExpressionSet object as second
一个clusterRes对象。或一个列表包含作为第一clusterRes的对象和一个第二ExpressionSet的对象
作者(S)----------Author(s)----------
Wolfram Stacklies
参见----------See Also----------
llsImpute, pca
llsImpute,pca
举例----------Examples----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|