as.dsm {wordspace} | R Documentation |
Convert co-occurrence data from various in-memory formats to DSM object.
as.dsm(obj, ...)
obj |
an object of a suitable class (for which a method implementation is available) |
... |
additional arguments passed on to the method implementation (see respective manpages for details) |
An object of class dsm
.
Stefan Evert (http://purl.org/stefan.evert)
Currently available implementations: as.dsm.TermDocumentMatrix
, as.dsm.DocumentTermMatrix