| liu_dtm | R Documentation |
This is the Document-Term Matrix (with simple term frequency weights)
representation of liu_4h28
liu_dtm
Both [tm]{DocumentTermMatrix} and
[slam]{simple_triplet_matrix}
iinteger vector
the document-wise (rows) coordinates of non-zero entries of the matrix, i.e. the lenght of i is the number of non-zero entries.
jinteger vector
the term-wise (columns) coordinates of non-zero entries of the matrix, i.e. the lenght of j is the number of non-zero entries.
vnumerical vector
the non-zero entries (frequencies/weight of the matrix) corresponding to the relative coordinates (i, j), i.e. the lenght of v is the number of non-zero entries.
nrowinteger
the whole number of rows of the matrix
ncolinteger
the whole number of columns of the matrix
dimnameslist
a list of two character vectors representing the Terms/Tokens (the first one) and the name/ID of the documents (the second one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.