SparseM-conv(Matrix)
SparseM-conv()所属R语言包:Matrix
Sparse Matrix Coercion from and to those from package "SparseM"
稀疏矩阵胁迫和那些来自包“SparseM”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for coercion from and to sparse matrices from package SparseM are provided here, for ease of porting functionality to the Matrix package, and comparing functionality of the two packages.
胁迫的方法和稀疏矩阵,从包SparseM这里提供的,易于移植的功能Matrix包,比较这两个包的功能。
方法----------Methods----------
from = "matrix.csr", to = "dgRMatrix" ...
从“matrix.csr”=“dgRMatrix”...
from = "matrix.csc", to = "dgCMatrix" ...
从“matrix.csc”=“dgCMatrix”...
from = "matrix.coo", to = "dgTMatrix" ...
从“matrix.coo”=“dgTMatrix”...
from = "dgRMatrix", to = "matrix.csr" ...
从“dgRMatrix”=“matrix.csr”...
from = "dgCMatrix", to = "matrix.csc" ...
从“dgCMatrix”=“matrix.csc”...
from = "dgTMatrix", to = "matrix.coo" ...
从“dgTMatrix”=“matrix.coo”...
from = "sparseMatrix", to = "matrix.csr" ...
从“sparseMatrix”=“matrix.csr”...
from = "matrix.csr", to = "dgCMatrix" ...
从“matrix.csr”=“dgCMatrix”...
from = "matrix.coo", to = "dgCMatrix" ...
从“matrix.coo”=“dgCMatrix”...
from = "matrix.csr", to = "Matrix" ...
=“matrix.csr”,“黑客帝国”...
from = "matrix.csc", to = "Matrix" ...
=“matrix.csc”,“黑客帝国”...
from = "matrix.coo", to = "Matrix" ...
=“matrix.coo”,“黑客帝国”...
参见----------See Also----------
The documentation in package SparseM, such as SparseM.ontology, and one important class, matrix.csr.
包中的文件SparseM,SparseM.ontology,一个重要的类,matrix.csr等。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|