matrix.coo-class(SparseM)
matrix.coo-class()所属R语言包:SparseM
Class "matrix.coo"
类“matrix.coo”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A new class for sparse matrices stored in coordinate format
一类新坐标格式存储在稀疏矩阵
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("matrix.coo", ...).
可以创建对象通过调用的形式new("matrix.coo", ...)。
插槽----------Slots----------
ra: Object of class numeric, a real array of nnz elements containing the non-zero
ra:对象含类numeric,一个真正的数组的NNZ元素的非零
ja: Object of class integer, an integer array of nnz elements containing the column
ja:类的对象integer,NNZ元素的整数数组包含列
ia: Object of class integer, an integer array of nnz elements containing the row
ia:对象的类integer,一个整数数组NNZ元素包含行
dimension: Object of class integer, dimension of the matrix
dimension:对象类integer,维数的矩阵
方法----------Methods----------
as.matrix.csr signature(x = "matrix.coo"): ...
as.matrix.csr signature(x = "matrix.coo")...
as.matrix signature(x = "matrix.coo"): ...
as.matrix signature(x = "matrix.coo")...
dim signature(x = "matrix.coo"): ...
昏暗的signature(x = "matrix.coo"):...
参见----------See Also----------
matrix.csr-class
matrix.csr-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|