Learn R Programming

wordvector (version 0.1.0)

doc2vec: Create distributed representation of documents

Description

Create distributed representation of documents

Usage

doc2vec(x, model = NULL, ...)

Value

Returns a textmodel_docvector object with elements inherited from model

or passed via ... plus:

vectors

a matrix for document vectors.

call

the command used to execute the function.

Arguments

x

a quanteda::tokens object.

model

a textmodel_wordvector object.

...

passed to [word2vec] when model = NULL.