View source: R/get_loglik_parallel.R
get_loglik_parallel | R Documentation |
The function loads each of the specified LDA models created with text2vec in parallel and extracts the loglikelihodd from the last iteration step. This function is useful if not all models can be loaded into RAM at once due to memory restrictions.
get_loglik_parallel(modelfiles, ncores)
modelfiles |
The full filenames as |
ncores |
The number of cores to be used. Advise: leave one processor spare, if you want to use your computer during operation of the function. |
A data.table
listing the number of topics of each model with associated loglik.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.