print.textmodel_docvector {wordvector} | R Documentation |
Print method for trained document vectors
Description
Print method for trained document vectors
Usage
## S3 method for class 'textmodel_docvector'
print(x, ...)
Arguments
x |
for print method, the object to be printed |
... |
unused |
Value
an invisible copy of x
.
[Package wordvector version 0.5.1 Index]