read_stm_CLUTO(file)
write_stm_CLUTO(x, file)
read_stm_MC(file, scalingtype = NULL)
write_stm_MC(x, file)NULL (default), in which case the scaling will
be inferred from the names of the files with non-zero entries found
(see Details). read_stm_CLUTO reads CLUTO sparse matrices, returning a
simple triplet matrix.
write_stm_CLUTO writes CLUTO sparse matrices.
Argument x must be coercible to a simple triplet matrix via
as.simple_triplet_matrix.
MC is a toolkit for creating vector models from text documents (see
read_stm_MC reads such sparse matrix information with argument
file giving the path with the base file name, and returns a
simple triplet matrix.
write_stm_MC writes matrices in MC CCS sparse matrix format.
Argument x must be coercible to a simple triplet matrix via
as.simple_triplet_matrix.