compMatrix-class(Matrix)
compMatrix-class()所属R语言包:Matrix
Class "compMatrix" of Composite (Factorizable) Matrices
类的“compMatrix”复合(因子化)矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Virtual class of composite matrices; i.e., matrices that can be factorized, typically as a product of simpler matrices.
复合矩阵的虚拟课堂,也就是说,通常作为一个简单的矩阵产品,可以分解矩阵。
类的对象----------Objects from the Class----------
A virtual Class: No objects may be created from it.
可以从它创建一个虚拟类:无对象。
插槽----------Slots----------
factors: Object of class "list" - a list of factorizations of the matrix. Note that this is typically empty, i.e. list(), initially and is updated automagically
factors类"list"对象 - 矩阵分解的列表。请注意,这通常是空的,即list(),最初和自动地更新
Dim ,
Dim
Dimnames: inherited from the
Dimnames:继承自
延伸----------Extends----------
Class "Matrix", directly.
类"Matrix",直接。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|