Description Usage Arguments Details Value
View source: R/subset_run_helpers.R
Takes an LDA model fit to an ENTIRE dataset and extracts just rows present in the TRAIN data for a subsetted data item.
1 | subset_lda(fitted_lda, subsetted_dataset_item)
|
fitted_lda |
LDA fit to FULL dataset |
subsetted_dataset_item |
result of subset_data_one, list with |
Subsets both the topic proportions and loglikelihood, to maintain the correct dimensions.
fitted_lda subset to just the timesteps present in the $train
element of subsetted_dataset_item
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.