Predict topic proportions for new documents
Usage
# S3 method for class 'faSTM'
predict(object, newdata, ...)Arguments
- object
A faSTM fit.
- newdata
New documents (corpus / dfm / matrix / stm-style list).
- ...
Passed to
fit_new_documents().
Predict topic proportions for new documents
# S3 method for class 'faSTM'
predict(object, newdata, ...)A faSTM fit.
New documents (corpus / dfm / matrix / stm-style list).
Passed to fit_new_documents().