dsparseMatrix-class(Matrix)
dsparseMatrix-class()所属R语言包:Matrix
Virtual Class "dsparseMatrix" of Numeric Sparse Matrices
虚拟教室“dsparseMatrix”数字稀疏矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Class "dsparseMatrix" is the virtual (super) class of all numeric sparse matrices.
类"dsparseMatrix"是虚拟的(超级)的所有数字稀疏矩阵类。
插槽----------Slots----------
Dim: the matrix dimension, see class "Matrix".
Dim:矩阵的维数,见类"Matrix"。
Dimnames: see the "Matrix" class.
Dimnames:"Matrix"类。
x: a numeric vector containing the
x:numeric向量
延伸----------Extends----------
Class "dMatrix" and "sparseMatrix", directly.<br> Class "Matrix", by the above classes.
类"dMatrix"和"sparseMatrix",直接参考类"Matrix",由上述类。
参见----------See Also----------
the documentation of the (non virtual) sub classes, see showClass("dsparseMatrix"); in particular, dgTMatrix, dgCMatrix, and dgRMatrix.
(非虚拟)子类的文档,请参阅showClass("dsparseMatrix"),特别dgTMatrix,dgCMatrix,和dgRMatrix的。
举例----------Examples----------
showClass("dsparseMatrix")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|