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

R语言 Ringo包 nonzero-methods()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 12:58:12 | 显示全部楼层 |阅读模式
nonzero-methods(Ringo)
nonzero-methods()所属R语言包:Ringo

                                        Methods for Function nonzero
                                         非零的功能的方法

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

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

Auxiliary functions to retrieve the indices of non-zero elements in sparse matrices.
辅助功能来检索稀疏矩阵的非零元素的索引。


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

A two-column matrix. Each row gives the row and column index of a non-zero element in the supplied matrix x.
一个两列的矩阵。每一行给出了所提供的矩阵x行和列非零元素的索引。


方法----------Methods----------




x = "dgCMatrix" returns the indices of non-zero elements in
X =“dgCMatrix”返回非零元素的指数




x = "matrix.csr" returns the indices of non-zero elements in
X =“matrix.csr”返回非零元素的指数




x = "matrix" returns the indices of non-zero elements in matrices of base class matrix; equivalent to
X =“矩阵”返回基类矩阵非零元素的索引matrix;相当于


注意----------Note----------

Originally we used the matrix.csr class from SparseM, but we have switched to the class dgCMatrix from package Matrix, as that package is part of the R distribution bundle now.
本来我们从SparseM使用的matrix.csr类,但我们已经切换到类dgCMatrix包矩阵,该包是现在的R分发包的一部分。

The idea is to have a function similar to which(x != 0, arr.ind=TRUE) if x is a matrix.
这个想法是有一个功能类似which(x != 0, arr.ind=TRUE)如果x是一个矩阵。


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

dgCMatrix-class
dgCMatrix-class


举例----------Examples----------


  (A <- matrix(c(0,0,0,0,0,1,0,0,0,0,0,0,0,0,-34),
               nrow=5, byrow=TRUE))
  str(A.dgc <- as(A, "dgCMatrix"))
  nonzero(A.dgc)
  A2.dgc <- Matrix::cBind(A.dgc, A.dgc)
  as.matrix(A2.dgc)
  nonzero(A2.dgc)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-28 00:45 , Processed in 0.028723 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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