View source: R/textmodel_svm.R
as.matrix.csr.dfm | R Documentation |
Utility to convert a dfm into a matrix.csr from the SparseM package.
## S3 method for class 'dfm'
as.matrix.csr(x, ...)
x |
input dfm |
... |
unused |
a SparseM object of class matrix.csr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.