找回密码
 注册
查看: 1894|回复: 0

R语言 recommenderlab包 dropNA()函数中文帮助文档(中英文对照)

  [复制链接]
发表于 2012-9-25 19:49:50 | 显示全部楼层 |阅读模式
dropNA(recommenderlab)
dropNA()所属R语言包:recommenderlab

                                         Sparse Matrix Representation With NAs Not Explicitly Stored
                                         没有明确的表示与NAS存储稀疏矩阵

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Coerce from and to a sparse matrix representation where NAs are not explicitly stored.
要挟,并从NA的不显式地存储稀疏矩阵表示。


用法----------Usage----------


dropNA(x)
dropNA2matrix(x)



参数----------Arguments----------

参数:x
a matrix (for dropNA()) or a dgCMatrix  (for dropNA2matrix())
一个矩阵(dropNA())或dgCMatrix,(dropNA2matrix())


Details

详细信息----------Details----------

The representation is based on dgCMatrix in Matrix but instead of zeros, NAs are dropped. Be careful when working with the dgCMatrix directly since all dropped values are NA and not 0!
的表示是基于dgCMatrix Matrix而是零,NA的被丢弃。的dgCMatrix操作时要小心,因为所有的直接下降的值是不适用的,而不是0!


值----------Value----------

Returns a dgCMatrix or a matrix.
返回一个dgCMatrix或矩阵。


参见----------See Also----------

dgCMatrix in Matrix.
dgCMatrixMatrix。


实例----------Examples----------


m <- matrix(sample(c(NA,0:5),50, replace=TRUE, prob=c(.5,rep(.5/6,6))),
    nrow=5, ncol=10, dimnames = list(users=paste('u', 1:5, sep=''),
    items=paste('i', 1:10, sep='')))

## drop all NAs in the representation[#删除所有的NAS中的代表性]
sparse <- dropNA(m)
sparse

## convert back to matrix[#转换回矩阵]
dropNA2matrix(sparse)

## Using regular coercion to dgCMatrix. Note that regular coercion [#使用定期胁迫dgCMatrix的。需要注意的是定期强迫]
## to dgCMatrix drops 0s and not NAs![#dgCMatrix降到“0”和“不来港定居!]
as(m, "dgCMatrix")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-23 13:44 , Processed in 0.018059 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表