Read and Write Sparse Matrix Format Files
读取和写入稀疏矩阵格式的文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Read and write CLUTO sparse matrix format files.
稀疏的读取和写入CLUTO的,矩阵格式的文件。
用法----------Usage----------
read_stm_CLUTO(file)
write_stm_CLUTO(x, file)
参数----------Arguments----------
参数:file
a character string with the name of the file to read or write.
与读取或写入的文件的名称的字符串。
参数:x
a matrix object.
矩阵对象。
Details
详细信息----------Details----------
Documentation for CLUTO including its sparse matrix format is available from http://www-users.cs.umn.edu/~karypis/cluto/.
有,从http://www-users.cs.umn.edu/~karypis / CLUTO / CLUTO包括其稀疏矩阵格式的文档。
write_stm_CLUTO writes CLUTO sparse matrices. Argument x must be coercible to a simple triplet matrix via as.simple_triplet_matrix.
write_stm_CLUTO写CLUTO稀疏矩阵。参数x必须转换成一个简单的三重矩阵通过as.simple_triplet_matrix。